| Thread | Last Post | Replies |
|
| Add noise to a signal transfer function | 16 Jul 2008 20:39 GMT | 3 |
Hi my girlfreind has this question, unfortuntly I could not answer her..please any one can answer I have a signal transfer function vector H=[H1 H2 H3 . . . Hm]
|
| two lslines on one plot | 16 Jul 2008 20:29 GMT | 1 |
I have two data: both data have same x-axis data but different y-values. I'd like to use double y-axis (plotyy), AND draw lslines for each data. [AX, H1, H2]=plotyy(x, y1, x, y2);
|
| Positioning a GUI | 16 Jul 2008 19:58 GMT | 4 |
I have a gui created using guide. I would like this gui to launch in the upper left corner of the screen. I tried using 'movegui', but I can only get it to work after the gui has become viewable <ie it does not work within the
|
| Check if two fid points to the same file! | 16 Jul 2008 19:43 GMT | 8 |
I have a problem I can't work it out. In one of my programs, I have to read data from a file and write results in a different ones. I do this using some function I have written and based
|
| xlsread help | 16 Jul 2008 19:29 GMT | 2 |
I'm currently using MATLAB in iMac. I have a bunch of data written in Excel file. When I try to retrieve the data using xlsread, it only return portion of the data. I have 10050x5 arrays of data. It only returns 472x5 data.
|
| Private Functions vs. Subfunctions | 16 Jul 2008 19:21 GMT | 1 |
I am unsure of when to create a subfunction or private function. When should someone use a private function or subfunction? Thank you
|
| Cyclomatic complexity also | 16 Jul 2008 19:14 GMT | 9 |
There is another thread about C.C. going, so rather than hijack it I will start another. Can someone show me by example what this is really about? I am especially interested in how this relates to code length.
|
| setting parameters in simulink blocks | 16 Jul 2008 19:14 GMT | 1 |
I'm having some problems to change the parameters of some blocks e.g. the pulse generator block parameters (Amplitude, Pulse width etc...). I want to do it using only command prompts i.e. not having
|
| Faster string generation code | 16 Jul 2008 18:36 GMT | 3 |
I'm looking for the method to generate a formatted string the fastest. Consider this generic case: input = 1;
|
| Updating GUI Handles | 16 Jul 2008 18:29 GMT | 2 |
I am running a simulation within MATLAB based on time. In this simulation I want to be able to speed up and slow down time. The code works in this manner: A while loop is executing upon execution of a pushbutton
|
| executing callbacks across the programs | 16 Jul 2008 17:58 GMT | 5 |
Hi. There are two guide-created Matlab programs A and B. They have their own private callbacks. I would like to define a function in B and call it from A. Has anyone had any experience with that?
|
| Subscripted assignment dimension mismatch | 16 Jul 2008 16:29 GMT | 1 |
I am attempting to import 2 sets of data from 2 text files and then putting the data equal to a single variable. The data in the text files are as follows. Test1.txt
|
| Need a more detail shapefile for Quebec Canada | 16 Jul 2008 15:56 GMT | 2 |
Where i can find a free download for shapefile??? I need a more precision shapefile of Quebec and Canada... Thank you!
|
| Radon transform with NaN? | 16 Jul 2008 15:41 GMT | 6 |
I'm trying to run a radon transform on a masked image. The problem is that the mask on the image throws off the transform and the border of the mask ends up being the most significant line. I tried applying the mask to the image
|
| Sending sine-wave in real-time to daq-card | 16 Jul 2008 14:32 GMT | 1 |
I'm capturing images with a video device in simulink and would like to send a signal to my NI-DAQ-card (PCI-6251) when some change in my images occur. The capturing and handling of images works fine. But I don't have any
|