The Colon means it collects all data in a Row or Column -For example if we had a matrix like below Matrix = 0 10 20 30 1 11 21 31 2 12 22 32 Matrix (:,1) (returns the entire first column) = 0 1 2 Matrix(1,:) (returns the entire first row) = 0 10 20 30
o man you did a good job.
Yo bro... How to read matrix if I'm not sure about the formatSpec?
thanks sooo much for htis video. what does matrix(2,:) mean? the colon " : " part i dont understand
The Colon means it collects all data in a Row or Column
-For example if we had a matrix like below
Matrix =
0 10 20 30
1 11 21 31
2 12 22 32
Matrix (:,1) (returns the entire first column)
=
0
1
2
Matrix(1,:) (returns the entire first row)
=
0 10 20 30
is '%c' for character ?
Yes, that's correct
Why are there 13 dislikes?
Because he makes a 5 min video to 10 min.