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

4 visualizzazioni (ultimi 30 giorni)
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

Risposta accettata

Walter Roberson
Walter Roberson il 1 Mar 2016
system('ln -s /dev/ttyACM0 /dev/ttyS101')

Più risposte (0)

Categorie

Scopri di più su File Operations in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by