How can I use the unix command 'ln' in matlab to create an symbolic link?

5 Ansichten (letzte 30 Tage)
How can I use the unix command 'ln' in matlab to create an symbolic link?
I would like to put this command into my script: ln -s /dev/ttyACM0 /dev/ttyS101
Any help is greatly appreciated.
- Kristine

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 1 Mär. 2016
system('ln -s /dev/ttyACM0 /dev/ttyS101')

Weitere Antworten (0)

Kategorien

Mehr zu File Operations 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