How can i use scatter plot in simulink?
이전 댓글 표시
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
Jyotsna Talluri
2019년 8월 6일
Are u using the scatter function in MATLAB Function block??
stuti chug
2019년 8월 7일
Jyotsna Talluri
2019년 8월 7일
Where are u using that SCATTER function in simulink?Could u share your model or code if possible
답변 (1개)
Jyotsna Talluri
2019년 8월 7일
0 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 Scatter Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!