필터 지우기
필터 지우기

why my matlab code doesnt run?

조회 수: 1 (최근 30일)
kaze
kaze 2022년 10월 4일
댓글: Ayush 2023년 5월 22일
¿por que mi codigo no corre? antes he probado con la version 2022a y si me funcionaba pero ahora que actualizo ya no sale la respuesta de la funcion de la transformada de laplace.
  댓글 수: 1
Ayush
Ayush 2023년 5월 22일
Hi @kaze,
Este mensaje se envía en inglés con el fin de proporcionarle una respuesta de manera más rápida. Si prefiere mantener su correspondencia en español, por favor háganoslo saber y le enviaremos una traducción del mensaje.
Since there is no error on the command window I am assuming it ran without any error but you have used ";" at the end which makes sure that output is not visible on the command line but it will be present in your workspace.
So in short ';' suppresses the output on the command window but your code is running fine.

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

답변 (0개)

Community Treasure Hunt

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

Start Hunting!