From: Nandish on
"ade77 " <ade100a(a)gmail.com> wrote in message <hqna4d$ok$1(a)fred.mathworks.com>...
> "Nandish " <nandishpatel.24(a)gmail.com> wrote in message <hqn8r4$35k$1(a)fred.mathworks.com>...
> > "ade77 " <ade100a(a)gmail.com> wrote in message <hqi48b$sg$1(a)fred.mathworks.com>...
> > > "Nandish " <nandishpatel.24(a)gmail.com> wrote in message <hqhnph$dh0$1(a)fred.mathworks.com>...
> >
> > > Clarify your problem.
> > > Are you acquiring data through LabVIEW NIDAQ, but you want to process the data in MATLAB realtime?
> > > if you can be more specific it will help.
> >
> > Hello ade,
> >
> > No, i am acquiring data through matlab and doing processing on matlab too. Now i want to plot real-time chart of processed data. I am measuring the temperature and want to show chart of it in real-time. I tried to do it with matlab but i could not do it. So i thought is it possible to export data to labview and show real-time chart using labview?
> >
> > Or else let me guide how can i do it using matlab.
> >
> > Thank you
>
>
> Okay, I now understand what you mean. I assume you are using MATLAB data acquisition toolkit, which I am not familiar with.
> In any case, as long as you can acquire the data in real time,there is nothing stopping you from plotting the data in real time.
>
> There is a function called 'linkdata', check it out, it will likely solve your problem.
> Under most plot figure, there is an icon to link your plot to the data in the workspace, so once the data is updated, the plot gets updated too. there is also a video on it from the figure window.
>
> I normally use LabVIEW for data acquisition, and yes LabVIEW will do what you want with ease, as long as there is a driver for the device.

Hey ade,
I did as u suggest.
I checked out for 'linkdata' function, but it is not there in help. I also could not found any icon which link plot to workspace. If you talked about' show plot tools and dock fig', it doesnt work.
Also in real-time chart i want to show x-axis as time axis and want to plot temperature values on y-axis.
From: ade77 on
"Nandish " <nandishpatel.24(a)gmail.com> wrote in message <hqncng$lhv$1(a)fred.mathworks.com>...
> "ade77 " <ade100a(a)gmail.com> wrote in message <hqna4d$ok$1(a)fred.mathworks.com>...
> > "Nandish " <nandishpatel.24(a)gmail.com> wrote in message <hqn8r4$35k$1(a)fred.mathworks.com>...
> > > "ade77 " <ade100a(a)gmail.com> wrote in message <hqi48b$sg$1(a)fred.mathworks.com>...
> > > > "Nandish " <nandishpatel.24(a)gmail.com> wrote in message <hqhnph$dh0$1(a)fred.mathworks.com>...
> > >
> > > > Clarify your problem.
> > > > Are you acquiring data through LabVIEW NIDAQ, but you want to process the data in MATLAB realtime?
> > > > if you can be more specific it will help.
> > >
> > > Hello ade,
> > >
> > > No, i am acquiring data through matlab and doing processing on matlab too. Now i want to plot real-time chart of processed data. I am measuring the temperature and want to show chart of it in real-time. I tried to do it with matlab but i could not do it. So i thought is it possible to export data to labview and show real-time chart using labview?
> > >
> > > Or else let me guide how can i do it using matlab.
> > >
> > > Thank you
> >
> >
> > Okay, I now understand what you mean. I assume you are using MATLAB data acquisition toolkit, which I am not familiar with.
> > In any case, as long as you can acquire the data in real time,there is nothing stopping you from plotting the data in real time.
> >
> > There is a function called 'linkdata', check it out, it will likely solve your problem.
> > Under most plot figure, there is an icon to link your plot to the data in the workspace, so once the data is updated, the plot gets updated too. there is also a video on it from the figure window.
> >
> > I normally use LabVIEW for data acquisition, and yes LabVIEW will do what you want with ease, as long as there is a driver for the device.
>
> Hey ade,
> I did as u suggest.
> I checked out for 'linkdata' function, but it is not there in help. I also could not found any icon which link plot to workspace. If you talked about' show plot tools and dock fig', it doesnt work.
> Also in real-time chart i want to show x-axis as time axis and want to plot temperature values on y-axis.

Nandish,
I do not have access to MATLAB right now, but check out this website.
http://www.mathworks.com/access/helpdesk/help/techdoc/ref/linkdata.html

Your version of MATLAB might also not include that function. I have 2008b, and 2010a, and the function is in both version. So if you are using a much older version, it might not be in that version.