How to solve the error....

조회 수: 1 (최근 30일)
Mohammad Bhat
Mohammad Bhat 2018년 2월 10일
편집: Stephen23 2018년 2월 10일
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
Stephen23
Stephen23 2018년 2월 10일
편집: Stephen23 2018년 2월 10일
Mohammad Bhat's "Answer" moved here:
sir , I am trying to using this code with the following code for drawing Approximate Lower Ellipsoid...

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by