uigetfile, select all file inner a folder from selection thefolder
pietro wrote: How cain i select all file contained in a folder from a selection of a folder? You can't from uigetfile. The closest you could get would be to set Multi on, and then to click on the first file you wanted, move down to the last file you wanted, and shift-click to select everything in-between.... 8 Mar 2010 13:02
Standalone GUI without console output
Hi, I am compiling my GUI with Lcc-win32 C 2.4.1. Unfortunately, the standalone application always has a console output, which is pretty annoying. Do you know how to remove it? Thanks a lot, Robert ... 8 Mar 2010 13:02
Matlab Surf
I have 4 equations y=x^2 y=x z=y+2 z=0 I have to use the surf command to plot these. Also x=-1:0.1:1 y=-1:0.1:1 z=-1:0.1:3 ... 8 Mar 2010 11:55
error using
Hello everybody, I'm experiencing exactly the same problem as Vladimir. I have a 786 sample set of near-infrared spectra. Each sample is characterized by 3112 variables (the spectra). So my data is a 786x3112 matrix. According to literature, the number of neurons created should be around 33% and 50% of the total ... 8 Mar 2010 11:55
how to Plot SVM results (libsvm) in 2d space. help needed.
Hi, I am using th libsvm , I am using it on 2d space points , I want to see the results on the data points , in order to see how well the SVM classify the space. How can I plot the results ? Thanks O ... 8 Mar 2010 11:55
encoding scheme 1
Anyone know what wrong with this code? This is what I'm trying to do: 0 = no transition at the beginning of interval (one bit time) 1 = transition at beginning of interval B=[0 1 0 0 1 1 0 0 0 1 1]; [row,column]=size(B); for c=1:column; B(1)=-1; if B(c)==0; B(c)=B(1); end if B(c)==1 ... 8 Mar 2010 15:15
Recursion limit
Dear Vyjayanthi! I tried doing that, but I couldn't figure out where the exact error is taking place. The error message usually contain the function name and line number, which causes the problem. Please read the output to the command line again. Another very helpful method is using the debugger: dbstop i... 8 Mar 2010 10:47
Recursion limit
"Vyjayanthi A" <vinzav(a)gmail.com> wrote in message <hn33uk$bnt$1(a)fred.mathworks.com>... "Jan Simon" <matlab.THIS_YEAR(a)nMINUSsimon.de> wrote in message <hn2r1k$c8s$1(a)fred.mathworks.com>... Dear Vyjayanthi! I am trying to solve nonlinear implicit functions using fminsearch. When I execute the ... 8 Mar 2010 10:47
Recursion limit
"Jan Simon" <matlab.THIS_YEAR(a)nMINUSsimon.de> wrote in message <hn2r1k$c8s$1(a)fred.mathworks.com>... Dear Vyjayanthi! I am trying to solve nonlinear implicit functions using fminsearch. When I execute the program I get an error of: ??? Maximum recursion limit of 1 reached. Use set(0,'RecursionLimit... 8 Mar 2010 10:47
Calling an M-file in simulink
Hi, i am doing my main project as PID controller. In that i need to make a structure in matlab/simulink and need to simulate it. I wrote matlab programs(a function and an m-file to call that function) for the structure and now i need to call that m-file in my simulink(embeded matlab fun) block. I tried doing it but it... 8 Mar 2010 09:40