Unexpected MATLAB operator. how declare correctly?
Show older comments
[status]= abmsdk('SetDestinationFile', C:\ABM\B-Alert\Data\1830);
|
Error: Unexpected MATLAB operator.
Accepted Answer
More Answers (1)
Alma Martinez
on 6 Jun 2018
Edited: Walter Roberson
on 6 Jun 2018
1 Comment
Walter Roberson
on 6 Jun 2018
[status]= abmsdk('SetDestinationFile', 'C:\ABM\B-Alert\Data\1830');
Filenames should always be placed in quotes.
Categories
Find more on File Operations 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!