Importing data to simulink

2 views (last 30 days)
Jonas Bisgaard
Jonas Bisgaard on 9 Apr 2019
Answered: Fangjun Jiang on 9 Apr 2019
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?

Answers (1)

Fangjun Jiang
Fangjun Jiang on 9 Apr 2019
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.

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!