Prev: code for histrogram equalization
Next: Matlab's Inverse
From: Nan Sharma on 26 Jul 2010 12:29 Hi all, I am working with a camera and it is provided with a software. I want to make a Matlab GUI so that I can operate it using matlab. (Interfacing is already done). Now, I want to control/introduce parameters such as set detector temperature, ROI ,ADC converter speed in my Matlab GUI? Also, I have an image and I want to take a slice at the center and want to average like 2 columns (slice) before this center line and 2 after the center line. I also want to plot this average values in the same GUI (Picture is already shown in this GUI). Please, help me out as soon as possible. Hoping for positive response at the earliest. Many thanks.
From: Joseph on 26 Jul 2010 15:35 doc guide "Nan Sharma" <nandani.sharma004(a)gmail.com> wrote in message <i2kd4k$1br$1(a)fred.mathworks.com>... > Hi all, > > I am working with a camera and it is provided with a software. I want to make a Matlab GUI so that I can operate it using matlab. (Interfacing is already done). Now, I want to control/introduce parameters such as set detector temperature, ROI ,ADC converter speed in my Matlab GUI? > > Also, I have an image and I want to take a slice at the center and want to average like 2 columns (slice) before this center line and 2 after the center line. I also want to plot this average values in the same GUI (Picture is already shown in this GUI). > > Please, help me out as soon as possible. > > Hoping for positive response at the earliest. > > Many thanks.
From: Nan Sharma on 26 Jul 2010 18:17 Still its difficult. Anyone can help me with it would be wonderful. Thanking you in advance. "Joseph " <don'twannapostit(a)nopers.com> wrote in message <i2ko18$l26$1(a)fred.mathworks.com>... > doc guide > > > "Nan Sharma" <nandani.sharma004(a)gmail.com> wrote in message <i2kd4k$1br$1(a)fred.mathworks.com>... > > Hi all, > > > > I am working with a camera and it is provided with a software. I want to make a Matlab GUI so that I can operate it using matlab. (Interfacing is already done). Now, I want to control/introduce parameters such as set detector temperature, ROI ,ADC converter speed in my Matlab GUI? > > > > Also, I have an image and I want to take a slice at the center and want to average like 2 columns (slice) before this center line and 2 after the center line. I also want to plot this average values in the same GUI (Picture is already shown in this GUI). > > > > Please, help me out as soon as possible. > > > > Hoping for positive response at the earliest. > > > > Many thanks.
From: Walter Roberson on 26 Jul 2010 18:26 Nan Sharma wrote: > Still its difficult. Anyone can help me with it would be wonderful. > > Thanking you in advance. > > "Joseph " <don'twannapostit(a)nopers.com> wrote in message > <i2ko18$l26$1(a)fred.mathworks.com>... >> doc guide >> >> >> "Nan Sharma" <nandani.sharma004(a)gmail.com> wrote in message >> <i2kd4k$1br$1(a)fred.mathworks.com>... >> > Hi all, >> > > I am working with a camera and it is provided with a software. I >> want to make a Matlab GUI so that I can operate it using matlab. >> (Interfacing is already done). Now, I want to control/introduce >> parameters such as set detector temperature, ROI ,ADC converter speed >> in my Matlab GUI? >> > > Also, I have an image and I want to take a slice at the center and >> want to average like 2 columns (slice) before this center line and 2 >> after the center line. I also want to plot this average values in the >> same GUI (Picture is already shown in this GUI). >> > > Please, help me out as soon as possible. >> > > Hoping for positive response at the earliest. >> > > Many thanks. Break it down by task. Write what you know; for what you don't know, study the Getting Started documentation and give it a try. When you have _specific_ Matlab questions, ask away.
From: ImageAnalyst on 28 Jul 2010 11:59 On Jul 26, 6:17 pm, "Nan Sharma" <nandani.sharma...(a)gmail.com> wrote: > Still its difficult. Anyone can help me with it would be wonderful. > > > Please, help me out as soon as possible. > > > > Hoping for positive response at the earliest. > > > > Many thanks. ----------------------------------------------------------------------- There are many GUIDE demos, templates, and tutorials at MATLAB Central (the File Exchange), such as this one: http://www.mathworks.com/matlabcentral/fileexchange/24224 Search the File Exchange for appropriate keywords if you want more examples.
|
Pages: 1 Prev: code for histrogram equalization Next: Matlab's Inverse |