First
|
Prev |
Next
|
Last
Pages: 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397
run a simulink in mfile "Kristof " <kristofvancutsem(a)hotmail.com> wrote in message <h3f0mp$cse$1(a)fred.mathworks.com>... "naser " <naser.sepehry(a)gmail.com> wrote in message <h3enqb$69k$1(a)fred.mathworks.com>... I have a simulink and I want to run from M-file. I use sim() function. I have to output in simulink file I use To Wor... 19 Jan 2010 12:23
Trouble with Matlab Embedded Function Coding Hi, I am trying to use embedded function block to incorporate m-file code that will manipulate data at every simulink simulation time step. When I try to run the simulation I get the following error message: Subscripting into an mxArray is not supported. Function 'Embedded MATLAB Function' (#18.1137.1148), line ... 27 Jan 2010 14:53
phase in FFT I am new to Fast Fourier Transform and have a general question regarding the phase information. I understand for the real-valued data, the FFT is symmetrical. What is the phase relation between the positive and negative frequency domain? In Matlab, the two phases seem to have the same value with opposite signs. Is this... 19 Jan 2010 19:11
Repetitions, starting ending index and repeated value Dear All, I'm looking for a FEX submission that finds blocks of repeated numeric values (including NaN) and returns the starting and the ending index/indexes, the lenght/lengths of the repeated block/blocks, the number of blocks and the value itself . Example: In = [1,2,3,3,3,NaN,NaN,3,3,3,3,4,5,6,7]; Out(1).V... 19 Jan 2010 12:22
how to use initmesh ? I would like to know an answer to this same question. I can define boundary "keypoints" as in x,y coordinates, but I am unsure of how to get this into a "meshable" form. Steve, while I find the Matlab help / documentation usually extremely helpful - I am not really understanding the documentation on this topic or... 19 Jan 2010 15:47
Run m-file accessing workspace vars in simulink Hi, i am new with Matlab. I have written an m-file that directly works with some Matlab workspace variables defined at model initialization through another m-file (launched via the InitFcn callback). The former file should be called (not at every step, but only in certain conditions) from the simulink model, and it ... 19 Jan 2010 11:15
Reading large file and sorting "Hadassa Brunschwig" <hadassa.brunschwig(a)mail.huji.ac.il> wrote in message <hj4jj0$88v$1(a)fred.mathworks.com>... Hi I have a large file of about 2000 rows and many more columns. I want to sort the rows in this file according to a new index I have created. That is, I actually do not care about the format ... 19 Jan 2010 11:15
remove labels of bode diagram "Ashgard " <a.g.m.weterings(a)student.tudelft.nl> wrote in message <hj4er5$p4d$1(a)fred.mathworks.com>... Hey, I want to do something very simple (at least I thought it should be). All I want to do is to remove the labels (x and y) of a bode diagram. For example, if I make bode(tf(1,[1 1])) Then ... 19 Jan 2010 10:08
changing color in a plot Hi, I am creating a GUI that plots different 2D-equations depending on the user input: the user selects from a listbox which equation wants to plot, and depending on the one chosen, he has to fill in all the variables required for that equation to be plotted, pushes the plot_pushbutton and the result shows in one o... 23 Jan 2010 13:11
double to long int type change in Mex Hello, I am now using gateway functions to call c function to speedup the program and encounterimh some problem. I am a new to matlan and c. hope you can help me! void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]){ .... long int *arg_val; arg_va = (long int *) mxGetPr(prhs[0]); .... 22 Jan 2010 06:11 |