how to rectify the below error..
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Here i tried simple ordinary differential equation problem...i got an error..
Please anyone solve my query..and point out my mistakes..
i have attached my code also...
Thank you..
0 Kommentare
Antworten (1)
KSSV
am 13 Okt. 2021
You need to have the function cheb.m, which you can download from:
and then you need to change this line:
A=D^3+0+a2*D+a3*I;
to
A=D.^3+0+a2.*D+a3.*I;
Siehe auch
Kategorien
Mehr zu Mathematics and Optimization finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!