Hi, ich hab ein matlab programm:
| 1 | for n=1:100 | 
| 2 | .... | 
| 3 | P = (I-(K*H))*P | 
| 4 | end | 
ich würde gerne jeden Schleifendurchlauf von P abspeichern. Im Stil von:
| 1 | for n=1:100 | 
| 2 | .... | 
| 3 | P = (I-(K*H))*P | 
| 4 | P2(n) = P | 
| 5 | end | 
- Unable to perform assignment because the indices on the left side are not compatible with the size of the right side. - Wie geht es richtig?
 Thread beobachten
 Thread beobachten Seitenaufteilung abschalten
 Seitenaufteilung abschalten