How to solve the error....
1 回表示 (過去 30 日間)
古いコメントを表示
size of c=[141 1] , size of t=[1 100], size of V=[146 146], size of D=[146 146] and t=100.
I AM PERFORMING AN EXPRESSION AS UNDER BUT IT IS SHOWING ME ERROR , MATRIX DIMENSIONS MUST AGREE.....
e=repmat(c,size(t))+V*diag(1./sqrt(diag(D)))*[cos(t);sin(t)];
PLEASE GIVE ME SOME SOLUTION...
1 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!