Unrecognized function or variable 't'.

3 visualizaciones (últimos 30 días)
Abdulwahab Malalla
Abdulwahab Malalla el 5 de Jul. de 2022
Respondida: Star Strider el 5 de Jul. de 2022

Respuestas (1)

Star Strider
Star Strider el 5 de Jul. de 2022
Just befor the ‘u’ assignment, insert these assignments:
tmax = 10; % Maximum Time
tnum = 150; % Number Of Elements in ‘t’
t = linspace(0, tmax, tnum);
The rest of the code should then work (although I cannot test it because it is difficult to read the image).
.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by