photo

Yro


Last seen: 2년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

32 질문
2 답변

File Exchange

1 파일

Cody

0 문제
3 답안

순위
8,160
of 300,840

평판
6

참여
32 질문
2 답변

답변 채택
40.63%

획득한 표
2

순위
15,550 of 21,092

평판
10

평균 평점
0.00

참여
1 파일

다운로드 수
1

ALL TIME 다운로드 수
109

순위
77,974
of 171,238

참여
0 문제
3 답안

점수
40

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Submission
  • Thankful Level 3
  • Solver
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to run multiple Matlab (Linux) scripts in other directories?
In case you are interested, this line of code worked. parallel -j0 'cd {//} && sh {/}' ::: $path

거의 4년 전 | 0

| 수락됨

질문


How to run multiple Matlab (Linux) scripts in other directories?
Hi, I need to run multiple matlab script out of scritp path. I have tried to generate the following bash script using the parall...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Why do the random numbers repeat in each run?
Hi, I have the following issue. I see that when I run this function to generate a number of perturbations num_perm to a given ar...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


How can I rotate 2D plot in Matlab?
Hi, how can I rotate 2D graphics? I have tried using the view(), camroll() functions but it deforms the figure. I want to rotate...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


Generate coordinates for plotting a hexagonal mesh with the nsidedpoly function
Hi, I am trying to plot a hexagonal mesh using the nsidedpoly function as shown in the following code. I am taking the coordinat...

거의 4년 전 | 답변 수: 1 | 1

1

답변

질문


Assign a colormap to an array to plot with the nsidepoly function.
Hi, this code plots a hexagonal mesh using the nsidedpoly function, where each hexagon is labeled with the corresponding r-value...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to use the break command in nested loops?
Hi, I have a problem using the break command in the following code. When I use the break I exit the loop j, but I want to restar...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to use the parfor function inside a for loop?
Hi, I am trying to use the parfor function for parallel calculation inside a for loop. I have a problem to define the variables ...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


How to create concentric circles?
Hello, I want to generate a series of concentric circles by filling each ring with a different color. The result I want to obtai...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Find contiguous positions in a hexagonal array.
Hi, I am currently working on an optimization problem using Genetic Algorithms (GA). The image shown in Figure 1 is a pattern ob...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Control random number generation
I have a question about the rng(seed) (random number generator) function. I have a code with which I call several functions in w...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to assign a given value to an element of an array without repeating it.
Hello, I need to change the value of an element of the array x for a random value but that this is not repeated in the array. Wi...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Error using a structure array in a for loop.
Hello, When I use the structure array ('new_popc.Position') in a loop I get the following error after the second iteration: '...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Find repeated values in an array, by column and rows (unique function).
Hi, I want to find the repeated vectors in an array where I have n columns and m rows. For example in the following array: ARRA...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to store values of iterations during a for loop?
I have the following problem, I have three for loops, and I need to store the number of iterations that correspond to the second...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Extracting data from an unformatted text file
Hi, I want to extract certain values from an unformatted text file, in the example I use the regexp function entering the form...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I find the nonzero values in an cells array?.
The following code generates an cell array Index [1x29], where each cell is an array [29x6]: for i = 1 : size(P1_cell,1) f...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to match two arrays
Hi, how can I make the match two following arrays? I want to obtain a 29x1 array with the position of the corresponding match. ...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


Cell array construction operator
I want to use GNU Octave to run my simulation but I have the following problem with the following array, for i = 1:length(ARRAY...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


Size of each cell
I need to know the size of each cell based on the following code: ARRAY = randi(20,20,2); for i = 1:length(ARRAY) ...

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


How to find repeated values in an array?
How can I find repeated values by columns in an array (12x2)? A = 26 24 28 35 31 34 33 31 33 31 33 28 ...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


Find repeated values in a matrix
How can I find repeated values at the same time in two columns of an array (12x2): A = [26 24 28 35 31 34 33 31 ...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


Reshape an Matlab array
I have the following arrangement (84x2): RELOADING_PATTERN = [... 26 24 26 35 27 34 27 33 26 33 25 34 25 35 ... ] ; ...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


Parallel Computing in Optimization Toolbox
I want to use the GA toolbox for optimization but with the parallel option ('UseParallel', true). options = optimoptions(@ga,...

대략 5년 전 | 답변 수: 0 | 0

0

답변

질문


Nonlinear inequality in GA optimization with integer constraints
Hi, I am using GA optimization tool. The problem I am solving contains integer constraints (IntCon), but I need to set a non-lin...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


Matlab GA toolbox coupling with external simulation code.
I have the following problem when using GA tool for optimization. My objective function is the result of simulating each populat...

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


Function evaluation control in genetic algorithm
How can I control the evaluation of the function in the global optimization toolbox (genetic algorithm (ga))? I need to export t...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Print population using the Genetic algorithm (ga) function
How can I print the population in each iteration when I use the genetic algorithm package for optimization. Thanks in advance.

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to match two arrays in Matlab
Hi, I want to know if it is possible to match the values of an array (cell by cell) A (:, 1) with an array B (:, 2) so that when...

거의 6년 전 | 답변 수: 2 | 0

2

답변

질문


Storing data in an array from a for loop
Hi, I want to store the array (generations) obtained in each cycle for (95 arrays). With the following code I only get the arran...

거의 6년 전 | 답변 수: 1 | 0

1

답변

더 보기