Feeds
提问
The way to integrate a differentiated function(微分した関数を積分する方法)
I would like to know the way to integrate a differentiated function. Specifically, I want a calculation like this. y=x^2+...
5 years 前 | 1 个回答 | 0
1
个回答提问
The way to make an array using function_hundle(関数ハンドルを用いた配列の作り方)
関数ハンドルを用いた配列の作り方をご教授願いたいです。 例えば、 for i=1:5, f[i]=i.*x としたときに f[1]=x, f[2]=2.*x, f[3]=3.*x, f[4]=4.*x, f[5]=5.*x といったデータが格納さ...
5 years 前 | 2 个回答 | 0
