Unable to Convert Vitdec to C using MATLAB coder

Hi,
I am new to MATLAB. I am using MATLAB coder to convert Vitdec function to generate C code from it but I am facing the issue with generating the C code. Can anyone tell what might be the issue?
Regards,
Ganesh

3 Kommentare

Mike Hosea
Mike Hosea am 16 Dez. 2019
More context, please. What happens when you try to generate code?
Yulia M
Yulia M am 16 Dez. 2019
Hi Mike,
This is the error I am getting.
regards,
vitdec.PNG
Two possibilities:
1) vitdec supports codegen from R2016a onwards. Check that your version of matlab is R2016a or above.
2) You have a local file on your path which is named vitdec.m and does not support codegen

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Darshan Ramakant Bhat
Darshan Ramakant Bhat am 24 Dez. 2019

2 Stimmen

The below documentation page lists the functions supported for code generation :
Additionally you can use coder.screener to know more about codegen compatibility of a function :

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Coder finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by