Colorbar not supported in Simulink "MATLAB function" surf plot

I have a custom surf plot written into a "MATLAB function" in simulink environment and I add the 'colorbar' in the plot to see the color division.
However I get the following error, related to the "colorbar" command:
Function 'colorbar' not supported for code generation.
Function 'Beam/MATLAB Function' (#46.1201.1209), line 36, column 60:
"colorbar"
Launch diagnostic report.
Component:MATLAB Function | Category:Coder error
How can I add a colobar to my simulink MATLAB function without get such error?

 Réponse acceptée

Ameer Hamza
Ameer Hamza le 4 Juin 2020
Modifié(e) : Ameer Hamza le 4 Juin 2020
Add this line
coder.extrinsic('colorbar')
in the MATLAB function block before the colorbar line.

2 commentaires

Thank you very much!
I am glad to be of help!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange

Produits

Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by