Effacer les filtres
Effacer les filtres

Matlab coder "All inputs must be constant"

4 vues (au cours des 30 derniers jours)
itai
itai le 27 Mai 2019
Hi,
I tried to generate my code to Mex and to C++ using the Matlab coder.
In my m.file I want to do the following lines:
h = round(a*b + b0);
bw_blobs = imclose((clr_cand)>0,ones(h));
When "a" and "b0" are constants and "b" is variable which change between eatch running.
When i tried to generate the code I got the next error message:
"All inputs must be constant"
how can I solve this error?
Please your advise.
Thanks,
Itai

Réponses (0)

Catégories

En savoir plus sur MATLAB Coder dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by