How can I use a matlab function like radon(),radonc() other filter in matlab coder to generate c static library?

조회 수: 2 (최근 30일)
Hi, I am using a Matlab coder to translate matlab code to c Language. But it geves me error .
***********"??? The function 'radon' is not supported for standalone code generation. See the documentation for coder.extrinsic to learn how you can use this function in simulation. "************* Can any one please tell me how can i use matlab function in to pure c code.
Thank you

답변 (1개)

Kanishk
Kanishk 2025년 7월 8일
Hi Mitul,
The 'radon' function supports generation of C code from using MATLAB Coder from R2022b. You can upgrade your MATLAB version to R2022b or later to generate code for 'radon' function.
You can learn more about 'radon' function from the following documentation.
Hope this helps!

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by