photo

Juan Pérez Álvarez


Last seen: 1 month 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
153,891
of 300,618

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 21,030

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 169,839

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Repeat copies of array elements using for loop/while
Hi, I need create a code where the elements of an array are repeat: For example: % Create a simple vector: for i =1:4 Ve...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Delete rows from a matrix using for loop
Hello, I need delete the zero rows from a matrix using for loops/while, I try this: Matrix = [1,1 ; 1,2 ; 0,0 ; 0,0 ; 3,1 ; ...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Delete rows from a matrix using for loop
Hello, I need delete rows from a matrix based on a logical condition of an array using for loops: I need delete rows from thi...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Delete zeros from an array using for loops
Hi I need delete zero elements of an array. Note: I know theres a lot of way to complete this task. Example: A = [1,0,2,3,...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Matrix of two columns using two vectors
Hi. I need code for coordinate points (I need the program to always create a matrix(n,2) with two columns): For example A = [1...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I need create a function for order pairs
Hi I nedd create a function for do something like this (using for loops) A = [1,2,3]; B = [4,5,6]; LA = length(A); LB = le...

4 years 前 | 1 个回答 | 0

1

个回答

提问


I need to read an array to see if it has repeated elements (using for loop)
For example: Vec = [2,4,4,6]; For this case, element 4 is repeated. And i want the code do something like this: iteration #...

4 years 前 | 3 个回答 | 0

3

个回答