First  |  Prev |  Next  |  Last
Pages: 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948
Plot histogram
Instead of plotting the histogram as bars, I want to plot is as diamonds (i.e a diamond at the top of each bar). How can I do this? ... 14 Apr 2010 09:53
Writing down data into the memory of PLC??
Hello, i wonder, how can I ipunt some data from Matlab, into th memory PLC, and then calculate somethhing with that data?? Goran. ... 14 Apr 2010 09:53
Scientific notation?
When I print a vector I get: v = 1.0e+004 * 0 0.8149 1.3217 1.4438 1.4544 but is 1.0e+004 the same as 10000 or 1000 ? ... 14 Apr 2010 09:53
VRML
Hi, I'm building a VRML environment using the Virtual Reality Toolbox 4.6 in combination with Matlab 2007b. I have modeled a motion platform in SimMechanics. A car is mounted on top of this platform. Now, I want to view the evelop in 3D space to study possible collisions. Is it possible to plot every position ... 14 Apr 2010 08:46
And operation for two image
There is also a bitand() function. Of course it usually only makes sense if your images are binary images (0's and 1's). ANDing gray scale images usually doesn't make sense. ... 14 Apr 2010 08:46
why not show all the outputs
Hi, Dear all I program the following procedure: function [row_index,col_index,maxA]= max_array(A) [row,col]=size(A); [AM,IM]=max(A); if row==1 row_index=row; col_index=IM; maxA=AM; else [AMx,J]=max(AM); row_index=IM(J); col_index=J; maxA=AMx; end end why only outputs th... 14 Apr 2010 09:53
Anybody?..
Anybody?.. ... 14 Apr 2010 08:46
How do i simulates a discrete feed forward circuit with 2 coefficients?
Using MATLAB how do i write a program, using basic programming constructs, that simulates a discrete feed forward circuit with 2 coefficients and then 3 coefficients using, a = 0.3, 0.4 and a = 0.1,0.4,0.3. Assuming the first coefficient represent zero delay. ... 14 Apr 2010 18:55
compute standard deviation of lsqnonlin estimates?
Hi all, I am using lsqnonlin to fit a nonlinear least-squares model to a data set. I am estimating three model parameters, which as such works fine, but how can I output the standard deviations for those three parameters? Thanks, Jenny ... 14 Apr 2010 08:46
random values
hi, can anyone help me please about the random values. I want to select random values between two values. For example, I want select any value between 1.50 and 1.01 How can I do that? ... 14 Apr 2010 12:08
First  |  Prev |  Next  |  Last
Pages: 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948