Beim Erstellen Matrix (s. u.) werden die Elemente aus unerklärlichen Gründen vertausendfacht.
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Beim Erstellen der normalen 4x4-Matrix A = [-0.1055 -0.2651 0 -0.3535; -3535 -12.0521 1 0; 1.3609 -29.8208 -3.8495 0 ; 0 0 1 0] sind die Elemente bei der Ausgabe vertausendfacht:
Der prompt-Ablauf lautet:
>> A = [-0.1055 -0.2651 0 -0.3535; -3535 -12.0521 1 0; 1.3609 -29.8208 -3.8495 0 ; 0 0 1 0]
A =
1.0e+03 *
-0.0001 -0.0003 0 -0.0004
-3.5350 -0.0121 0.0010 0
0.0014 -0.0298 -0.0038 0
0 0 0.0010 0
(copy and paste)... Wo liegt mein Denkfehler?
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!