Embedded MATLAB Function
I am building a nonlinear 6DoF aircraft equation of motion using MATLAB and Simulink. So far, I have a function (in M-file) running that would calculate the first derivative of the motion variables (airspeed, AoA and Sideslip, rotation rates, euler angles, and position). I would like to put this function into Simuli... 4 Feb 2010 16:50
Link to Code Composer Studio?
I am looking at the product list under Mathworks website and I am looking for a toolbox which allows Matlab to communicate with Texas Instruments Code Composer Studio. I cannot find this toolbox anymore. Does Mathworks stop making this toolbox? There are other toolboxes similar to this one (eg. one for analog devic... 3 Feb 2010 19:40
imellipse/createMask question
Hello, I have a question regarding the code given below. If you run the code, it'll bring up an image of a random number matrix. If you draw an ellipse on this image and double-click on it, you'll get a 3-plot figure with the first and second plots identical, and the third plot completely black (all zeros). Now, run... 4 Feb 2010 13:25
FRIENZ / URGENT FOR ALL YOU FASHION FANZ OUT HERE : ) : )
Hi frienz, check this out http://hubpages.com/hub/Fashion-and-save http://www.zazzle.com/nikla01 Thanx, ... 3 Feb 2010 18:32
Least Squares Fitting
I am in need of some help. I am fitting Gaussian curves using the curve fitting toolbox. Once I fit the curve I get a x_0 centroid and a width. My goal is to fit the centroids of five different curves. I would like to fit the following and generate a slope and intercept. I am unable to do this is MATLAB. x ... 3 Feb 2010 17:24
is there examples of pneumatic circuits with simscape?
hi, i want to simulate pneumatic circuits with simulink but i just found simscape. And in simscape there is a library ("Foundation") that contains pneumatic devices. but i'm unable to mount any circuit beacuse i couldn't find examples for mounting pneumatic circuits. i have found three examples (ssc_pneumatic_actua... 4 Feb 2010 09:58
equation solving
hey there, Say I want to solve a quadratic equation f(x) as part of an algorithm. This will give me two values of x. Lets call these values x1 and x2. can i then use these values for further analysis? for example, if x1>2 do something else do something else I hope that i am being clear enough on what i wa... 4 Feb 2010 00:06
How to calculate rising time and falling time
Just wondering to how to calculate the rising time and falling time of an evaporation graph. The axis are Resistance vs Time. Thanks in advance. I am new with Matlab :-) ... 3 Feb 2010 18:32
use imagesc function but change only background as black.
Hello, I have an image to see using imagesc function. However, since many of my images has different background color, I tried to put as a same background color such as gray or black. When I look at the scale bar, it shows that lowest value appears as dark blue, the highest value appears as dark red. However, I... 4 Feb 2010 21:22
cellarrays
Hello Matlab users Example: If I have a vector like countvector: countvector=[] countvector=[ countvector 1] countvector=[ countvector 2] Is there anyway to make a cellarray that do the same with strings like 'string1', 'string2 ', 'string3'........Instead of numeric data in a vector like the cou... 4 Feb 2010 03:22