Using the gnuplot CALL function in Matlab
조회 수: 7 (최근 30일)
이전 댓글 표시
Hello, I'm interested in running a gnuplot script from a Matlab script. However, the complication is that I would like to pass variables (including data file names) to the gnuplot script as well which requires gnuplot's CALL function. For example,
call script.gp "datafile" variable2
I have had success using the SYSTEM function in Matlab to simply run a gnuplot script, but not using the CALL functionality.
Any advice would be appreciated.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!