Beim Erstellen Matrix (s. u.) werden die Elemente aus unerklärlichen Gründen vertausendfacht.
조회 수: 2 (최근 30일)
이전 댓글 표시
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
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!