Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Comaprison of Data in mat file.
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi i have a data 2-10 V in mat file. I want to put 2V equal to zero in mat file. How it is possible to put 2v=0 in mat file ?
댓글 수: 3
Stephen23
2018년 9월 6일
편집: Stephen23
2018년 9월 6일
"Hi i have a data 2-10 V in mat file. I want to put 2V equal to zero in mat file. How it is possible to put 2v=0 in mat file ?"
MATLAB requires variable names, fieldnames, function names, etc. to start with a letter. Your names do not follow this specification:
I would be very surprised if MATLAB could do anything with your .mat file, if those really are the names used.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!