Effacer les filtres
Effacer les filtres

What is the best way to produce a time vector for use in a Simulink model simulation?

9 vues (au cours des 30 derniers jours)
Marcelo
Marcelo le 10 Mai 2017
Hi,
I would like to simulate a Simulink model during 1.0 sec. I want to do that using the command "sim" and passing the time vector as an input data.
I can create time vectors lasting from 0.0 to 1.0 and linearly spaced by 0.1 steps using different methods:
time_vector_1 = (0:1:10) .* 0.1;
time_vector_2 = linspace(0, 1, 11);
time_vector_3 = 0:0.1:1;
For using in a Simulink model simulation, which one is the best choice?
Thank you

Réponses (0)

Catégories

En savoir plus sur Modeling dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by