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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

