Why it gives me error when I type >> a= instead of giving me the following result >> a =
1
Before doing this, I had already type the following >>a=1

 채택된 답변

Ameer Hamza
Ameer Hamza 2020년 9월 30일
편집: Ameer Hamza 2020년 9월 30일

0 개 추천

Don't type
a =
Just type
a
in command window.
For example,
>> a = 1;
>> a
a =
1

추가 답변 (1개)

madhan ravi
madhan ravi 2020년 9월 30일

0 개 추천

You don’t have to type >>

댓글 수: 1

Barbara Fiorani
Barbara Fiorani 2020년 9월 30일
Hi,
I didn't type it on my command window, just typed it here in the question.

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

카테고리

도움말 센터File Exchange에서 MATLAB Coder에 대해 자세히 알아보기

질문:

2020년 9월 30일

댓글:

2020년 9월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by