Error :Assignment has more non-singleton rhs dimensions than non-singleton subscripts
古いコメントを表示
I got this problem " Assignment has more non-singleton rhs dimensions than non-singleton subscripts " My code is:
v(m,i,j,k,l)=(-1*ones(m,i,j,k,l) + 2*rand(m,i,j,k,l))+rand*(gbest(m,i,j,k,l)-p(m,i,j,k,l));
Thank you so much!
採用された回答
その他の回答 (1 件)
Amogh Maharudra Gadagi
2016 年 2 月 29 日
編集済み: Walter Roberson
2016 年 3 月 1 日
residual_2(i,j)=0.25*(residual(2*i-2,2*j-2)+residual(2*i-2,2*j-1)+residual(2*i-1,2*j-2)+residual(2*i-1,2*j-1));
How can i get rid of this error
カテゴリ
ヘルプ センター および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!