필터 지우기
필터 지우기

error variable a - basic

조회 수: 1 (최근 30일)
Barbara Fiorani
Barbara Fiorani 2020년 9월 30일
댓글: Barbara Fiorani 2020년 9월 30일
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일
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일
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.

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

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by