How can I replace existing dataset in a signal builder if I am adding/appending new datasets programmatically ?
6 views (last 30 days)
Show older comments
Hi, I am trying to replace existing dataset in a signal builder block in Simulink model, on appending new datasets to it which has 'n' number of signals programmatically using Matlab script. Any feedback on how the existing dataset can be replaced is appreciated.
0 Comments
Answers (1)
Omega
on 13 May 2025
Hi Geethika,
You can use the "signalbuilder" function with the "set" option if you want to replace the existing dataset, or use the "appendsignal" or "appendgroup" options if you would like to append signals or groups.
You can check out the following documentation link to learn more about the "signalbuilder" function and its options:
Additionally, usage of "signalbuilder" is not recommended by MathWorks, and you might want to replace it with "signaleditor".
You can read more about the "signaleditor" block and how to migrate from the Signal Builder block to the Signal Editor block by going through the following documentation links:
0 Comments
See Also
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!