필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

'system' command issues: R2016a on Kubuntu 16.04

조회 수: 1 (최근 30일)
Peter de Vietien
Peter de Vietien 2016년 9월 19일
마감: MATLAB Answer Bot 2021년 8월 20일
Hello,
I'm facing two issues with the system command. These issues arose when I upgraded my system to Kubuntu 16.04 from 14.04.
I'm using R2016a.
Both issues arise when I use the following command:
system('sed s/\\\\ttmax=.*$/\\\\ttmax=600/ text.txt','-echo')
where text.txt is:
\ttmax=500
1) the '-echo' flag does not display the executed command
2) The sed command does not change the value of tmax in text.txt
Thanks in advance!

답변 (1개)

Saurabh Gupta
Saurabh Gupta 2016년 9월 22일
Hello Peter,
MATLAB R2016a is qualified on Ubuntu 14.04 through 15.10, so you may encounter some unpredictable behavior on Kubuntu 16.04. I would recommend you to install the current release, MATLAB R2016b, which supports Ubunutu 16.04 LTS. Refer to the below links for the Linux system requirements for both releases.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by