how to convert matlab function with interp1 using two array and reference, to python with interp1d

前端 未结 0 1263
谎友^
谎友^ 2020-12-08 18:28

I used my matlab code like this

\'\'\'

Fas=[1.4, 1.4, 1.3]
Fvs=[1.5, 1.4, 1.3]

if S<=0.1
Fa=Fas(1);
Fv=Fvs(1);
if S<=0.2
Fa=interp1([0.1 0.2],[F         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题