From: Nan Sharma on
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
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
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
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
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.