Hello, Can you please look at the below screenshot and help me in simulating my file,
I have specified all parameters like B, C in the workspace and w(omega) and phi(phase difference) values by double-clicking on the blocks itself but the problem is with D2 parameter has a value varying with time. the code I wrote for D2 variation is also attached below but I need help in attaching these values with simulation file

답변 (2개)

Yanbiao FENG
Yanbiao FENG 2017년 10월 24일
편집: Yanbiao FENG 2017년 10월 24일

0 개 추천

you can use "from workspace", the D2 is a n*2 matrix, the first column is time, second row is D2 values; that how many rows depends on the time step. For example:
D2=[1 1
2 1
3 1
4 1
5 1.5
6 2
7 2
8 2
9 2];

댓글 수: 1

Dindigala Prudhvi Charan
Dindigala Prudhvi Charan 2017년 10월 25일
편집: Dindigala Prudhvi Charan 2017년 10월 25일
I want the time to be the simulation time. As you can see in the .m file there is a variable called tout in 5th line which is supposed to be the simulation running time and also from your method of defining vector of n*2 I am giving discrete values for D2 (i.e at time instants of 1,2,3...10) but I want it to be a continuous variable

댓글을 달려면 로그인하십시오.

Vincen Lee
Vincen Lee 2017년 10월 25일
편집: Vincen Lee 2017년 10월 25일

0 개 추천

Try Matlab Function block in Simulink/User-Defined Functions.
You can write your code for generating D2 in Matlab Function block. The input is the Clock block from Simulink/Sources. The output is D2.
Hope it helps.

카테고리

도움말 센터File Exchange에서 Simulink에 대해 자세히 알아보기

질문:

2017년 10월 24일

편집:

2017년 10월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by