matlab command window에서 text 표시의 수치형식 및 수피 표시 변경 방법 문의
Afficher commentaires plus anciens
matlab command 창에 표시되는 변수의 값에 대한 수치 형식 및 표시는
일반적인 방법) "matlab 실행후 기본설정 > 명령 창 > 텍스트 표시 > 수치형식, 수치표시 "에서 설정을 변경하여 사용하는데,
위와 같은 방법외에 command window에서 명령어를 통하여 설정을 변경하는 방법에 대하여 문의 드립니다.
1 commentaire
NoYeah
le 14 Avr 2020
use cast operator
Réponses (1)
format 명령어를 사용할 수 있습니다.
format short
pi
format long
pi
Catégories
En savoir plus sur 명령 입력 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!