[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Need solution
From: |
address@hidden |
Subject: |
Re: Need solution |
Date: |
Wed, 24 Jun 2015 21:28:57 +0900 (JST) |
--- shahin35ju
> Dear ,
>
> I attached the print screen preview of my octave .
>
> This is my file saving code:
>
> mm =[1:10;kkk]
> Output =(mm)';
> num2str (kkk)
> aa =Output(:,1);
> bb =Output(:,2)/4000;
> plot (aa,bb,'r','linewidth',2)
> xlabel('Discharge (10^4 m^3/s)')
> ylabel('frequency (10^3)')
> %gtext ('a)Bahadurabad')
> text (4, 0.2, "(a) Bahadurabad");
> %h = annotation (' Bahadurabad')
> %titleBox = text ( 'Bahadurabad')
> %dlmwrite ('output.dat',Output)
> save('output_new.dat','Output')
> print -depsc out1.eps
>
>
> Any more informatoin ? please let me know.
>
> Regards,
> Shahin
>
>
>
> On Wed, Jun 24, 2015 at 5:40 PM, address@hidden <address@hidden> wrote:
> --- shahin35ju
> > Dear,
> >
> > I am a new user of Octave. When I create a figure for annotation I need to
> > write 103 or m3 but when I use xlabel('10^3 or m^3) command this show in
> > figure 103 or m3 but when I save as .png or pdf or jpg then it it show
> > ('10^3 or m^3).
> >
> > How I solve this ? Please help me.
> >
> > Regards,
> >
> > Shahin
> >
> please show us more information.
>
> version of octave.
> operating system (e.g. windows 7 64bit)
> graphics_toolkit (qt, fltk, gnuplot)
> way of save graph (menu on plot windows?)
>
> Tatsuro
> Any more informatoin ? please let me know
graphics_toolkit (qt, fltk, gnuplot)
Tatsuro
- Re: Need solution, (continued)
- Re: Need solution, address@hidden, 2015/06/24
- Re: PID function in octave control not working.. why?, Lukas Reichlin, 2015/06/26
- Re: PID function in octave control not working.. why?, Tatsuro MATSUOKA, 2015/06/26
- Re: PID function in octave control not working.. why?, Doug Stewart, 2015/06/26
- Re: PID function in octave control not working.. why?, Abdul Rahman Riza, 2015/06/26
Re: Need solution,
address@hidden <=