First  |  Prev |  Next  |  Last
Pages: 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
Report Generator Style Sheet help
"Claire " <Panther006(a)sbcglobal.net> wrote in message <i29mg9$ato$1(a)fred.mathworks.com>... I'm having some trouble understanding the report generator style sheet formatting. I wrote a matlab program and am trying to export to a word document my spreedsheets with corrected width and numerical data to represent number... 22 Jul 2010 14:42
Convert from under_line to camelCase
I have a lot of old code that is not standardized in it naming procedures. Some variables and functions use underlines, e.g., my_function. I'd like to be able to scan the file and convert to myFunction. Does anyone have tools like that? I started to write some code but realized its complicated. You don't want to cha... 22 Jul 2010 18:00
Passing Matrix to mex-file
Hello, I have created a mex file which has embedded a c++ function which needs as input a matrix (nxm) with both n and m >1. With mxArray I can get the matrix I pass to mex file and then I pass the mxArray (let's say x) to the c++ function by using a double*. let's say that we have this c++ function void fun(d... 23 Jul 2010 04:51
1 integer 4 bytes
Hello to everyone, why when i have to send 1 integer, i.e the number 5, i have to send 4 bytes...i.e...why 1 integer correspond with 4 bytes, and not 1 byte, thank you in advance? ... 22 Jul 2010 15:48
Probability Density Function needed
Hi Paulo, For mode=mean, how about just: p = @(x) sin(pi*x)*pi/2 which is zero at 0 and 1, otherwise positive, and integrates to 1, so seems to be a valid PDF satisfying your domain and mode=mean requirements. To have the mean in the shorter tail, it seems you'd need the PDF to fall off much more quickly in t... 23 Jul 2010 09:10
saving variables
Is it possible to save variables with specific names? For example, I have a variable and save it with: save results2 This results in a file called results2.mat. Is it possible to specify the name of what I want this to be called, such that it could be saved as new23.mat. This would not be as simple a... 22 Jul 2010 13:35
How do you get more than 4 columns in Variable Editor/Viewer?
Maximal 4 columns? Too bad. ... 22 Jul 2010 16:54
.NET assembly missing from drop down menu
I have installed Builder NE in my matlab. Gone through mbuild -setup step. When I use deploytool however I do not see the .NET assembly option in the drop down menu. .NET is installed in my computer. What am I doing wrong? Thanks. -D ... 22 Jul 2010 12:30
Quadric approximation and
Hello, Application of Matlab fit function under 2d-matrix give me an quadratic function: sf(x,y) = p00 + p10*x + p01*y + p20*x^2 + p11*x*y + p02*y^2 But what I want is an general equation of quadric surface, like on that webpage - http://mathworld.wolfram.com/QuadraticSurface.html I've know, that this is a ... 22 Jul 2010 19:07
xticklabel code versus xlabel
Getting superscripts into my XTickLabel was a pain, but I did incorporate the program at http://www.mathworks.com/matlabcentral/newsreader/view_thread/163920#416254 and it works pretty well. But I cannot get the tick labels and the x-axis label not to overlap, which is my single complaint. Code is below: PO = [-0.... 22 Jul 2010 14:42
First  |  Prev |  Next  |  Last
Pages: 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198