我编写了一个Fortran程序来计算两个数据集的拉格朗日插值:x,G。我无法正确评估定义的函数。请看我的错误,因为我的程序运行时,数字对于fxn来说并不准确,请参阅前两个程序(Matlab代码)以查看实际结果)。它们由作者提供,是我试图在Fortran上模仿的:
private void showJSON(String response) {
String name = "";
try {
JSONObject jsonObject = new JSONObject(response);
Log.d("TAG", jsonObject.toString());
JSONArray result = jsonObject.getJSONArray(JSON_ARRAY);
Log.d("TAG", result.toString());
name = result.getString(index);
Log.e(name,"datadtadattadtatadtat");
} catch (JSONException e) {
e.printStackTrace();
}