| Thread | Last Post | Replies |
|
| 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
|
| 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
|
| 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.
|
| 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
|
| problems with fread? | 16 Jul 2008 14:28 GMT | 7 |
Got a bit of a problem. I'm trying to read some binary data with fread, and i am receiving them wrong somehow. For example:
|
| adaptive contour maps for z=f(x,y) where function evaluation is very expensive | 16 Jul 2008 13:45 GMT | 15 |
If I have an unknown z=f(x,y) and I want to "map" it, say by contours over xmin<x<xmax and ymin<y<ymax. Thus given x,y I can compute z. But each such computation is fairly expensive. [Perhaps one can pretencd there is a "cost" of each evaluation and impose a maximum on the number ...
|
| From a GUI to another | 16 Jul 2008 13:25 GMT | 3 |
I want to transfer data created in one GUI to another. I am simulating a matrix in the first GUI, after that I want to open the other GUI and in that GUI I want to plot the matrix. I need to know how to open the other GUI from the
|
| urgent please please...need help in solving equation usin matlab | 16 Jul 2008 12:49 GMT | 1 |
Zthjsl(timel)=(Rjs1*(1-exp(-timel/taujs1)))+(Rjs2*(1-exp(- timel/taujs2)))+(Rjs3*(1-exp(-timel/taujs3)))+(Rjs4*(1-exp(- timel/taujs4)))+(Rjs5*(1-exp(-timel/taujs5)))+(Rjs6*(1-exp(- timel/taujs6)));
|
| inverse of a matrix | 16 Jul 2008 12:26 GMT | 7 |
I have to do operation Bt*inv(A)*B ,I am currently facing problem with the above operation as inv(A) is ill conditioned. Can you suggest some methods to solve the same? Thanks a lot.
|