Feeds
질문
Using a text file as a function parameter
I am trying to create a function where the inputs are text files. For some reason, the program is not reading the files, I am ge...
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
How to extract value from a messy text file?
I would like to extract the mass value that is in the file. I did not figure out a way to do this using textscan.
대략 8년 전 | 답변 수: 1 | 0
1
답변질문
fmincon with a RBF toolbox
I have approximated a function using a RBF toolbox. Now, I woud like to optimize this function using fmincon. However, I do not ...
8년 초과 전 | 답변 수: 2 | 1
2
답변질문
Hessian matrix using m-file
I would like to calculate a Hessian matrix of a function in the following way: hessian('fob_8_52', [4 6]) fob_8_52.m is a ...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Return to previous step
Hello, I have a code that includes some steps. I would like to know how to make the process return to the first step if a con...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
The conjugate gradient method for unconstrained optimization - how to restart
Hello, I am trying to implement the conjugate method. But, I do know how to restart de process when n iteractions is achieved...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
Fletcher Reeves conjugate method
Hello, My program is giving the right solution for the problem, but I believe it is doing unecessary steps. For a problem wit...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
create a vector with specified entries
Hello, I need to create the following vectors: x=[0 0 0 ...0] and y=[h h h...h] where h is a constant that I declared. Bo...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
message "vectors with different lengths"
I am splitting my problem in five different sections. Each section has different equations. After solving the sections separatel...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
plot is going to zero
I am doing a plot, but I don't know why the curve is going to (0,0). c = 0.66*10^-8; m = 2.25; K_IC= 65; ...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
figure shows up but it is empty
I am getting a blank plot. I am using the following code: c = 0.66*10^-8; m = 2.25; K_IC= 65; R=-1; a_0 = 0....
11년 초과 전 | 답변 수: 1 | 0