matrix dimensions must agree error

I'm having matrix dimensions must agree error
Screen Shot 2019-10-29 at 10.47.36 PM.png

1 Commento

James Tursa
James Tursa il 30 Ott 2019
Modificato: James Tursa il 30 Ott 2019
Please don't post pictures of code. We can't copy and paste pictures into MATLAB and run it. Instead, copy your code as text, highlight it, and then press the CODE button to format it.

Accedi per commentare.

 Risposta accettata

James Tursa
James Tursa il 30 Ott 2019
Modificato: James Tursa il 30 Ott 2019

0 voti

Well, tau is only two elements and w is a lot more than that, so you can't multiply them element-wise like you are attempting to do. Maybe you wanted to use tau(t) inside your for-loop instead of tau? And for plotting, maybe just x instead of x(w)?

Più risposte (0)

Categorie

Scopri di più su Mathematics in Centro assistenza e File Exchange

Richiesto:

il 30 Ott 2019

Commentato:

il 30 Ott 2019

Community Treasure Hunt

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

Start Hunting!

Translated by