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

2 views (last 30 days)
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

Accepted Answer

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

More Answers (0)

Categories

Find more on File Operations in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!