Block for toolbox

1 Ansicht (letzte 30 Tage)
cyberdyne
cyberdyne am 3 Sep. 2011
Hi,
Is there a way to run a m.file script made by toolbox in Simulink? I use robotics toolbox and I need to plot in simulink homemade robots created by rt syntax.
For example in m.file you can create a robot with D-H parameters:
Li=link([alphai ai thetai di sigmai]); %where "i" is for i-esim link
and after writing....
rob=robot({Li}); %it creates the robot with your parameters
and for plotting:
plot(rob, Q); %where Q is joint variable vector
How can I create a personal structure in simulink?

Akzeptierte Antwort

Randy Souza
Randy Souza am 17 Sep. 2012
Try using Fcn block (originally answered in a comment by Fangjun)

Weitere Antworten (0)

Kategorien

Mehr zu Robotics finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by