First
|
Prev |
Next
|
Last
Pages: 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851
matlab functions and structures Hi, I am wondering if it is legal to return a structure from a matlab function. Also, is it allowed to take as input to a function a matlab structure. I would appreciate some examples if it is possible to do so. Thanks. Majid ... 27 Apr 2010 11:01
matlab functions Hi, I am wondering whether matlab allows for returning a structure and taking as input a structure. I haven't found much discussion on the web on this and would appreciate any suggestions. Thanks. Majid ... 27 Apr 2010 01:03
At what point does matlab becomes a restriction in terms of size or speed Let me clarify ... we (some coleagues, not important here) were discussing how matlab is nice and everything (it is really), but at one point in terms of size of data it needs to process, or speed of doing it, it becomes a restriction as compared to let's say fortran. Then another fellow asked, at what point does... 28 Apr 2010 17:26
shade some zones for emphasis Hi all, I have a plot need some shade zones for emphasis. I can find some useful code to emphasize the time series, however I can't find one for emphasis the Y axis. For example, I like to emphasis [Y1 Y2], [Y5 Y6] and so on. Here, Y1 = 5, Y2 = 10, Y5 = 30 and Y6 = 40. Thank you. ... 27 Apr 2010 09:52
Binning/averaging/condensing environmental data A very straightforward question I think, I've just not been able to find a solution I fairly high frequency (~10 measurements/minute) multiparameter environmental (temperature etc) data that I need to condense. At the moment I think I would like a mean value for each parameter every minute. How should I go about do... 18 May 2010 13:39
Filter command for MIMO I have a Multi-input output system. After creating the ARX model, I want to validate the model prediction using the filter commands. However it gives me this error. m is the model. U is the data set. M looks like : Multivariable ARX model A0*y(t)+A1*y(t-T)+ ... + An*y(t-nT) = B0*u(t)+B1*u(t-T... 27 Apr 2010 11:01
java heap space error while creating movie Hello, I'm trying to create a movie consisting of I guess a large (800) number of frames. It works fine when I try to make a movie with a subset of about 100 of the frames but when I try for example 200 I get an error saying ??? Error using ==> movie Java exception occurred: java.lang.OutOfMemoryError: Java he... 26 Apr 2010 21:43
java heap space error while creating movie Hello, I'm trying to create a movie consisting of I guess a large (800) number of frames. It works fine when I try to make a movie with a subset of about 100 of the frames but when I try for example 200 I get an error saying ??? Error using ==> movie Java exception occurred: java.lang.OutOfMemoryError: Java he... 27 Apr 2010 02:08
building structure arrays from excel data? I would like to import a complicated data set from excel into MatLab. What I'd like to achieve is a structure array where each field represents a column variable for example. aa.TrialNumber aa.MaleID aa.FemaleID aa.TimeInTrial aa.FileNames What I'd like to be able to do is access 1 trial worth of data by usi... 28 Apr 2010 11:42
second order non linear boundary value problem bvp4c is used for solving ODE but i would like to solve the above PDE's ... 14 May 2010 09:29 |