フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I solve this error "Improper assignment with rectangular empty matrix." when I run the listed below script.. thanks in advance

2 ビュー (過去 30 日間)
Oday Shahadh
Oday Shahadh 2017 年 1 月 9 日
閉鎖済み: Walter Roberson 2017 年 1 月 9 日
elevtocellsI1=accumarray(OrbNO,elev2,[],@(x) {x});
DDDD=zeros(1,size(elevtocellsI1,1));
for i=1:size(elevtocellsI1,1)
DDDD(i)=(find(elevtocellsI1{i}, 1, 'last' )-(find(elevtocellsI1{i}, 1 )))/60;
end

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by