Unexpected MATLAB operator. how declare correctly?
古いコメントを表示
[status]= abmsdk('SetDestinationFile', C:\ABM\B-Alert\Data\1830);
|
Error: Unexpected MATLAB operator.
採用された回答
その他の回答 (1 件)
Alma Martinez
2018 年 6 月 6 日
編集済み: Walter Roberson
2018 年 6 月 6 日
1 件のコメント
Walter Roberson
2018 年 6 月 6 日
[status]= abmsdk('SetDestinationFile', 'C:\ABM\B-Alert\Data\1830');
Filenames should always be placed in quotes.
カテゴリ
ヘルプ センター および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!