readtable in linux not working?
3 次查看(过去 30 天)
显示 更早的评论
I coded a script to import and use the data from different text files.
s11=readtable(sprintf("%s",jobname, '_Auswertung_S11.txt'));
Now I tried using it on linux and it doesn't work. The big problem is I can't see any errors or similar from matlab because I use it in an no gui version on the linux system.
Is this a common problem with linux?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!