Colorbar not supported in Simulink "MATLAB function" surf plot

2 次查看(过去 30 天)
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?

采纳的回答

Ameer Hamza
Ameer Hamza 2020-6-4
编辑:Ameer Hamza 2020-6-4
Add this line
coder.extrinsic('colorbar')
in the MATLAB function block before the colorbar line.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by