Re: gui in matlab



Take a look at this tutorial for getting started with GUI programming
under matlab:
http://dsp.ucsd.edu/students/present-students/mik/matlabgui/

You'd have to set up an m x n grid of inputboxes and then read those
into a matrix. matlab also has functions for loading bitmaps which
might be what you are looking for since you mentioned a "drawing".

.



Relevant Pages

  • Re: FFT
    ... How do I do that in MATLAB? ... you find the fourier transform of each signal and then find the ... hermitian inner product of the two spectra. ... into a big grid, then for each grid square calculate the total squared ...
    (comp.dsp)
  • Optimization of an ODE
    ... I have solved an ODE with MATLAB with the following code: ...
    (comp.soft-sys.matlab)
  • Re: Decimate function and Filtering
    ... After going through Matlab tutorials I have tried using matlab decimate function but i am seeing aliasing effect in psd. ... T = 1/Fs; % Sample time ... % delete last 6 commands ...
    (comp.soft-sys.matlab)
  • Re: the spectrum of sinc function
    ... Some fact is that the spectrum of sinc function must be in a rectangle ... The following is my matlab script to illstrate it. ... subplot 211; ...
    (comp.dsp)
  • Re: Image convolution, Fourier
    ... The grid you see is related to the fact that your PSF is ... multiplied by a rectangular window. ... from "matlab officials," you should contact The MathWorks ...
    (comp.soft-sys.matlab)