Feeds
提问
HOW TO REPLACE A COLUMN VECTOR IN MATRIX
1.How to replace the second column of A with the vector v = [1,-2,4]' for the following matrix A=(1 2 3 4 5 11 12 13 14 15 ...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to arrange this code in sequence order?
% if a>b we swap the roles of a and b. if (a > b) c = a; a = b; b = c; end function computerGuess (a, b) % ...
8 years 前 | 2 个回答 | 0
2
个回答提问
What is the matrix code for column vectors
You have two variables u, v and you calculate the shape using the size command: >> size(u) ans = 1 3 >> size(v) ans ...
8 years 前 | 2 个回答 | 0
2
个回答提问
How to create column vector
Create a column-vector containing 31 rows from 1 to -2 with regular intervals.
8 years 前 | 1 个回答 | 0
1
个回答提问
Sort them in the correct order?
% if a>b we swap the roles of a and b. if (a > b) c = a; a = b; b = c; end function computerGuess (a, b) %...
8 years 前 | 0 个回答 | 0