histograms with multiple colors
Try figure pDataMin = min(projectedData); pDataMax = max(projectedData); pDataStep =abs((pDataMax-pDataMin)/50); [nPlus,xoutPlus] = hist(projectedData(positiveSeeds),pDataMin:pDataStep:pDataMax); [nMinus,xoutMinus] = hist(projectedData(negativeSeeds),pDataMin:pDataStep:pDataMax); ... 15 Mar 2010 18:08
no data acquisition toolbox in 64 bit matlab r2009a?
Does any one know why there is no data acquisition toolbox in 64 bit matlab r2009a. Where as, 32bit has it. Does any one know how can i get it? Thanks for your help cpp ... 16 Mar 2010 00:05
Matlab R14, Windows 7, and uicontrol objects
Hi, Have you managed to solve this? I am seeing the same problem running Matlab R2007a on Windows 7. At present, I am working around the problem by using the 'classic windows' theme, where the controls appear to render correctly. ... 15 Mar 2010 18:08
Can matlab work realtime ?
Pardon my ignorance regarding the issue ... for I have no idea where to start looking. I have moderate experience using matlab, but only in "simple" applications (not saying the applications were simple, but the type, where you put the input in and out comes the results). Now, some of my coleagues got an idea - ... 15 Mar 2010 18:08
Natural Frequency for Cantilever Beam
Dear All Could someone advice how to develop a FE code using Matlab to calculate the natural frequency & mode shape for a cantilever beam constrained at one end. Thanks in advance. Sudharsan.S ... 15 Mar 2010 16:58
Compile a Program with mex.h without mex
Hello I'm writing a C program that can be called from matlab as well as from a console. That means, I have a main(...) as well as a mexFunction(...). I have no problems when compiling with mex, but I get linker errors when I try to compile it with another C compiler like gcc. This of course happens, because some ... 15 Mar 2010 16:58
NI-USB 6009 in 32-bit MATLAB on Windows 7
I have a NI-USB 6009 board that is recognized in SIMULINK Data aquisition tool box running in Windows XP using 32-bit MATLAB and works perfect. I am trying to make this recognized in SIMULINK Data aquisition tool box running in Windows 7 using 32-bit MATLAB. I did install 64-bit MATLAB on windows 7 but it does n... 15 Mar 2010 16:58
loading m-files at run time
I want to allow users to create their own m-files and drop them in a local directory of their choice. I then want to be able to add the local directories path to the matlab path and load the m-files in this directory at runtime. This is possible when running inside of matlab using the addpath() method, but when I tri... 15 Mar 2010 19:28
How to fill a polygon without showing the edge?
Hello there. I'm using 'fill' to generate a series of polygons with [R G B] colour. The code is like this: for i=1:n; x=data(i,4:7); y=data(i,8:11); fill(x,y,[230/255 230/255 1]); end It always displays the coloured polygons with black edges. Anyone know how to hide the black edge or shall I use o... 16 Mar 2010 07:56
Can I have a programmable pulse generator that has "phase delay'and 'duty ratio' as the external input
Puran Adhikari wrote on 15-Mar-10 11:33 ... Can I have a programmable pulse generator that has "phase delay' and 'duty ratio' as the external input in simulink? probably. HTH, HAND ... 15 Mar 2010 15:49