フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Hi. i want to plot some thing like this picture how can i do this ?

2 ビュー (過去 30 日間)
david tito
david tito 2015 年 6 月 5 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
for 110<t<195 -----------> -5<y<5 else y=0

回答 (2 件)

Salaheddin Hosseinzadeh
Salaheddin Hosseinzadeh 2015 年 6 月 5 日
You may have to do this with two plot commands,
one to create a red line
one to create a gigantic square, which you can do it by plotting a single point in the position of the square.
you have to change the plot marker to some that produces a square, I'm not sure if the square is fulled or not. and increase the font size or marker size
search for plot and find marker and .... properties.
Give it a try
  2 件のコメント
Thomas Koelen
Thomas Koelen 2015 年 6 月 5 日
or just use the rectangle function...
david tito
david tito 2015 年 6 月 5 日
i want a continious function not only rectangle look at this picture

david tito
david tito 2015 年 6 月 5 日
I search the code that can give me this graph

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by