photo

Jennifer Arellana


Last seen: 約4年 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
289,109
of 300,369

評判
0

コントリビューション
8 質問
0 回答

回答採用率
75.0%

獲得投票数
0

ランク
 of 20,936

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,436

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Error: Unable to classify a variable in the body of the parfor - loop
Hello everyone, I have the following code: orden = perms(1:n) for i = 1:factorial(n) for j = 1:n pos(i,orden(i,...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Error: Unable to classify a variable in the body of the parfor-loop
hello everyone, I have the following code: parfor i = 1:2^NJ-1 struct(i,:) = dec2bin(i,NJ); end M1 = 0; for i = 1:NJ...

約4年 前 | 1 件の回答 | 0

1

回答

質問


Is there any function in Matlab that can serve as "VLOOKUP" of Excel?
I am making a model that gives me this information: aux2 = 7×2 cell array {'100'} {[8.7856e+08]} {'010'} {[7.8...

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

1

回答

質問


Problems with changing the order of a binary representation
Hello everyone, I have a problem to organize a binary representation that I calculate in Matlab, like this: NJ=3 for i = 1:...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


how to make a loop to run a model with a specific sequence?
Hi everyone, I am making a cost minimization model, but I want to run the model many times with different data, therefore, I wa...

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

1

回答

質問


How can I order a matrix in a specific order?
Hello to all, I am working in Matlab with data of Ampl, so i am using amplapi. I have a problem when I call the matrices becaus...

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

1

回答

質問


How to create a matrix with all possibles cambinations between nodes of 3 sets?
Hello to all, I am working in Matlab with data of Ampl, so i am using amplapi. I want to creat a matrix of all possibles combin...

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

1

回答

質問


how to split a table to multiple table?
For example, I have the next table with dimension 16x4: CT = [ 196 146 154 244; 317 129 140 224; 246 25...

4年以上 前 | 2 件の回答 | 0

2

回答