V0=(0:1:300) how to express this function in physical modeling?

2 Ansichten (letzte 30 Tage)
Dr. Ragav Bhatt
Dr. Ragav Bhatt am 10 Sep. 2015
Beantwortet: Jeevan Thomas am 16 Sep. 2015
hello sir, i want to develop physical modeling. than how to express this function in physical modeling block? V0=(0:1:300)
please help me.. Thank you.

Antworten (1)

Jeevan Thomas
Jeevan Thomas am 16 Sep. 2015
If you want to use your V0 = (0:1:300) as part of a Simulink system, you could drag a constant block from Simulink library in to your Simulink model and name the value as "V0". In the Matlab base workspace, assign V0 = (0:1:300);
Now run the model and you have a vector coming from your constant block.
Hope it helps

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by