Estoy aprendiendo a usar la herranienta Symbolic Math. Sigo el tutorial corespondiente y al digitar
fplot (f)
tal y cual el tutorial, el programa no hace el gráfico y no acusa nada, solo continua a la espera de la próxima sentencia. Porque?

 채택된 답변

Voss
Voss 2024년 4월 1일
편집: Voss 2024년 4월 1일

0 개 추천

Are you running commands in the command window?
If so, is this what you see at the bottom of the command window?
If so, you may inadvertently be inside a for or while loop or an if/else/elseif or switch/case/otherwise conditional block (due to a previous for/while/if/else/elseif/switch/case/otherwise keyword that was not closed with an end).
Hit ctrl+c to cancel that loop/block and return to normal command-line operation.

댓글 수: 2

Mario
Mario 2024년 4월 1일
Yo estaba en la ventana de comandos
Me parece que no estaba en un loop pero alguna cosa parecida acontecia
Lo cierto es que reinicié Matlab y se resolvió el problema
De cualquier formam muchas gracias!!!
Voss
Voss 2024년 4월 1일
편집: Voss 2024년 4월 1일
You're welcome!
Next time, if it happens again, you can try ctrl+c.
The same thing can happen if you are entering an array that is incomplete, e.g., you entered a [ without a ], or entered line continuation characters (...). Hitting ctrl+c would cancel the command in that case, as well.

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

추가 답변 (0개)

카테고리

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

제품

릴리스

R2024a

질문:

2024년 4월 1일

편집:

2024년 4월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by