photo

marilia15


Universidad de Málaga

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
1 个回答

排名
10,077
of 300,780

声誉
4

贡献数
6 个提问
1 个回答

回答接受率
50.0%

收到投票数
4

排名
 of 21,086

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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?

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 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...

13 years 前 | 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...

14 years 前 | 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...

14 years 前 | 1 个回答 | 0

1

个回答