Feeds
提问
Problem with fzero to solve transcendental equation
I am trying to solve a transcendental equation in x. k=8.617*10^(05); Vd3=-48.8; Vd2=-.18; fun=@(x) 1-exp((-exp(1)...
8 years 前 | 1 个回答 | 0
1
个回答提问
Adding multiple elements from an array
I have an 8*8 table in an excel file A To/From 1 2 3 4 5 6 7 8 1 0.1179 0 0 0 0 0 0 0 2 0.053 0.1949 0 0 0 0 0 0 3 0.0...
9 years 前 | 2 个回答 | 0
2
个回答提问
Python to Matlab - While loops
This is part of the Python code I have that I need to convert Matlab. I just don't understand how while loops work in general. I...
10 years 前 | 1 个回答 | 0