Feeds
提问
Nonlinear Regression on a Function Containing a Summation
I have been trying to fit the following dataset: x=[0 0.0005 0.001 0.0015 0.002 0.003 0.004 0.005 0.0075 0.01 0.015 0.02 0.04 0...
5 years 前 | 0 个回答 | 0
0
个回答提问
How can I stop a loop using the comparison between the last and the penultimate value of an array as a condition?
This is my algorithm. Yo necesito detener el bucle comparando el nuevo valor y el anterior. Por ejemplo: 0.9523 is de new value ...
5 years 前 | 1 个回答 | 0
1
个回答提问
how to extract subvectors of a vector or matrix?
My case is like this n=100; x=[1 2 3 4 5 6 7 8 9 10]; y=[1 4 9 16 25 36 49 64 81 100]; A=[x' y']; I want to extract the da...
5 years 前 | 2 个回答 | 0
