how to use glcm properties for classification
Dear all, I have found the GLCM properties like Energy, Contrast, Corellation for a segmented image. How can i use these values for classification using neural network. Can u please suggest me the steps to be followed. Thanx ... 19 Mar 2010 03:48
reshape
"parul agrawal" <parulagrawal18(a)gmail.com> wrote in message <hnv70e$7j3$1(a)fred.mathworks.com>... syms z Ps = max_signal_power*(10^(-total_loss_s/(10*z))); Pp = max_pumping_power*(10^(-total_loss_p/(10*z))); Ps_desh = Ps/Ps_saturation; Pp_desh = Pp/Pp_saturation; A = Nt*(Pp_desh + Ps_desh); B = (1+(... 19 Mar 2010 03:48
simulink question
I would like to run a few tests with my matlab simulink model. I have a few constants blocks, filters, and washout. How can I initialized all my constants blocks and filters for each test? I would like to put all these initial condition in an m files using set_param command but I got an error message which I don't unde... 19 Mar 2010 03:48
reshape
syms z Ps = max_signal_power*(10^(-total_loss_s/(10*z))); Pp = max_pumping_power*(10^(-total_loss_p/(10*z))); Ps_desh = Ps/Ps_saturation; Pp_desh = Pp/Pp_saturation; A = Nt*(Pp_desh + Ps_desh); B = (1+(2*Ps_desh)+Pp_desh); N2 = A/B; N1 = Nt-N2; L = input('enter the length in meter'); L_desh = [0:1:L]; l = ... 19 Mar 2010 03:48
using case statement on string inputs when number of case choices
If you want to find out which file was selected, then get() the Value of the uicontrol, and get() the String property of the uicontrol, and index the String property by the value. i cant seem to get the 'string' that is currently selected from the whole dropdown list... i want the selected string, not... 19 Mar 2010 09:17
signal processing
for my project works i have to filter voice signals.how i can convert the signal into digital by matlab ? is that signal should be kept in WAV format in work file ? i want the full matlab code for different filters (low pass, high pass,band pass,band stop etc.) for FIR filter design in different window techniques immed... 19 Mar 2010 07:04
Garch model related question
Hi what does the square of the error term in the garch variance equation represent. Is it random white noise? or is it the residual- meaning, difference between the each observation and estimated mean ?.. I have read in few forums where the error^2 is considered as the return(t-1). It would also be helpful if s... 19 Mar 2010 00:33
GUI simple help
I am new at GUI and I am using the guide to create my GUI and the code that comes along with it. I need help with two things: 1) Once in the edit text area, I want to clear the contents I tried this set(handles.transcripton_input, 'String',' ') But it creates those ' ' if ... 19 Mar 2010 00:33
GUI simple help
I am new at GUI and I am using the guide to create my GUI and the code that comes along with it. I need help with two things: 1) Once in the edit text area, I want to clear the contents I tried this set(handles.transcripton_input, 'String',' ') But it creates those ' ' if ... 19 Mar 2010 00:33
how to apply line folding automatially when labeling figure
Since some of my figures have to include a number of subplots, the y-axis labels become very crowded on one line. I tried to use "\n" to make line folding automatically for these cramped labels but it does not work. Is there anyone having similar experience and let me know is there any way to solve this problem? Tha... 19 Mar 2010 00:33