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

2 次查看(过去 30 天)
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

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by