Technical discussion about Matlab and issues related to Digital Signal Processing.
Hi All, Does anybody know how to edit the scale on axis of the figure in MATLAB? I tried to change the scaling but cannot do so. Any idea? Thanks and Regards, Hazlee
Hazlee,
How about the axis command?
Is there some problem with that?
Regards,
Nik.
Hi All,
>
>Does anybody know how to edit the scale on axis of the figure in MATLAB? I tried to change
the scaling but cannot do so. Any idea?
>
>Thanks and Regards,
>Hazlee
Hi Dear, if i am right in understanding your queries, you can use, e.g. xlim ([0 200]) % from 0 to 200 unit ylim ([0 300]) % from 0 to 300 unit see in the help option. or else, play with axes properties in the plot window. i hope it helps cheers Faisal On 27/03/2008, Hazlee Azil Illias <o...@yahoo.com> wrote: > > Hi All, > > Does anybody know how to edit the scale on axis of the figure in MATLAB? I > tried to change the scaling but cannot do so. Any idea? > > Thanks and Regards, > Hazlee >
Thats easy, just click select and change. thats all. Hazlee Azil Illias <o...@yahoo.com> wrote: Hi All, Does anybody know how to edit the scale on axis of the figure in MATLAB? I tried to change the scaling but cannot do so. Any idea? Thanks and Regards, Hazlee