Feeds
提问
Taylor Series of e^x on point 1
Greetings, I am trying to make my own script where I can approximate a function using a Taylor polynomial. However, when I try ...
6 years 前 | 1 个回答 | 0
1
个回答提问
Is it possible to assign the constant value of a function handle to a variable?
Hello, My program can sometimes generate this function handle: g = @() 1.0 Or generally: g = @() c , c: constant Is it po...
6 years 前 | 2 个回答 | 0
2
个回答提问
Is there any way to separate the terms of a product?
Hello, Let's say I have this function_handle: f = @(x) exp(x-2)*log(x) Is it possible to assign each function that comprises t...
6 years 前 | 1 个回答 | 0