Feeds
提问
Combination of surf and scatter plot
Hello, I would like to combine a surf and a scatter (initially contour) plot. However, I discovered that these types of plot do ...
4 years 前 | 0 个回答 | 0
0
个回答提问
How to adjust trainNetwork to meet the solution of train?
I tested train and trainNetwork on a test bench problem to investigate the difference. %% generate data N = 1e3; x = ...
6 years 前 | 0 个回答 | 0
0
个回答提问
fminunc - why is it not possible to limit the step length?
hello, i'm using fminunc to solve a complex optimization problem involving gaussian distributions with symmetric, pos. def. cova...
6 years 前 | 1 个回答 | 0
1
个回答提问
Neural Network Time Series Prediction - changing the inital state -
Hello, I'm working currently with prediction-problems for dynamical systems, e.g. single pendulum with friction. At the moment I...
9 years 前 | 1 个回答 | 0
1
个回答提问
Neural Network Time Series Prediction - changing the inital state
Hello, I'm working currently with prediction-problems for dynamical systems, e.g. single pendulum with friction. At the moment ...
9 years 前 | 2 个回答 | 0
2
个回答已回答
Neural Network Time Series Prediction - changing the inital state
Hello Greg, thanks for your answer, you are right, I'm using the wrong terminology. Actually I'm farmiliar with the things yo...
Neural Network Time Series Prediction - changing the inital state
Hello Greg, thanks for your answer, you are right, I'm using the wrong terminology. Actually I'm farmiliar with the things yo...
9 years 前 | 0
已回答
Why am I getting an error "vectors must be the same length"
Is there a typing error? Did u mean plot(x,f(x),x1,f(x1<---))? Just use figure(1); plot(x,f(x)); figure(2); pl...
Why am I getting an error "vectors must be the same length"
Is there a typing error? Did u mean plot(x,f(x),x1,f(x1<---))? Just use figure(1); plot(x,f(x)); figure(2); pl...
9 years 前 | 0