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 ExchangeLine 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