Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

gui matlab text file

조회 수: 2 (최근 30일)
rohith  adulla
rohith adulla 2014년 6월 24일
마감: MATLAB Answer Bot 2021년 8월 20일
hi guys i am developing a gui where on triggering the plot button it generates theta and fm values with which it plots the graph , now the thing is after triggering the plot button i need the values of theta and fm that are generated to be transferred to a text file so that i can have a record of values of my experiment , i am not able to find the problem till now , i am attaching the files here please if you can check the text file part in code at lines 187-198 and tell me whats going wrong i would be very great full

답변 (1개)

Joseph Cheng
Joseph Cheng 2014년 6월 24일
I would try
fprintf(fid,'thetha value genrated is %f and frequency genrated is %f\n',[theta,Fm]);
  댓글 수: 2
rohith  adulla
rohith adulla 2014년 6월 24일
thank you that worked thank you so much
Joseph Cheng
Joseph Cheng 2014년 6월 24일
Not to make is sound like i want the points (i sort of do Q('-')9) but would you accept the answer? That way it doesn't sit in the limbo and it shows up as a solution to your question if anyone else comes across this problem.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by