Feeds
質問
How to use a PLS moldel to predict unknown responses?
Hello, I used the following code to build a PLS model. I would like to use the model to predict the response for unknown sample...
7年以上 前 | 0 件の回答 | 0
0
回答質問
How to access the intermediate calculation in genetic algorithm optimisation?
Hi, I would like to use my own data instead of a function when using the genetic algorithm optimisation. In other words, instead...
7年以上 前 | 1 件の回答 | 0
1
回答回答済み
How to define and call a function in the same script
So, do you mean I need just to write my function just after the main code in the same file. Do you think it will work if the ...
How to define and call a function in the same script
So, do you mean I need just to write my function just after the main code in the same file. Do you think it will work if the ...
約9年 前 | 0
質問
How to define and call a function in the same script
Hello, I have a code that is working. It consists of a main script that calls 2 functions from 2 other m files. I will simulat...
約9年 前 | 3 件の回答 | 0
3
回答質問
Plot the integration of differential equations
Hello, I have a system similar to the Lorenz attractor. I mean a set of differential equations. They are in a function called ...
約9年 前 | 1 件の回答 | 0
1
回答質問
How to stop a script if a warning appears repetetively?
Hello, I would like to stop my script in case a warning appears and set the output of the script to fixed value, let's say zero...
約9年 前 | 2 件の回答 | 0
2
回答質問
why does Matlab oblige me to use a stepsize less than 10-22 with ode15s?
Hi all, I am using a function that calls the ode15s to integrate my 6 stiff ODEs. Unfortunately, Matlab gives repetitive warni...
9年以上 前 | 0 件の回答 | 0
0
回答質問
How I can add the arguments of the solver ODE15i in a in function?
Hello, I cannot add the arguments of the ODE solver ode15i and when I omit the arguments,I get an error. The code works fine ...
9年以上 前 | 1 件の回答 | 0
1
回答質問
Why does the lyapunov exponent calculator fail with 6 ODE?
Hello, I have this piece of code that worked fine with the Lorentz system with 3 ODE. But when I used my system with 6 ODE.It ...
9年以上 前 | 0 件の回答 | 0
0
回答質問
Exchange data in MAtlab when using the genetic algorithm toolbox.
Hello Everyone, I would like to use the genetic algorithm in the tool box of Matlab but I would like to generate the fitness ...
約12年 前 | 1 件の回答 | 0
