photo

marilia15


Universidad de Málaga

2012 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Adding my own solver to optimtool GUI
If I modify the files .m from the directory of the optimtool in matlab, can I run it?

12年以上 前 | 0

質問


Can I integrate my optimization algorithm in OPTIM TOOL of matlab?
I have developped a genetic algorithm for optimization problems, and I want to include this in Optim Tool of Matlab. Can I do t...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


How do I create a vector with a multiply sequence?
Can I replace this loop? vector(1)=100; for i=2:10 vector(i)=vector(i-1)*0.7; end %%vector(10) will be 4.0...

12年以上 前 | 6 件の回答 | 3

6

回答

質問


arguments or properties for each class? efficiency?
Hi, I have the main program with a property X which is a handle object with lot of properties. The main program creates a lot...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


call a function with the namefunction in a variable
I can't find how to do it. I have the name of a function in a variable: * a='namefunction'; I want to call the function d...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


argin for a class method ?
<http://www.mathworks.es/help/techdoc/ref/nargin.html> : fx = 'addme'; % the name of a function nargin(fx) %returns the...

12年以上 前 | 1 件の回答 | 1

1

回答

質問


errors disappear when I reboot Matlab
Some erros disappear when I reboot Matlab, for example: "Too many input arguments." or "no appropriate method, property, or f...

12年以上 前 | 1 件の回答 | 0

1

回答