필터 지우기
필터 지우기

Problems about building the interface between coda and MATLAB

조회 수: 3 (최근 30일)
悦 刘
悦 刘 2023년 3월 5일
답변: Sivapriya Srinivasan 2023년 3월 29일
I'm in the process of building the CODA library and executable files on my mac mini according to the instructions(https://raw.githubusercontent.com/stcorp/coda/master/INSTALL). When I try to set up the interface between coda and MATLAB, the following information is returned:
./configure --enable-matlab MATLAB=/Applications/MATLAB_R2022a.app
********************************************************************************
ERROR: MATLAB is required to build the MATLAB interface.
Try setting the MATLAB environment variable to the root of your MATLAB
installation if you have MATLAB installed.
********************************************************************************
The MATLAB root directory is' / Applications / MATLAB _ R2022a.app 'on my mac mini, so what should I do next to finish building the coda and MATLAB interface?
I would appreciate it if you could help me!
  댓글 수: 2
Walter Roberson
Walter Roberson 2023년 3월 5일
As an experiment try
MATLAB=/Applications/MATLAB_R2022a.app ./configure --enable-matlab
悦 刘
悦 刘 2023년 3월 7일
Thank you for your answer. I did as you say, but still have the same error prompt. This problem is still unsolved.

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

답변 (1개)

Sivapriya Srinivasan
Sivapriya Srinivasan 2023년 3월 29일
Hello,
It looks like the CODA library and executable files require MATLAB to be installed in order to build the MATLAB interface. Based on the error message, it seems like the MATLAB environment variable is not set correctly.
To fix this issue, you can try setting the MATLAB environment variable to the root of your MATLAB installation using export option and then after setting up the MATLAB environment variable try building the MATLAB interface for CODA
Hope this helps!

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by