How can i use scatter plot in simulink?
Ältere Kommentare anzeigen
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 Kommentare
Jyotsna Talluri
am 6 Aug. 2019
Are u using the scatter function in MATLAB Function block??
stuti chug
am 7 Aug. 2019
Jyotsna Talluri
am 7 Aug. 2019
Where are u using that SCATTER function in simulink?Could u share your model or code if possible
Antworten (1)
Jyotsna Talluri
am 7 Aug. 2019
0 Stimmen
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
Kategorien
Mehr zu Scatter Plots 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!