統計
All
Feeds
回答済み
Fitting Data for the given equations below?
Hi Ashish, Even I am trying to find the solution for the Frumkin adsorption isotherm. Did you get any success on that? Than...
Fitting Data for the given equations below?
Hi Ashish, Even I am trying to find the solution for the Frumkin adsorption isotherm. Did you get any success on that? Than...
7年弱 前 | 0
回答済み
Convert date to specific format julian date
Here's what I got combining some answers: d = '2016-05-04'; dt = datime(d); jday = (year(dt)-2000)*1000 + day(dt,'dayofyear...
Convert date to specific format julian date
Here's what I got combining some answers: d = '2016-05-04'; dt = datime(d); jday = (year(dt)-2000)*1000 + day(dt,'dayofyear...
8年以上 前 | 0
解決済み
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8年以上 前