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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

