"not recognized as an internal or external command, operable program or batch file"

I ran
clear all
pp=gcp('nocreate');
[~,numproc]=system('nproc','-echo');
numproc=str2double(numproc)-1;
it turns on Matlab 2019a but I got a following error message at 2019b
"'nproc' is not recognized as an internal or external command,
operable program or batch file."

답변 (1개)

Dinesh Yadav
Dinesh Yadav 2020년 6월 3일
I think your operating system is Windows on which MATLAB is installed therefore its not recognizing the command 'nproc' as its a linux system based command. I tired the above code in MATLAB in both Windows 10 and Debian 10. Windows one showed the same error and Debian one gave the correct output.

댓글 수: 4

Then what is the next step?
Could you confirm that nproc is working for you on R2019a but not R2019b, on the same account of the same computer?
Do you have the Linux subsystem installed?
On each of the two versions, what shows up if you run the matlab command
getenv('PATH')
?
What does this show:
>> computer
ans =
'PCWIN64'

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

카테고리

도움말 센터File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품

릴리스

R2019b

질문:

2020년 5월 31일

댓글:

2020년 6월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by