photo

Karthik Agnihotri


Last seen: circa 3 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

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

Visualizza badge

Feeds

Visto da

Domanda


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...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta