|
|
Anzahl elements in matrix |
|
joel |
Gast
|
 |
Beiträge: ---
|
 |
|
 |
Anmeldedatum: ---
|
 |
|
 |
Wohnort: ---
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 08.01.2009, 19:33
Titel: Anzahl elements in matrix
|
 |
hab folgendes problem, was muss ich machen damit die schleife mir die anzahl der werte ausgibt die ich suche? dh bei anzahl_1 bzw. Anzahl_2.
danke
clear all
x=[0 1 0; 2 -7 3; 4 0 7];
Anzahl_1=0;
Anzahl_2=0;
i=1;
while i<=size(x,1)
j=1;
while j<=size(x,2)
if x(i,j)==0
Anzahl_1=Anzahl_1+1;
Position(Anzahl_1, =[i,j];
end
if x(i,j)==3
Anzahl_2=Anzahl_2+1;
Position_2(Anzahl_2, =[i,j];
end
i=i+1;
end
end
Anzahl_1
Anzahl_2
Position
Position_2
|
|
|
|
|
joel |
Gast
|
 |
Beiträge: ---
|
 |
|
 |
Anmeldedatum: ---
|
 |
|
 |
Wohnort: ---
|
 |
|
 |
Version: ---
|
 |
|
|
 |
|
Verfasst am: 08.01.2009, 19:45
Titel:
|
 |
|
|
|
|
Einstellungen und Berechtigungen
|
|
Du kannst Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
|
|
Impressum
| Nutzungsbedingungen
| Datenschutz
| FAQ
| RSS
Hosted by:
Copyright © 2007 - 2025
goMatlab.de | Dies ist keine offizielle Website der Firma The Mathworks
MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.
|
|