Unexpected MATLAB operator. how declare correctly?
Ältere Kommentare anzeigen
[status]= abmsdk('SetDestinationFile', C:\ABM\B-Alert\Data\1830);
|
Error: Unexpected MATLAB operator.
Akzeptierte Antwort
Weitere Antworten (1)
Alma Martinez
am 6 Jun. 2018
Bearbeitet: Walter Roberson
am 6 Jun. 2018
1 Kommentar
Walter Roberson
am 6 Jun. 2018
[status]= abmsdk('SetDestinationFile', 'C:\ABM\B-Alert\Data\1830');
Filenames should always be placed in quotes.
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!