| ²é¿´: 1883 | »Ø¸´: 1 | |||
Mr_reliableгæ (³õÈëÎÄ̳)
|
[ÇóÖú]
ÔõôÉèÖÃlegendʹÆäÒ»°ëÐéÏßÒ»°ëʵÏߣ¿ ÒÑÓÐ1È˲ÎÓë
|
|
ÈçͼƬËùʾ ·¢×ÔСľ³æAndroid¿Í»§¶Ë |
» ²ÂÄãϲ»¶
291Çóµ÷¼Á
ÒѾÓÐ7È˻ظ´
300Çóµ÷¼Á
ÒѾÓÐ8È˻ظ´
Çóµ÷¼ÁÍÆ¼ö
ÒѾÓÐ7È˻ظ´
289 ·Ö105500ҩѧר˶Çóµ÷¼Á(ÕÒBÇøÑ§Ð£)
ÒѾÓÐ4È˻ظ´
0854Çóµ÷¼Á
ÒѾÓÐ13È˻ظ´
³õÊÔ324 ÖÐҩѧ Ò»Ö¾Ô¸ÌìÖÐÒ½ Çóµ÷¼Á
ÒѾÓÐ3È˻ظ´
ҩѧÇóµ÷¼Á
ÒѾÓÐ14È˻ظ´
327Çóµ÷¼Á
ÒѾÓÐ27È˻ظ´
¼±Ðèµ÷¼Á
ÒѾÓÐ5È˻ظ´
271Çóµ÷¼Á
ÒѾÓÐ33È˻ظ´
Jeromelei
Òø³æ (³õÈëÎÄ̳)
- Ó¦Öú: 1 (Ó×¶ùÔ°)
- ½ð±Ò: 817.9
- Ìû×Ó: 18
- ÔÚÏß: 11.9Сʱ
- ³æºÅ: 4204365
- ×¢²á: 2015-11-08
- רҵ: Ó°ÏñҽѧÓëÉúÎïҽѧ¹¤³Ì
¡¾´ð°¸¡¿Ó¦Öú»ØÌû
¡ï ¡ï ¡ï
¸Ðл²ÎÓ룬ӦÖúÖ¸Êý +1
jjdg: ½ð±Ò+3, ¸Ðл²ÎÓë 2017-08-23 12:00:47
¸Ðл²ÎÓ룬ӦÖúÖ¸Êý +1
jjdg: ½ð±Ò+3, ¸Ðл²ÎÓë 2017-08-23 12:00:47
|
Assume you use matlab % Generate an example input data dt = 0.0001; t = -0.05 : dt : 0.05; t0 = 0 : dt : 1/150; f75Hz_p = [zeros(1, length(t(1) : dt : t0(1) - dt)), sin(2*pi*75*t0), zeros(1, length(t0(end) + dt : dt : t(end)))]; f75Hz_n = -[zeros(1, length(t(1) : dt : t0(1) - dt)), sin(2*pi*75*t0), zeros(1, length(t0(end) + dt : dt : t(end)))]; % Plot the data without any legend figure(1); plot(t, f75Hz_p, 'k-'); hold on; plot(t, f75Hz_n, 'k:'); % By default, Matlab does not provide the legend property you want % Therefore, you could use annotation textarrow property instead % x and y are original positions for the textarrow, dx is used for % incremental length of the textarrow x = 0.15; y = 0.8; dx = 0.1; % Drawing (headless) text arrows, so that one of them can have % a string properly which is your legend entry label. Use x,y,dx % for positioning annotation('textarrow', [x,x+dx], [y,y], ... 'linestyle', '-', 'color', 'k', 'textcolor', 'k', 'headstyle', 'none') annotation('textarrow', [x+dx+0.005, x+2*dx+0.005], [y,y], ... 'linestyle', ':', 'color', 'k', 'textcolor', 'k', 'headstyle', 'none') annotation('textarrow', [x + 2*dx + 0.07, x + 3*dx], [y y], ... 'linestyle', 'none', 'textcolor', 'k', 'headstyle', 'none', 'string', '75Hz') |
2Â¥2017-08-23 03:38:31













»Ø¸´´ËÂ¥