First  |  Prev |  Next  |  Last
Pages: 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527
What is the handle of an opened model?
I am trying to use the saveas function on a simulink model after it has been opened. saveas(modelhandle,filename,format) The problem is I can't find a decent way to retrieve the model handle. I was hoping something like this would work... modelhandle = open_system(modelname) But the open_system function do... 9 Jun 2010 14:12
binning data
Hi, I have a question about binning data. Binning data x data, y data and z data seperately is very straightforward. However I would like to be able to bin x,y,z data in a sort of 3D sense. In my instance, I have a time series of wave data and I want to create a table that counts the number of times withing the ... 9 Jun 2010 13:05
Reading in a matrix
"Tyler " <cool_dude07(a)hotmail.com> wrote in message <huo5m4$3sf$1(a)fred.mathworks.com>... Wow, easier than I though, thanks! Isn't Matlab great? :) ... 9 Jun 2010 10:50
Initial Probabilities in HMM
plaese guide me, can anyone help me to set matrix initial probabilty of HMM in functions of Matlab? ... 9 Jun 2010 10:50
Multi-phase multiple regression... in a GUI!
Hi, I'm currently programming a GUI for nivelling fields. Right now, my program draw the actual field using surf() and the best-fit plan using regress() and mesh(). The user can then draw a line on the best-fit plan to divide the field into 2 sections, so that the program calculate two best-fit planes for each of of... 9 Jun 2010 14:12
Using MATLAB engine
Hi all, I am trying to use MATLAB engine in IntelVisualFortran 10.1. I tried to use the test code provided by Mathworks but that does not work. :( but when I compile this fengdemo.F.F, I get the following error... ;( Error 2 Error: Illegal character in statement label field [/] C:\Program Files\MATLAB\R2009b\ex... 9 Jun 2010 10:50
mexCallMATLAB Combine Matrices
Hi again I have a matrix A of dimension m x n, and I want to produce a matrix B of dimension m x 2n, in particular I want the following: B = [A -A]. My program so far is: mxArray *lhs[5]; mxArray *rhs[6]; mxArray *lhs2[1]; rhs[0] = mxCreateDoubleScalar(mxGetScalar(prhs[21])); rhs[1] ... 9 Jun 2010 19:48
Reading in a matrix
Wow, easier than I though, thanks! ... 9 Jun 2010 09:43
Reading in a matrix
"Tyler " <cool_dude07(a)hotmail.com> wrote in message <huo3lp$feg$1(a)fred.mathworks.com>... Hey all, I am a new matlab user and want to know how to read in a matrix from a text file. Here is the file I want to read in called 'Sample.txt' 4 1 2 3 4 4 3 2 1 1 2 3 4 4 3 2 1 I need to be abl... 9 Jun 2010 09:43
Simulink transfer function
I have a model in simulink in which I have a transfer function as a prt of this system model. Eg: Cs/RCs+1. This input to this transfer function are however changing on every iteration. I have calculated these values in simulink and spit it out to matlab workspace. However the model does not use these changed values u... 9 Jun 2010 09:43
First  |  Prev |  Next  |  Last
Pages: 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527