필터 지우기
필터 지우기

Not able to create a custom excel function using MATLAB Compiler

조회 수: 1 (최근 30일)
Sarada Prasanna Sahoo
Sarada Prasanna Sahoo 2020년 10월 22일
편집: Sarada Prasanna Sahoo 2020년 11월 2일
function [a] = add123(b,c,d)
% Simple Matlab function
a=b+c+d;
end
This is the simple function, I want to run in MS-EXCEL.
I tried to follow the following link.
I encountered one error even if few required toolboxes I have installed, the screenshot of which has been attached.
The first message I have got is as follows.
I opened the log file and the screenshot is as follows.
I want to create a custom function in matlab environment and run in excel.
I am not able to understnad where I have made a mistake.
Please help.
My mail id is sarada@iiit-bh.ac.in

답변 (1개)

Manvi Goel
Manvi Goel 2020년 10월 30일
The error indicate that while building App, MATLAB not able to find the MinGW compiler which is required to build the App using MATLAB App Designer.
Make sure that you have installed at least one of the supported compilers for the corresponding MATLAB version and OS platform.
You can get the list of the compilers and system requirements from this link https://www.mathworks.com/support/requirements/previous-releases.html
  댓글 수: 1
Sarada Prasanna Sahoo
Sarada Prasanna Sahoo 2020년 11월 2일
편집: Sarada Prasanna Sahoo 2020년 11월 2일
I have installed appropriate operating system and softwares. The screenshot of operating system is attached .
And if Matlab is not able to find MinGW compiler what should be done to overcome this problem ? Please help me.

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

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by