hi, i use code contain the following code . i need the output for the following code dont display in output ?
古いコメントを表示
for i=1:mm
temp1=A(i,:,:);
whos temp1
temp2 = nonzeros(temp1);
whos temp2
temp3 = unique(temp2);
whos temp3
temp4=sum(temp3);
whos temp4
temp5 = length(temp3);
whos temp5
b(i)=temp4/temp5;
end
4 件のコメント
Robert
2016 年 8 月 23 日
Are you saying that the output from whos does not appear in the Command Window? How are you calling this code? Please provide more information about the code that contains this excerpt.
mohammed elmenshawy
2016 年 8 月 23 日
編集済み: Walter Roberson
2016 年 8 月 23 日
Walter Roberson
2016 年 8 月 23 日
Where do you want it displayed?
mohammed elmenshawy
2016 年 8 月 23 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Interactive Control and Callbacks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!