photo

marilia15


Universidad de Málaga

2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
1 回答

ランク
10,077
of 300,863

評判
4

コントリビューション
6 質問
1 回答

回答採用率
50.0%

獲得投票数
4

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
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年以上 前 | 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年以上 前 | 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...

14年弱 前 | 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...

14年弱 前 | 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...

14年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0

1

回答