How to print : What's Your Name

조회 수: 9 (최근 30일)
Akshay Kumar
Akshay Kumar 2020년 2월 8일
댓글: John D'Errico 2022년 2월 7일
print('What's your name')
giving an error
  댓글 수: 1
John D'Errico
John D'Errico 2022년 2월 7일
Are you writing code in Python, or some other language, and hoping that it will be valid MATLAB code? That rarely works out well.

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

채택된 답변

Jeremy
Jeremy 2020년 2월 8일
편집: Jeremy 2020년 2월 8일
fprintf('What''s your name\n')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by