photo

gonzalo salazar


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
215,936
of 301,229

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
83.33%

收到投票数
0

排名
 of 21,196

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,512

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How do i this in an efficient way?
I want get C A=[13.89 32.56 23.09 22.02 32.06 20.81 28.16 29.97 29.12 29.83 9.21 24.21 18.60 26.93 7.07 18....

8 years 前 | 1 个回答 | 0

1

个回答

提问


How do i insert my own initial population in genetic algorithm toolbox?
ive created a matrix (MAT) where the number of rows (N) is the number of posible solutions and the columns are the variables, wh...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Subscript indices must either be real positive integers or logicals.
What is the error? pop=round(rand([10,4])); demal=bi2de(pop); ef=[9 6 10 0 8 3 0 0 4 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can i get specific rows of a matrix without using loops?
My question is, how can I get matrix c in an efficient way?(no loops) c represents the rows of a, given b. a=[10 14 1...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Finding positions and comparing two arrays
Hi everyone, My question is, how can I change matrix b to c? c shows the position of b in a. a=[18 11 12 14 10 15] ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Removing elements and putting them in a different array
Hi everyone, My question is, how can I transform this k=[x1 x2 x3 x4 x5] into this a=[x2 x3] (random values from k) y b=[x1 x4 ...

8 years 前 | 1 个回答 | 0

1

个回答