From: Juraj on
Hello, does anyone know how can I plot two different graphs in two pictures with one function?

plot(i, fmr,'*', i, neusp,'r:x', i, usp, 'y:o');
hold on;
xlabel('Pocet vzoriek');
ylabel('Percento uspesnosti/chyby');
title('FMR/FNMR krivka');
legend('fmr','fnmr','usp');

this is first one, first figure. and I want to plot another one after this one, with the same syntax probably? thx in advance
From: Rune Allnor on
On 6 Mar, 12:00, "Juraj " <yuray.va...(a)gmail.com> wrote:
> Hello, does anyone know how can I plot two different graphs in two pictures with one function?
>
> plot(i, fmr,'*', i, neusp,'r:x', i, usp, 'y:o');
>  hold on;
>  xlabel('Pocet vzoriek');
>  ylabel('Percento uspesnosti/chyby');
>  title('FMR/FNMR krivka');
>  legend('fmr','fnmr','usp');
>
> this is first one, first figure. and I want to plot another one after this one, with the same syntax probably? thx in advance

doc figure
doc subplot

Rune
 | 
Pages: 1
Prev: sortrows problem
Next: indoor propagation model