Working with Arrays in MATLAB

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 21

  • @MATLAB
    @MATLAB  10 років тому +33

    Video >> Create and manipulate MATLAB arrays, including accessing elements using indexing

  • @armstronglance
    @armstronglance 11 років тому +7

    Thanks for the tutorial. It's a piece of cake for me to learn new languages if I can see a quick tutorial like this one.
    I'm a long time programmer machine, assembly, Delphi, VB, C and many others programmer. I was recently laid off and finding a lot of companies are using MatLab now. Seeing your tutorials, I understand why it's become so popular.

  • @alionline83
    @alionline83 10 років тому +11

    excellent.. exactly what I needed. concise and loaded with relevant information.. perfect.

  • @jasontodd7496
    @jasontodd7496 7 років тому +1

    how do sum multiple elements from a matrix?
    example if i have a 3x3 matrix and i need to sum the indicies in the first row 3rd column and 3rd row 2nd column?

  • @ronpearson1912
    @ronpearson1912 6 років тому

    Is there a way to create a 10x1 single row as time step 0 with the array elements populated with variables defined by equations and then automatically create a new array that borrows values from the previous array?

  • @ha-xw9jf
    @ha-xw9jf 7 років тому +1

    I have two matrices of different sizes: say A(n,2) and B(m,2). How to find the "Union" or "Intersection" of these two matrices?
    *Hope the result will be: C(k,2)= A ⋃ B .....and D(p,2) =A ∩ B
    **Thanks so much,

  • @KnowledgeAmplifier1
    @KnowledgeAmplifier1 5 років тому +1

    MATLAB code to rotate an array elements in clockwise direction without using builtin function----
    x=input('Enter the array:');
    Y=[];
    a=input('Enter the required amount of circular shift:');
    k=1;
    for i=a+1:length(x)
    Y(k)=x(i);
    k=k+1;
    end
    for i=1:a
    Y(k)=x(i);
    k=k+1;
    end
    disp(Y)

  • @mamathakumari6483
    @mamathakumari6483 2 роки тому

    For arrays how to change angles from radians to degree in matlab

  • @paulspage5064
    @paulspage5064 3 роки тому

    How does someone interleave the arrays

  • @mdiqbal7168
    @mdiqbal7168 4 роки тому

    How to store character in array number element in matlab array

  • @cerencoker
    @cerencoker 8 років тому

    how do we start array -1 point? I need x(-1)=1 but of course i get some error.

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1 5 років тому

      Probably it is not possible in MATLAB ..infact in JAVA too...as array index starts from 0 in JAVA :-/

  • @HO-vr9kf
    @HO-vr9kf 11 років тому

    you awesome !!!
    love you so much

  • @cnscm2614
    @cnscm2614 8 років тому

    thank you so much..

  • @mustafakhan5821
    @mustafakhan5821 2 роки тому

    Impressive

  • @wilhemjohanloboguzman4198
    @wilhemjohanloboguzman4198 8 років тому

    very helpful

  • @billh8208
    @billh8208 9 років тому

    Thank you saved my arse.

  • @danyalalgboori5784
    @danyalalgboori5784 9 років тому

    برنامج ممتاز

  • @tamis5926
    @tamis5926 5 років тому +1

    she sounds like a robot