|
emoh |
Forum-Newbie
|
|
Beiträge: 1
|
|
|
|
Anmeldedatum: 05.10.11
|
|
|
|
Wohnort: ---
|
|
|
|
Version: ---
|
|
|
|
|
|
Verfasst am: 05.10.2011, 12:39
Titel: octave plot
|
|
Warum plottet er folgenden Code nicht?
x=0.1:0.1:10;
k=10*exp(-2e3*x)*cos(5.5e5*x);
error: operator *: nonconformant arguments (op1 is 1x100, op2 is 1x100)
error: evaluating binary operator `*' near line 7, column 19
error: evaluating assignment expression near line 7, column 2
plot(x,k);
|
|
|
|
|
Thomas84 |
Forum-Meister
|
|
Beiträge: 546
|
|
|
|
Anmeldedatum: 10.02.10
|
|
|
|
Wohnort: ---
|
|
|
|
Version: ---
|
|
|
|
|
|
Verfasst am: 05.10.2011, 13:04
Titel:
|
|
* steht für Matritzenmultiplikation. Du benötigst hier .* für Elemntweise Multiplikation (ich hoffe mal das der Syntax der gleiche ist wie in Matlab)
|
|
|
|
|
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 - 2024
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.
|
|