First
|
Prev |
Next
|
Last
Pages: 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645
Hiding DOS window Is it possible to hide the DOS window that runs along with t a standalone application? If so, how can I hide it? Thanks, ... 23 May 2010 14:39
how to represent a multivariable symbolic expression with missingterms as a vector of coefficients? Nick Todd wrote: I need to be able to represent a symbolic expression such as y = a^5*X^3 + X + 1 , where the X^2 term is not present, as a vector ie. [a^5 0 1 1] I cannot use sym2poly because the expression contains more than one symbolic variable. The coeffs function seems appropriate but doesn't ... 23 May 2010 12:27
How to add the bin\win32 subdirectory to the path I want to distribute a stand-Alone Application, to do so, after having installed de mglinstaller.exe file, the customer must add the bin\win32 subdirectory to the system path variable (PATH). Somebody has any idea how to do this last step (adding the subdirectory to the path)? Thanks in advance… ... 24 May 2010 10:07
StandAlone, Path, Distributing Aplications I want to distribute a stand-Alone Application, to do so, after having installed de mglinstaller.exe file, the customer must add the bin\win32 subdirectory to the system path variable (PATH). Somebody has any idea how to do this last step (adding the subdirectory to the path)? Thanks in advance… ... 23 May 2010 11:21
xlsread only runs in basic mode with bootcamp W7 I run w7 x86 on a separate bootcamp partition on my '10 Macbook Pro with R2010a. When I try to read from a .xls, I get the error: " Warning: Could not start Excel server for import, 'basic' mode will be used. Refer to HELP XLSREAD for more information. In xlsread at 176 In Test at 7 Warning: Range cannot be... 23 May 2010 11:21
how to make image size be 2^Nx2^N Hi,i would like to help me on converting image size to 2^N x 2^N. Thank you a lot. ... 26 May 2010 08:02
Exported figure size Hi, The most painful Matlab task I know is exporting figures, because controlling the exported image file dimensions is difficult. Interactively, Export Setup dialog works quite nice, MATLAB usually honors width and height set there. Does anyone know how to set those attributes in a script? Don't try telling me it's... 23 May 2010 10:16
Duffing equation and Poincare section I am trying to generate a bifurcation diagram using the events function with ode45. However, I know that setting value = t mod (2pi) is wrong for my event function and I cannot figure out what to use as t is non-periodic and unbounded. Any help would be much appreciated ... 23 May 2010 10:16
Ellipse Detection with matlab function Could you send me a copy of your algorithm? Thank you very much! Łukasz ... 23 May 2010 09:11
Error using Fit loop I am using 'loop' in order to fit exp to thousands vectors. Few vector has problematic curve to fit and the loop stop and return. The following massage is apear: ??? Error using ==> parallel_function at 587 Error in ==> fit at 437 Inf computed by model function. How can i force the function continue calculate ... 24 May 2010 11:13 |