First
|
Prev |
Next
|
Last
Pages: 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481
plot graphs above each other Hello, I have different signals witch, I would like to compare. The signals have roughly the same shape, but a different distribution. I want to plot the signals above each other. All peaks should be aligned with the peaks of the other graphs as good as possible. If I have managed this, I must be able to calc... 16 Jun 2010 06:40
Problems about using the fourier() and ifourier() to get the variables convolution Hey: Everybody, I got a problem about the variables convolution, the condition is as follow: a(x),b(x),c(x) are all the functions in the space domain, assume that c(x) = conv(a(x),b(x)), x is symbolic. In MATLAB, I want to use the method of "ifourier(fourier(a)*fourier(b))" to get c(x); I... 16 Jun 2010 05:35
embedded MatLab function error Hi, I am new to simulink and embedded matlab function, I am trying to create a block which I will connect it to another block, so I should have an output of it... the first version of my block is like that: function y=questionI1(vals) %#eml eml.extrinsic('bit_gen'); eml.extrinsic('view_data'); eml.extrinsic('s... 16 Jun 2010 05:35
interp1q faster alternative "Bruno Luong" <b.luong(a)fogale.findmycountry> wrote in message <h615ih$af8$1(a)fred.mathworks.com>... Definitively. IMO, INTERP1 is one of the slowest function in Matlab for the task it carry out. I have written my own Mex interp1. Below is the code. Bruno, thank you very much for this code snippet! I'm workin... 16 Jun 2010 11:02
which block can make convolution in simulink? AS the title read. Thanks for attention. ... 16 Jun 2010 04:31
Solving and plotting Hi all, I know this is a simple question, but I am not well-versed in MATLAB and just need to solve a (complicated) equation and then plot it. The equation is: 44.0526*exp(-2*k*t)=-(log(1-(A/(B*Qm-C)))+A/(B*Qm-C)+X*(A/(B*Qm-C))^2)/((A/(B*Qm-C))^(1/3)-(A/(B*Qm-C))) where A, B, C, k and X are all constants for ... 16 Jun 2010 13:15
How to generate a random strongly connected graph?? Hi, guys! I have some interesting problem now: How to generate a random strongly connected graph in matlab? Or how to generate its random adjacent matrix (That is a random non-singular matrix with rank N-1)? I want to use this in my simmulation work on cognitive radio network. I have searched it in google, but no a... 16 Jun 2010 04:31
Pick out row and column number Let's say that there is a 5x5 array, A: A=magic(5) A = 17 24 1 8 15 23 5 7 14 16 4 6 13 20 22 10 12 19 21 3 11 18 25 2 9 What function will find the row and column number for the element with value 6? I am sorry ... 17 Jun 2010 02:28
30 Days Free Trial Project Management Software FREE TRAIL With http://www.project-drive.net Get it now!!!! For free account go to http://freetrial.project-drive.net/account_pd.jsp ... 16 Jun 2010 03:26
Output for svmclassify Hello, right now i'm doing a project using svm in matlab. I have used svmtrain and svmclassify and the output of svmclassify is a vector, but i want the output of svmclassify is a scalar. Is anyone can help me? Regards ... 16 Jun 2010 02:21 |