| Thread | Last Post | Replies |
|
| Multiple instances of an m-function with (separate) persistent vars? | 14 Jul 2008 19:30 GMT | 3 |
I have an m-function that uses persistent variables to store internal states. I'd like to be able to call multiple instances of this function with their own internal persistent variables. Is there an expedient way to do this? A possible but inelegant way would be just
|
| draw a line on a graph | 14 Jul 2008 18:55 GMT | 2 |
Hi I have a graph x=[1 2 3 4 5 6 7 8 9 10]; y=[1 2 3 6 5 7 7 8 8 9];
|
| Density scatter plots in Matlab | 14 Jul 2008 18:40 GMT | 6 |
I am new to Matlab, and I am wondering if someone here can help me with scatter plots. I have some code that computes some energies, etc., and I created a simple scatter plot of a dependent variable
|
| forcing to pass origin in linear regression | 14 Jul 2008 18:32 GMT | 9 |
I have two arrays: A=[1, 2, 3, 4, 5] B=[2, 4, 6, 7, 11] I'd like to make a linear regression between A and B, but
|
| matrix manipulation to avoid a loop | 14 Jul 2008 18:28 GMT | 3 |
I need to do something similar to this: a=1; b=zeros(1,5); b(2:4)=a;
|
| Using inspector to edit user-defined class objects | 14 Jul 2008 18:26 GMT | 2 |
Is there a way to use the built in property inspector to modify the properties of your own user-defined class objects?
|
| Does Matlab cache MEX files on mac | 14 Jul 2008 18:23 GMT | 7 |
Dear Matlab - I am using Mac OS X 10.5.2 and am compiling my own MEX files. After recompiling my MEX files (using a make file outside of Matlab), Matlab still executes the first version of the code rather than the recompiled version.
|
| Extracting data from a .fig file | 14 Jul 2008 18:09 GMT | 1 |
Does anyone know if it is possible to extract data from a .fig file, such as a .fig file containing a scatter plot with 100,000 data points? Thanks so much!
|
| Stand alone question | 14 Jul 2008 18:08 GMT | 1 |
I have a license for MATLAB only and would like to create a stand alone exe to run a time consuming program. I looked online and found the mcc method but I don't have a license for Matlab compiler. If I can't use mcc, can I create a
|
| Instrument Control of Non-Supported Instrument | 14 Jul 2008 18:03 GMT | 1 |
I have a set of microcontrollers for electrophysiology that I would like to create a MATLAB GUI to control them from. I know communication between a PC and the controller is possible as the company has put out a crude program which
|
| problem with analoginput | 14 Jul 2008 18:00 GMT | 9 |
Hi, I'm trying to create an analog input object using analoginput. But the follow message always appears. ??? Undefined function or method 'analoginput' for input arguments of type 'char'. Furthermore, when I type daqhwinfo, ??? Undefined function or variable 'daqhwinfo'.
|
| convolution between periodic signal and random signal | 14 Jul 2008 17:51 GMT | 6 |
I am trying to convolve a sine wave with a random signal. Instead of using conv function, I am multiplying them in the frequency domain and then taking the ifft. I have taken care of the zero padding issue in the time domain. The problem is
|
| gui problems | 14 Jul 2008 17:32 GMT | 2 |
Today morning I've just edited one of my GUIs, and after I finished that I tried to use it, as normal. But this time I couldn't. If I try to run a GUI (any of the GUIs, included built in), I get error messages like this:
|
| Imwrite in GUI | 14 Jul 2008 17:20 GMT | 1 |
I am making a GUI and I want the user to be able to save a uint8 array as a jpeg. I want to prompt the user for a directory/filename as in UIsave, but save the array as a jpg. Imwrite does exactly what I want, but is there a way
|
| finding minium pts in a matrix | 14 Jul 2008 17:16 GMT | 5 |
I have a matrix with 5 columns and n rows. I want to find the minium number in column B before the numbers become negative. Then I want to find the corresponding value in the matrix in column D & E at the last positive number in
|