3D contour plot with extra info
I would like to display a 3D contour plot, but with additional information. The 3D contour plot is basically redundant in most uses (since the contours are generally matched to elevation) but I would...
View ArticleRe: RBF NN traning data set limit
"Greg Heath" <heath@alumni.brown.edu> wrote in message <kioe34$e1m$1@newscl01ah.mathworks.com>...> Newsgroups: comp.ai.neural-nets> Subject: RBF NN traning data set limit> From:...
View ArticleRBF Neural Networks
I'm new to RBF Neural Networks and I'm facing the following issue: in designing a rbf nn for forecasting a variable dependent by two inputs variables , if the traning data set excede 4000 samples, at...
View Articlegrouping iterates
I want to group the iterates into two sets. How can I do that? For example: I have repeated the iteration 100 times so there are 100 iterates between 0 and 2 and I want to group these iterates into two...
View ArticleRe: lsqcurvefit Problem
"Xiangtong He" <xiangton@buffalo.edu> wrote in message <kipr8e$nfq$1@newscl01ah.mathworks.com>...> Hello,> > This is my code, but finally it comes to an error information as...
View ArticleRe: Use SimMechanics as a pure 3D Motion Visualization tool?
Hi Andress, try the example mech_robot_vr, where teh visualization is made by Simulink 3D Animation. If you like that, explore the "vrphysmod" command that adds blocks that are needed for virtual...
View Articlestop/pause plot signal with toggle button
Hi I have a 2 axes in my GUI with 2 different running signals..and 2 toggle buttons If toggle button = 1 signal is running and plotting...and if toggle button = 0 i want to stop/pause plotting this...
View ArticleRe: Simulink 2010a, embedded matlab code, mexopts
yest I have selected the visual C++ express compiler " Please choose your compiler for building external interface (MEX) files: Would you like mex to locate installed compilers [y]/n? y Select a...
View ArticleRe: 3D contour plot with extra info
On Tuesday, March 26, 2013 8:25:05 PM UTC+13, Ryan wrote:> I would like to display a 3D contour plot, but with additional information. The 3D contour plot is basically redundant in most uses (since...
View ArticleRe: stop/pause plot signal with toggle button
On 3/26/2013 3:32 AM, zack00 wrote:> Hi> I have a 2 axes in my GUI with 2 different running signals..and 2 toggle buttons>> If toggle button = 1 signal is running and plotting...and if...
View ArticleRe: stop/pause plot signal with toggle button
On 3/26/2013 4:17 AM, Nasser M. Abbasi wrote:> On 3/26/2013 3:32 AM, zack00 wrote:>> Hi>> I have a 2 axes in my GUI with 2 different running signals..and 2 toggle buttons>>>>...
View ArticleRe: importing multiple .dat files
dpb <none@non.net> wrote in message <kique2$ouk$1@speranza.aioe.org>...> On 3/25/2013 7:58 PM, mrichman@intehealth.com wrote:> > On Monday, May 18, 2009 1:37:01 PM UTC-4, Dominic...
View ArticleRe: stop/pause plot signal with toggle button
thanks for help..second choice is good, but i want to stop and start first axe or second axe independently
View ArticleRe: stop/pause plot signal with toggle button
On 3/26/2013 5:23 AM, zack00 wrote:> thanks for help..second choice is good, but i want to stop and>start first axe or second axe independently> Just add another button and separate flags to...
View ArticleRe: Control SimEvents Models via m-file
Hi Tiger, I thought of another thing that could be causing confusion. When you swap out a block, it doesn't change the name. This confused me at first. In other words, if you have a FIFO Queue block...
View ArticleRe: Selecting and quantifying an area based on pixel intensity
UPDATE I did a threshold based on pixel intensity combining it with the objects with the greatest area (using regionprop and ismember). I am almost able to obtain my ROI....
View ArticleRe: How to Make Histogram of a data set of People age
On 3/27/2013 2:54 PM, shahbaz wrote:> Hello, I am first time using MATLAB and trying to learn how to create> HISTOGRAM.> I have following data set and wants to create a histogram of this...
View ArticleRe: Getting float values from a formatted text file
On 3/27/2013 1:26 PM, dpb wrote:> On 3/27/2013 12:41 PM, Abubakar Rehman wrote:> ...>>> My text file looks like the following>>>> 32 Fed 2044 25:61:61>>...
View ArticleSimulation of 5 Random Variables with Sum Constraint
Let's say I have 5 random variables that are discrete. Each one of them can possess a low, base and high value somewhere between 15 and 35. I know their sum can never exceed 98. What's the best way to...
View ArticleParallel to line through point without slope calculation
Hello, I have two points (a,b) that make up a line, and a third point (c). I'd like to draw a line (length x) that is parallel to (a,b) but passes through c (at its midpoint). Thank you for any...
View Article