Error: File: Expression or statement is incorrect--possibly unbalanced (, {, or [
이전 댓글 표시
fprintf(fid3,'%d \t %f \t %f \t %s \n',person,faceweight, fpweight,str1);
댓글 수: 2
faaruuq jamaludin
2018년 3월 8일
편집: Stephen23
2018년 3월 8일
Stephen23
2018년 3월 8일
@faaruuq jamaludin: Your code is badly aligned. Badly aligned code is one way that beginners hide mistakes and bugs in their code. You should use the default alignment of the MATLAB editor: select all code, the press ctrl+i.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!