How can i use scatter plot in simulink?
31 views (last 30 days)
Show older comments
Hello, I'm trying to plot color on image in simulink. so for ploting, i m using scatter function but it shows error ("The function 'scatter' is not supported for standalone code generation. See the documentation for coder.extrinsic to learn how you can use this function in simulation.").
please tell me 1) how can i plot color on image in simulink? 2) how can i use scatter in simulink ?
3 Comments
Jyotsna Talluri
on 7 Aug 2019
Where are u using that SCATTER function in simulink?Could u share your model or code if possible
Answers (1)
Jyotsna Talluri
on 7 Aug 2019
Hi,
The scatter function is not supported in simulink. If you want a scatter like plot you can change the settings in the style under view of the scope window.There you can change the colour of the plot too...Another alternative could be export the data to MATLAB using To workspace block from simulink library browser and then you can use the scatter in MATLAB
0 Comments
See Also
Categories
Find more on Scatter Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!