Statistics
RANK
5,267
of 277,593
REPUTATION
8
CONTRIBUTIONS
5 Questions
4 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
4
RANK
of 18,782
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 128,799
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
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 ...
3 years ago | 0 answers | 0
0
answersQuestion
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 = ...
5 years ago | 0 answers | 0
0
answersQuestion
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...
5 years ago | 1 answer | 0
1
answerHow do I change the Java Virtual Machine (JVM) that MATLAB is using on Windows?
Hello, I'm getting this error-message after setting up the new Java-Version: Warning: An error occurred while reading th...
6 years ago | 4
Question
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...
7 years ago | 1 answer | 0
1
answerQuestion
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 ...
7 years ago | 2 answers | 0
2
answersNeural 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...
7 years ago | 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...
7 years ago | 0