I have some data describing PV output and time. I have created a Mx2 matrix containing the time and PV output and wish to use it in a simulink model, how do use this matrix as a signal in the simulation?

답변 (1개)

Fangjun Jiang
Fangjun Jiang 2019년 4월 9일

0 개 추천

Assume your Mx2 matrix is in base workspace and named as "B", use a FromWorkspace block and specify the value as "B". Note that the first column of B is time stpes, the second column is the values of PV output.

제품

릴리스

R2018b

질문:

2019년 4월 9일

답변:

2019년 4월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by