First
|
Prev |
Next
|
Last
Pages: 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
how to change the color of a particluar bar in a bar graph Hi, I want to plot a grouped bar graph. When I do this, it takes red and blue by default as colors to plot [11 10 46 32 33 44]; in the form of a bar graph. I want the 46 and 32 bars to be black in color. How can I do that? Thanks... ... 26 Jul 2010 12:44
DAE problem I imagine something is wrong, but i could really not get what... the error is: -------------------------------------------------------------------------- ??? Error using ==> odearguments at 110 HSR. Error in ==> ode15s at 228 [neq, tspan, ntspan, next, t0, tfinal, tdir, y0, f0, odeArgs, odeFcn, ... Erro... 26 Jul 2010 16:02
Recording animation in *.avi format ! I would like to know if it is possible to record the animation *.avi format if you are doing something like this: http://www.mathworks.com/products/demos/3d-animation/Wind_Farm_Animation_Part2/ I would also like to mention, I've tried the record button on the GUI with recommended settings, but kept getting error ... 26 Jul 2010 11:37
Matlab can't not find g95 or gfortran compiler in MEX-Setting David, We have added support for Microsoft Visual C++ 2010 for the current release of MATLAB (R2010a). http://www.mathworks.com/support/solutions/en/data/1-D5W493/?solution=1-D5W493 Gadi ... 26 Jul 2010 11:37
arimethic , without for-loop construction Hello, I would like to subtract each element of a from array b. a=[2 4 5 1 30 4] b=[12 32 87 56 45 67 13] Is there a way to solve this problem without using a for-loop? Thanks ex: Subtracting 3rd element of a from array b 5 - [12 32 87 56 45 67 13] = [-7 -27 -82 -51 -40 -62 -8] ... 26 Jul 2010 12:43
parameter-defined sample time in C s-function block Hi, I am having trouble finding a solution to this problem. All I need to do is define a discrete sample time as an s-function block parameter (much like Simulink's source blocks do, with -1 for inherited sample time). Is there a tutorial or walkthrough for this? My knowledge of C s-functions is intermediate at be... 28 Jul 2010 02:02
MCR deployment on different OS Hello, I have created a standalone executable using the MATLAB Compiler toolbox on a Windows 64 PC. I want to deploy it on a machine running Linux, but the only MCR installer I have is for Windows 64. Is it even possible to deploy a MATLAB-compiled executable function on a different architecture? Thanks, Cry... 28 Jul 2010 09:38
strmatch related Hi all, I have a list of names, for instance A = {'PRE_BCELL2.3' 'BCELLA1.2.3.4' 'BASO1' 'MEGA1.2' 'BCELLA1.2.3.4' 'NKA1' 'GMP.GRAN1.2.3' 'NKA2.3.TCELL' 'MONO1.2' 'MONO1.2'}; I also have a reference numbers of these names as following 1 HSC1.3 2 MEP.ERY1.2 3 MEGA1.2 4 GMP.GRAN1.2.3 5 MONO1.2 ... 26 Jul 2010 11:37
Continue Entering Statement - how to exit or quit Let us assume that I entered this command: m = [’J’,’o’,’h’,’n’] Immediately after it I am getting into the so called "Continue Entering Statement" mode. How can I exit this mode and continue to enter correct commands, such as: M =[12;34;56] Thanks! ... 26 Jul 2010 14:56
Conversion of symbolic expression to c code using ccode I encountered a today problem with the built-in ccode function of matlab (MatlabR2010a under linux 64bit). This problem can be demonstrated on an extended version of the third example of the documentation page of ccode: Starting with syms x z = exp(-exp(-x)); ccode(diff(z,3),'file','ccodetest'); the result in ... 26 Jul 2010 16:02 |