- Copy the Signal Builder to a new model
- Connect the Signal Builder output to a To Workspace block
- Change the To Workspace block to save a "Structure with time" to the workspace
- Save the variable output by the To Workspace block to a MAT-file
- Import that MAT-file to the Signal Builder
How do you get Signal Builder to import a mat file it exported?
14 views (last 30 days)
Show older comments
I want to create groups of tests that can be loaded into Signal Builder depending on the feature of the model that that I am testing. I thought I could export the data to the workspace, save as a MAT file and then import it. The export seems to work, but when I try to import it, I get the error:
An error occurred during data format compatibility check.Attempted to access timeVec(1); index out of bounds because numel(timeVec)=0.
I am using 2011B.
0 Comments
Accepted Answer
Jon Boerner
on 21 Oct 2014
When you export data from the Signal Builder in R2011b, it exports it as a structure with all kinds of Signal Builder-specific information. Unfortunately, the Signal Builder cannot import that kind of structure.
If you open the doc page for importing with this command, you can see that you need to have a cell array or structure with time to import the data like you want:
>> web([docroot '/toolbox/simulink/ug/f15-109640.html'])
I think the easiest thing to do is:
You could also just modify the variable exported by the Signal Builder, but I think this model approach is a bit easier/straightforward.
3 Comments
Muhammad Taheruzzaman
on 26 Jan 2016
Edited: Muhammad Taheruzzaman
on 26 Jan 2016
Jon Boerner, but Signal Builder accept excel file, import from excel to signal builder. I tried but it's the error said; mat file does not comply
Kevin Bachovchin
on 19 Sep 2018
How can you copy the Signal Builder to a new model though? I didn't drag a Signal Builder from the library? I created a signal builder generator by right clicking and going to "Create and Connect Generator" >> "Simulink" >> "Signal Builder", such as in the following link https://www.mathworks.com/help/simulink/ug/signal-and-scope-manager.html Is there any way to be able to copy the signal generator?
More Answers (0)
See Also
Categories
Find more on Inputs in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!