How to use dlm-write for creating colums!
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I'm using dlm-write and this is my code!
M = punkte_sort dlmwrite('bohrergeometrie.dat',M);
I would like to create list of all coordinates...! So I try to get three columns with x-, y- and z-coordinates! dlm-write creates the text-file shown in my screenshot! Unfortenately it isn't what I need!
0.0014785,0.0023929,0 0.0014793...
What do I have to do? How can I solve my problem?
Thank you for your help
Niko9310
1 件のコメント
Sara
2014 年 7 月 1 日
what do you get if you type size(M)? have you tried dlmwrite('bohrergeometrie.dat',M');
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MuPAD についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!