Feeds
질문
pathdef.m is not being read while installing cvx. how should I fix this?
Setting CVX paths...done. Saving updated path... UNEXPECTED ERROR: ------------------------------------------------- ...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
Undefined function 'SVD' for input arguments of type 'double'.
H=randn(4); [U,S,V]=SVD(H); what is the error? how can i rectify it?
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
parse error at '[', '=',')'.
I am getting error at "b[j]=norm(X,1);" as: parse error at '[', '=',')'. How should i rectify it? function [b]=rf(l,k,H...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
parse error at '=': usage might be invalid matlab syntax
function [b]=rf_comb(l,k,H,d) b=zeros(1,Nu); for j=0:Nu-1 X= H'*d; a=norm(X,1); b[j]=a; end end I am getti...
대략 8년 전 | 답변 수: 1 | 0

