Azzera filtri
Azzera filtri

Matrix dimensions must agree.

1 visualizzazione (ultimi 30 giorni)
KAPIL MAMTANI
KAPIL MAMTANI il 15 Apr 2016
Modificato: Stephen23 il 15 Apr 2016
hi, I am getting this error in my code. can anybody help me with this. Thank you in advance.

Risposta accettata

Stephen23
Stephen23 il 15 Apr 2016
Modificato: Stephen23 il 15 Apr 2016
On that line instead of the right-matrix division operator (which does matrix division):
/
you need to use the right array division operator (which works element-wise):
./
And read this to know the difference:
because you will fix that line and get exactly the same error on the following lines. When you understand the difference between matrix and array operations then you can solve this yourself.
  3 Commenti
KAPIL MAMTANI
KAPIL MAMTANI il 15 Apr 2016
Mister can you tell me if i am solving correctly for Y , Nu and Pu in the code, as they are dependent on the ODEs.
Stephen23
Stephen23 il 15 Apr 2016
Modificato: Stephen23 il 15 Apr 2016
The Runge-Kutta method looks okay, except that you are missing the for operator. You should use [your favorite internet search engine] to find examples of Runge-Kutta implementation using MATLAB (there are lots of them). Then you can compare your work, and decide if it is okay.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Numerical Integration and Differential Equations in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by