First
|
Prev |
Next
|
Last
Pages: 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524
Error F38 with WATCOM compiler Hello! I've installed the Open WATCOM c/c++ compiler and try to use it with RTW to build executable from simulink model. But compiler fails to build executable due to error: "Error(F38): (c1_DPtry2009a2.cpobj) does not exist and cannot be made from existing files". I'm new to RTW and don't have any idea how to resol... 27 Sep 2009 06:55
Joystick Input I currently have a Sidewinder Force Feedback 2 and am trying to use it in a GUI. For whatever reason, I'm unable to detect the joystick. Does anyone know of any issues with this joystick and the vrjoystick or analoginput('joy') function, as neither appears to be working properly? ... 30 Sep 2009 07:54
seed twister t distribution Hi there, I am a little confused about restating the seed. When I start matlab: x=exprnd(3,1,4) ans=0.6147 0.2968 6.1910 0.2718 rand('twister', 5489); x=exprnd(3,1,4) ans=0.6147 0.2968 6.1910 0.2718 This way I restate the seed and get the same 4 numbers. But when I do the same th... 26 Sep 2009 10:15
VisualDSP link fails "Aleksey Komarov" <abkomarov(a)gmail.com> wrote in message <h1qfsh$dc8$1(a)fred.mathworks.com>... Hello everyone, We've got a problem with R2009a and VisualDSP++ 5.0.6.0 (90days trial) adivdsp alsways return ERROR_CANNOT_CONNECT_TO_PLUGIN (listsessions works fine and getting the info from VisualDSP sessions)... 25 Sep 2009 18:39
3D Geometry I’m trying to simulate blood flow in a complex blood vessels using COMSOL, I successfully import the 2D image into COMSOL using (flim2curve) Matlab command, now I need help to import 3D geometry from Matlab to COMSOL however I have the 3D image in medical imaging software that’s allowed me to export 3D geom... 25 Sep 2009 17:32
Problem using sampsizepwr - wrong results for proportion test? Hello, I have a problem using the function sampsizepwr.m (from the statistics toolbox) to determine the power of a proposed population size in an experimental setup. Here is the documentation for this function: http://www.mathworks.com/access/helpdesk/help/toolbox/stats/index.html?/access/helpdesk/help/toolbox/st... 25 Sep 2009 18:39
Removing a data cursor programmatically "Solomon Hurst" <solomon.hurst(a)bendix.com> wrote in message <h9j7pu$p63$1(a)fred.mathworks.com>... Hello, I am using the FEX submission "makedatatip" by Tim Farajian to add data cursors with the update of a slider. However, I would like to remove data cursors attached to any other targets of the figure. I... 25 Sep 2009 17:32
peak detection in (x,y,z) data I have a numerical (x,y,z) dataset with multiple peaks (local maxima) in it that I want to detect. I've seen many routines for (x,y) peak detection but none that I know so far do it for (x,y,z) data. Any routines around that I am missing? -- Rahul ... 28 Sep 2009 17:02
finding eigenvalues of a sparce matrix Hi everyone, I have a large (like 10000x10000) sparse matrice and I need to find that matrice's eigenvalues and eigenvectors. I read eigs is suitable for this situation but I'm always taking that error "dnaupd did not find any eigenvalues to sufficient accuracy". How can I get over this problem? Any response wi... 2 Oct 2009 17:39
save multiple simulations data in workspace one simout Hello, I run simulation and stop it and save final values in workspace from simout( save format: array). When I open workspace simout i get one row of the values. I need to run multiple different simulations and save data in the same workspace simout. So I need to make 5 simulations (run-stop) and have to be... 25 Sep 2009 11:57 |