hi, i use code contain the following code . i need the output for the following code dont display in output ?
Ältere Kommentare anzeigen
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 Kommentare
Robert
am 23 Aug. 2016
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
am 23 Aug. 2016
Bearbeitet: Walter Roberson
am 23 Aug. 2016
Walter Roberson
am 23 Aug. 2016
Where do you want it displayed?
mohammed elmenshawy
am 23 Aug. 2016
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Data Import and Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!