Re: how to fix subscript indices must either be real positive integers or...
"IceHaven" wrote in message <kvld4n$8sd$1@newscl01ah.mathworks.com>...> "p v bhumireddi" wrote in message <kvlbcg$8cc$1@newscl01ah.mathworks.com>...> > im new to matlab.im...
View ArticleRe: xpc target which webcam?
Daniel, With USB, there are several different standard protocols for different classes of device. We have a webcam driver that meets the standard protocol. That is what we're referring to as a...
View Articleimprove loop performance
Hi Guys, I look for ways to improve a loop. Simplified part of the code: fl = cell(KK,1); for kk = 1:KKÂ Â Â Â fl{kk} = NaN(10);Â Â Â Â for ix = 1:10Â Â Â Â Â Â Â Â for iy = 1:10Â Â Â Â Â Â Â Â Â Â Â Â [~,fl{kk}(ix,iy)] =...
View ArticleRe: improve loop performance
"vmpli" wrote in message <kvlf4g$cu3$1@newscl01ah.mathworks.com>...> Hi Guys,> > I look for ways to improve a loop. Simplified part of the code:> > fl = cell(KK,1);> for kk =...
View ArticleRe: Difference between R2009b and R2012 w.r.to find_system()
"Prabhakaran thirugnanam" <tpkaran1985@yahoo.com> wrote in message news:kvl6kj$kkf$1@newscl01ah.mathworks.com...> When I call the function find_system() to find the blocks of particular >...
View Articlex-axis has too many tick lables
hello, Does someone know a command to limit the number of x-axis tick labels? So, could limit the number of labels to a specific number of labels. I have too many so I can't even read them unless I...
View ArticleRe: x-axis has too many tick lables
On 8/28/2013 1:47 PM, Larry Rose wrote:> hello,> Does someone know a command to limit the number of x-axis tick labels?> So, could limit the number of labels to a specific number of labels....
View ArticleRe: x-axis has too many tick lables
On 8/28/2013 1:54 PM, dpb wrote:> On 8/28/2013 1:47 PM, Larry Rose wrote:>> hello,>> Does someone know a command to limit the number of x-axis tick labels?>> So, could limit the...
View Articleproblem with probabilistic neural network
Hi, I am working on classifying right and left hand EEG classification. I calculated 6 feature for both left and right hand EEG. Now i want to use probabilistic neural network(PNN) as a classifier. But...
View ArticleCreating sub matrices & taking means
Hello MATLAB community, I have 105, 400x400 2d arrays. My ultimate goal is to develop a code that will stack the 2d matrices, creating a 400x400x105 3d array, and then use something like blockmean...
View ArticleHelp me about multi-step neural network
Hi all, please I need your help. I need to forecast target y(t+h) from  - input series x(t), x(t-1), x(t-2),...x(t-d) - Target series y(t), y(t-1), y(t-2), y(t-d) where d is delay time.(NARX model) you...
View ArticleRe: Contours of a Surface
On Thursday, August 29, 2013 6:04:05 AM UTC+12, Douglas Nicolin wrote:> Hi everyone! > > I'm dealing with some surfaces generated by to command "mesh" and I would like to know if there's a way...
View ArticleRe: improve loop performance
On Thursday, August 29, 2013 6:32:09 AM UTC+12, IceHaven wrote:> "vmpli" wrote in message <kvlf4g$cu3$1@newscl01ah.mathworks.com>...> > > Hi Guys,> > > > > > I look...
View ArticleRe: x-axis has too many tick lables
dpb <none@non.net> wrote in message <kvlh1g$enf$1@speranza.aioe.org>...> On 8/28/2013 1:47 PM, Larry Rose wrote:> > hello,> > Does someone know a command to limit the number...
View Articlefilling a text file
So i have this text file 1377303313.298551: 1377303312.800000, 40.497522, -74.434818, 0.026000 mm 1377303313.320448: R255 1 1377303313.369429: R255 1 1377303313.419430: R255 1 1377303313.468416: R255 1...
View ArticleIrregular slice on xyz
Hi all, I have some xyz coordinates that are very irregular*. I want to to make a slice plot only on these points, that they will define a surface. At this point, I use scatter3, but it doesn't look as...
View Articlescatter3 and orthogonal marker
Hi, I am using scatter3 to plot some points, using square market. I change the size of each square by providing the S vector. Is any way to change the maker type from square to orthogonal? I need to...
View ArticleRe: Marker/line attributes in legend vs. corresponding plot
hold on plot(NaN,'.','markersize',70); % dummy plot (NaN's do not appear) legend('whatever'); plot(1,1,'marker','.','markersize',17); % the usefull data plot hold off
View ArticleProcess multiple csv files with one command
Hi. I have a matlab script that takes a csv data file, processes the data and makes various plots. Is it possible to point matlab to a directory with many of these csv files to be processed and have it...
View ArticleRe: Error installer class during installation Matlab 7. Help me!!
Den torsdagen den 29:e september 2005 kl. 20:33:46 UTC+2 skrev will:> I try to install Matlab 7 but, after splash screen, (before install> menu) i have a following error:> > INSTALLER...
View Article