First
|
Prev |
Next
|
Last
Pages: 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179
Modifying parameters from power_FCV_powertrain.mdl Hi, I would like to create a similar model as power_FCV_powertrain.mdl but however i need to change a few parameters such as the Fuel Cell and Battery Parameters. Fuel Cell : 1kW 24Vdc PEMFC Lead Acid Battery: 4 x 12Vdc 26Ah Motor: 48Vdc Electric Motor So how do i modify the model by using these components?... 8 Mar 2010 23:07
system identification of FBLMS adaptive filter Hi, The problem i m facin here is,the weight vector values are not matching with the unknown plant value,but the error is becoming zero..updation is happening only for 2 weights..can any one tell me where i m going wrong.. close all; clear all; clc; fm=input('enter the frequency'); fs=6*fm; n=input('enter the ... 8 Mar 2010 23:07
AIC & BIC in GMM The description in documentation for gmdistribution states: The Akaike Information Criterion: 2*NlogL+2*m, where m is the number of estimated parameters. What does Matlab use for m? My interpretation would be nComponents*[nDimensions*(1+nDimensions)] because both the algorithm is estimating the means and covaria... 9 Mar 2010 10:01
given matrix, sum of diagonal elements that, given a square matrix, returns the sum of the diagonal elements. ... 9 Mar 2010 08:55
Workaround? Hi guy's I know this thread is old but as it was my first hit on Google I am posting the solution I found. Basic solution: Turn off volume shadow copy while making changes to pathdef, and use C:\ not C:\program files (x86) as root for matlab folder. Had 2007a on Vista 32 bit fine native. Moved to 7 64 bit. Basic ... 8 Mar 2010 19:48
Laguerre function Hi There, I have question in regard to Laguerre function. How can we use this function in Matlab? Can we use Maple's function in Mathlab? Thanks, Maryam ... 9 Mar 2010 08:55
how to define a variable with a variable? Hello, I'm not exactly how to frame this question. I want to define a variable with a variable name. For example, the function call is [code] [sensor_meter] = import_ORYX_dts_meter(path,dr1,dr2,dc1,dc2); [/code] but there are 4 or more different sensors (a,b,c,d) and each uses the same generic function at diff... 8 Mar 2010 17:32
ifft scale problem Hi guys! Can you help me with this ifft scaling problem. I put here my simple code to calculate the fft of a time signal and then ifft back into time domain. If you can please check that the code is consistent and the frequency axis and time axis are properly calculated! PROBLEM: What I get from ifft is my time f... 10 Mar 2010 04:10
how do I get a longer simulation time I have a transfer function I'm graphing on a scope with a step input. There is no time variable in the function restricting the time to 10 seconds, but when I press autoscale on the scope there's no data for more than 10 secs. I tried connecting a random number to a scope and I couldn't get more than 10 seconds worth o... 8 Mar 2010 16:24
resizing axes "Sahra winter" <sahra18040(a)gmail.com> wrote in message <hn3foi$q9p$1(a)fred.mathworks.com>... Does anyone know how to resize an axes according to it's parent figure's size? thanks in advance handle = gca; set(handle,'position',[x,y,w,l]) x,y,w,l are numbers between 0 and 1, relative to the parent... 8 Mar 2010 16:24 |