How can I replace existing dataset in a signal builder if I am adding/appending new datasets programmatically ?
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Omega
le 13 Mai 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 commentaires
Voir également
Catégories
En savoir plus sur Prepare Model Inputs and Outputs dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!