photo

Karthik Agnihotri


Last seen: environ 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
  • Thankful Level 2
  • Thankful Level 1
  • First Submission
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Double Interpolation from a table
I'm trying to interpolate off the table attached. E = xlsread('Exhaust_Cp.xlsx') m_dot_exhaust =[0.0168758667758187 0.01682863...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


Nonscalar arrays of function handles are not allowed; use cell arrays instead.
a_vec=[0.020 0.025 0.030]; for i=1:length(a_vec) dP_dt_1(i)=@(P) (a_vec(i).*P)-(b.*P.^2); [t_ode45_vec_1,y_ode45_vec_1] = ode...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


New to MATLAB here, can anyone tell me why when I try to run this it shows an error saying "Not Enough Input arguments"?
I_desired=1.15 [t1]=current(I_desired) function [t1]=current(I_desired) I=@(t) (I_desired)-(9*exp.^(-t).*sin(2*pi.*t)) t1=fz...

plus de 4 ans il y a | 1 réponse | 0

1

réponse