how can i create signals in simulink starting from vectors with time and values and how i can save multiple signals generated in simulink in in a mat file

2 views (last 30 days)
I want to create multiple signals from vectors( with time and values), proces them and after to save the result into a mat file please , i really need to know this

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 9 Oct 2013
Edited: Azzi Abdelmalek on 9 Oct 2013
If you want to save each signal in one mat file, use for each signal a to file block. If you want want to save them all in one file, use a MUX block and connect its output to a [to file] block

More Answers (0)

Categories

Find more on Prepare Model Inputs and Outputs in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!