필터 지우기
필터 지우기

How to use dlm-write for creating colums!

조회 수: 1 (최근 30일)
Nikolai
Nikolai 2014년 7월 1일
댓글: Sara 2014년 7월 1일
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
Sara 2014년 7월 1일
what do you get if you type size(M)? have you tried dlmwrite('bohrergeometrie.dat',M');

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MuPAD에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by