Input points from matlab to simulink
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I created two different array consists of x and y positions for a robot end-effector. How can I use this points as an input to the simulink model ?
0 Commenti
Risposta accettata
Orion
il 24 Nov 2014
if x and y are vectors available in the workspace, (with a time vector corresponding), you can simply use a FromWorkspace block to use these data as input of your model.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulink Functions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!