Community Profile

photo

marilia15


Universidad de Málaga

Active since 2012

Statistics

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

Answered
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 years ago | 0

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 6 answers | 3

6

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 1

1

answer

Question


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 years ago | 1 answer | 0

1

answer