Feeds
提问
How to optimize linear algebra with multivariable and without any constraints?
Here how i can optimize my error ? please help me with the optimization %% ODE function dy = opti(t,y,Time,U) % range of ...
3 years 前 | 0 个回答 | 0
0
个回答提问
How to calculate mean square error, i'm using mean(x) function but its giving NaN value. i have also attached my code below.
clear all; clc; load('UDDSprofile.mat') Time = UDDSprofile(2:end,2)' - UDDSprofile(2,2); U = UDDSprofile(2:end,3)'; Vt_e...
3 years 前 | 0 个回答 | 0
0
个回答提问
Error using odearguments (line 95)
>> BATTERcall Error using odearguments (line 95) @(T,Y)BATTERY(T,Y,CURRENT,TIME,R1NEW,R2NEW,C1NEW,C2NEW) returns a vector of ...
3 years 前 | 1 个回答 | 0