Feeds
提问
for loop with multiple indices
i want to write a function that goes through each row of a matrix and at the same time go through each element of the first row,...
4 years 前 | 1 个回答 | 0
1
个回答提问
function not working properly
i have this function, which is supposed to get three numbers and check if they're scalars and bigger than one function valid = ...
4 years 前 | 1 个回答 | 0
1
个回答提问
How can i define a m by n symbolic matrix?
I know how to for example define a 3 by 4 symbolic matrix with this: x=sym('a',[3,4]) but I don't know how to define this: x=...
4 years 前 | 2 个回答 | 0
2
个回答提问
Index in position 1 exceeds array bounds (must not exceed 1)?
I'm trying to run this function (Y is a 3 by 4 matrix) function Y10 = RREF1 (Y) Y1=Y(2,:)-(Y(2,1)/Y(1,1))*Y(1,:); Y2=Y(3,:)-...
4 years 前 | 2 个回答 | 0

