First
|
Prev |
Next
|
Last
Pages: 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311
MEX Setup for Mac OS X 10.6 Hello, I'm trying to setup a mex compiler for MATLAB R2009b (64bit), running on a Mac Intel 64bit, OS X 10.6 and the newest version of Apple XCode (3.2.1). I've run mex -setup, but MATLAB cannot locate the g++/gcc compiler. Is there any general walkthrough for setting up the compiler for a 64-bit system? Than... 11 Feb 2010 18:28
colorbar trick Label in log scale "Marwa Helemish" <helemish(a)iee.tu-dresden.de> wrote in message <gss0fi$igr$1(a)fred.mathworks.com>... "Oliver Woodford" <o.j.woodford.98(a)cantab.net> wrote in message <gskiuo$qdq$1(a)fred.mathworks.com>... "Marwa Helemish" wrote: Hallo, Thank you again for you quick reply,the log scale (trick label) o... 11 Feb 2010 16:11
from string to function Do you know if there is a manner or a function that allow me to create a variable with the content of a cell (string), for example if I have the cell P='0.5x(1)+x(2)' ; I want to create the variable A=0.5x(1)+x(2) ... 11 Feb 2010 16:11
Matlab 7.9.0 (R2009b) in OS X 10.6.2 When working in the Command Window, and trying to drop and drag text into a line for MATLAB to evaluate, the following shows up in the Command Window Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 46 at sun.font.FontDesignMetrics.charsWidth(FontDesignMetrics.java:492) at javax... 11 Feb 2010 15:04
Probplot Problem Looking for help using the probplot(ax,fun,params) routine. After fitting a curve to my dataset using probplot(ax,fun,params) I would like to extract a specific x-value for a specific y input value from the curve. Any ideas on how to accomplish this? ... 11 Feb 2010 16:11
Asymptotic confidence interval How do i compute a 90 % asymptotic confidence interval for t, where binomial distribution is (n C t)*(L^t)*(1-L)^(n - t). Many Thanks ... 11 Feb 2010 16:11
toolbox installation deploytool how should I install a Toolbox that I have license for but does not show in my Toolboxes list? >>the "deploytool" toolbox ... 11 Feb 2010 15:04
How to add labels to nodes displayed by a Treeplot Hi, As shown in the example in this link, http://www.mathworks.com/access/helpdesk/help/techdoc/ref/treeplot.html How would one go about recreating such a figure, so that each node in the tree is labeled (assuming you know which label is associated with which node number if labels aren't simply the node number... 11 Feb 2010 15:04
fminsearch with simultaneous equations Hi, I would like to know if how would fimisearch work with a set of simultaneous equations, for example: function w=something(...) S=fminsearch(@nonlinear,x0) function F = nonlinear(x,a,b,a1,b1,A,B) F =- [ a*x(1) + b*x(2) - A a1*x(1).^2 +c - B] would it minimize the two l... 12 Feb 2010 07:49
Image conversion how a remote sensed image is converted into a bit sequential form(bSQ)...? ... 11 Feb 2010 15:03 |