From: tunio on
hi,
i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. i was asked from my professor to connect the both axes in that way, if we zoom on one axes the other axes should has the same effect. so i used subplots command but since then when i plot the graph, the axes width is larger than in fig and so its overright the other buttons and command.
it,ll be very kind if some one can help me.
From: Wayne King on
"tunio " <tunio.live(a)hotmail.com> wrote in message <i2rp51$eun$1(a)fred.mathworks.com>...
> hi,
> i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. i was asked from my professor to connect the both axes in that way, if we zoom on one axes the other axes should has the same effect. so i used subplots command but since then when i plot the graph, the axes width is larger than in fig and so its overright the other buttons and command.
> it,ll be very kind if some one can help me.

Hi Tunio,

You haven't included any code here.

Wayne
From: us on
"tunio " <tunio.live(a)hotmail.com> wrote in message <i2rovd$3t4$1(a)fred.mathworks.com>...
> hi,
> i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. i was asked from my professor to connect the both axes in that way, if we zoom on one axes the other axes should has the same effect. so i used subplots command but since then when i plot the graph, the axes width is larger than in fig and so its overright the other buttons and command.
> it,ll be very kind if some one can help me.

well done - but: where IS your code(?)...

us
From: tunio on
"us " <us(a)neurol.unizh.ch> wrote in message <i2rpvc$85r$1(a)fred.mathworks.com>...
> "tunio " <tunio.live(a)hotmail.com> wrote in message <i2rovd$3t4$1(a)fred.mathworks.com>...
> > hi,
> > i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. i was asked from my professor to connect the both axes in that way, if we zoom on one axes the other axes should has the same effect. so i used subplots command but since then when i plot the graph, the axes width is larger than in fig and so its overright the other buttons and command.
> > it,ll be very kind if some one can help me.
>
> well done - but: where IS your code(?)...
>
> us

hi,
i have fixed the problem by using a Panel and putting both the axes in it.
thanks for ur response
From: tunio on
"us " <us(a)neurol.unizh.ch> wrote in message <i2rpvc$85r$1(a)fred.mathworks.com>...
> "tunio " <tunio.live(a)hotmail.com> wrote in message <i2rovd$3t4$1(a)fred.mathworks.com>...
> > hi,
> > i am using the following code to plot two different types of data on two axes. One of them is 'xls' and the other one is 'ascii'. i was asked from my professor to connect the both axes in that way, if we zoom on one axes the other axes should has the same effect. so i used subplots command but since then when i plot the graph, the axes width is larger than in fig and so its overright the other buttons and command.
> > it,ll be very kind if some one can help me.
>
> well done - but: where IS your code(?)...
>
> us

hi,
i have fixed the problem by using a Panel and putting both the axes in it.
thanks for ur response