Cannot link my Arduino to Mac
1 view (last 30 days)
Show older comments
I keep trying to install the arduino support package on my MATLAB on my mac. Everytime I try to install the add-on I get the message " This folder name is invalid. Folder names can contain alphanumeric characters and '-', '_', '.', or '/' only. The destination folder cannot be named "private"." Can anyone help?
0 Comments
Answers (1)
Ameer Hamza
on 7 Nov 2020
I experienced this problem on mac if the 'userpath' points to a path with spaces in the pathname. Set your 'userpath' to something which does not contain spaces. For example,
userpath('/Users/ameerhamzakhan/Documents/MATLAB/')
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!