display of amplitude and time at each point in a range of a signal in simulink

I want a plot/scope/graph where I can display the y-value at those x-values that i specify? Can anyone help me with this please?

 채택된 답변

TAB
TAB 2012년 1월 25일
Create a m-file s-function, in which you can collect the Y values at your X values and plot it on figure.
--OR--
Save the X & Y values to base worksapce using 'To Workspace' block and write m-script to plot them.

댓글 수: 4

Thank You!! Can I implement it in simulink also??
There are 3 plotting options in simulink - Scope, Floating scope & X-Y graph. I dont think it is possible with any of them.
Hey Tab,
Can't it be the other way around, I wanna import data from workspace into simulink using 'from workspace'
No clear why you want to use 'from workspace' block...??

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Samitha
Samitha 2012년 1월 25일
Regarding the Simulink thing!
Presumably this article might be helpful as it explains the way which a scope plot can be converted to a figure (more or less).

댓글 수: 2

Hello Samitha,
The website u typed..is not opening
Thank You Samitha!! Yes, it is helpful.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 General Applications에 대해 자세히 알아보기

태그

질문:

2012년 1월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by