First
|
Prev |
Next
|
Last
Pages: 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205
StatMax - One Weapon for All Calculations yes it is --- frmsrcurl: http://compgroups.net/comp.soft-sys.matlab/StatMax-One-Weapon-for-All-Calculations ... 3 Mar 2010 07:20
how to solve this higher polynomial function? Linear model Poly8: fittedmodel1(x) = p1*x^8 + p2*x^7 + p3*x^6 + p4*x^5 + p5*x^4 + p6*x^3 + p7*x^2 + p8*x + p9 Coefficients (with 95% confidence bounds): p1 = -8.739e-010 (-4.795e-008, 4.62e-008) p2 = -1.338e-008 (-1.811e-006, 1.784e-006) p3 = 7.195e-007 (... 4 Mar 2010 18:03
C code for simulink model to be used with TMS Hello I need to generate a c code for a simulink model which can be downloaded to TMS 320F28335 eZ DSP. I have attempted with real time windows target for building the c code. However the following error is shown. I had also kept a custom board on to my simulink model. the error is Error using ==> callMakeHo... 3 Mar 2010 06:14
quadrilateral mesh Can someone recommend a free quadrilateral mesh generator for "arbitrary" surfaces? I can't find anything relevant on FEX. Thanks, Bruno ... 3 Mar 2010 06:14
PV model Hi I am doing my Final Project on Grid connected PV design. I need help on doing my design with Matlab Simulink ... 3 Mar 2010 06:14
Generate random sample Hi, Can anyone help me on how to generate random number with this condition:- 1) I have 100 data and want to select 10 sample. However, I have to repeat choosing the 10 sample for 30 times. 2) the model that I want to develop here is nonlinear model with 1 output and 4 input variables (x1,x2,x3,x4). So I got confu... 3 Mar 2010 15:15
How do I remove the loop in this? I'm trying to work out how to speed up my code by removing the loop and doing the loop in a single matrix statement, but I don't know how to. Could anyone help? loop_size = 10 num_products = 5 basket_size = 3 series_length= 180 series = rand(series_length,num_products) ratios = rand(num_products,1) b... 3 Mar 2010 11:47
fitting sine waves "Matt" <mjacobson.removethis(a)xorantech.com> wrote in message <ghp3p7$1d5$1(a)fred.mathworks.com>... "Matt" <mjacobson.removethis(a)xorantech.com> wrote in message <ghp1cc$ibi$1(a)fred.mathworks.com>... "Jeff Klein" <jklein(a)physics.umn.edu> wrote in message <ghouei$1u8$1(a)fred.mathworks.com>... I wonder if anyon... 3 Mar 2010 05:09
Model-Based Ethernet Communications on xPC-Target Hello, i have a simple Simulink model for the xPC Target, and I want to send from a xPC-Target to other 136 Bytes (ie 17 double variables). I have taken the Matlab demonstration example (xpcEnetDemo1Tx.mdl), the configuration retained, adapted a little bit, and tried to send 136 bytes instead of 16. My xPC target rema... 5 Mar 2010 02:53 |