Installing CVX on MATLAB online
이전 댓글 표시
I am trying to install CVX on MATLAB online and I am getting the following error after typing cvx_setup into the matlab command line:
---------------------------------------------------------------------------
ERROR: ------------------------
Error using cvx_setup (line 22)
Error detected by cvx_version
-------------------------------
The installation of CVX was not completed. Please correct the error
and re-run CVX_SETUP.
---------------------------------------------------------------------------
Does anyone have any ideas why this might be?
답변 (4개)
Alejandro Garces
2020년 4월 1일
2 개 추천
Upload the zip file to the system, then extract the file (it takes some time). After that, you can call cvx_setpu
Githin John
2020년 1월 28일
1 개 추천
Use the Linux version of CVX instead of the Windows Version. That should fix the error.
Muhammad Yasir
2021년 7월 16일
0 개 추천
Extract the CVX-master in Matlab toolbox folder. Then set the path to this CVX by following the steps given below
- Select Home> Set Path
- Click the button 'Add with Subfolders'
- Then slect CVX-master folder
- Then run the command 'cvx_setup' in Matlab workspace

댓글 수: 1
mostafa elsherbini
2022년 8월 11일
Thank you for you help
Chanaka Karunaratne
2024년 3월 25일
0 개 추천
in online work download 64 bit linux version and extract to your computer and upload to matlab drive and run cvx_setup and paths will create and you can type some codings in cvx in command window and it will run
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!