1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 10:55:24 +02:00
tldr/pages.ko/common/matlab.md

357 B

matlab

MathWorks의 수치 계산 환경. 더 많은 정보: https://se.mathworks.com/help/matlab/matlab_env/startup-options.html.

  • 시작 시 스플래시 화면 없이 실행:

matlab -nosplash

  • MATLAB 명령문 실행:

matlab -r "{{matlab_명령문}}"

  • MATLAB 스크립트 실행:

matlab -r "run({{경로/대상/스크립트.m}})"