Community Profile

photo

giancarlo maldonado cardenas


Last seen: 1年以上 前 2021 年からアクティブ

統計

  • First Answer
  • Thankful Level 3
  • Thankful Level 2

バッジを表示

Content Feed

表示方法

質問


How can I remove the value of a vector that is less than the next value?
for example: I have the following vector: xfirstpeakstore= [664 705 728 803 824 849 893 895 ........ Nnumbers; In my code I...

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

1

回答

質問


how to compare column values of a matrix with a column vector of different size?
Hello everyone, how can I compare a 10x5 matrix with a row vector, let me explain it better. I have the vector detected = [5...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


How to compare 2 columns line by line between two matrix of different size?
Hello everyone, I am trying to collect data between 2 matrix, let me explain. I have my first matrix1 of 128x26 --> in the futu...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


how can i create a column vector with specific values?
Hello how are you? How can I create a column vector with specific values, that is, the first value would have to be 0, the secon...

2年弱 前 | 2 件の回答 | 0

2

回答

質問


how can i organize a column vector in a specific rows?
I have a column vector of 1536 x 1, since I can order it in a row every 24 parts, I will make an example with a smaller vector. ...

2年弱 前 | 2 件の回答 | 0

2

回答

回答済み
How can we write data into csv file with column labels included ?
you can do it with this A=[4 5 6;7 8 9] T = array2table(A) T.Properties.VariableNames(1:3) = {'x_axis','y_axis','z_axis'} wr...

2年弱 前 | 0

質問


how to compare two values that are repeated in two vectors?
Hello everyone, I'm new to matlab, I wanted to know how I can compare 2 values that are repeated between two vectors, I'll expla...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I select all parts of a vector?
hello everyone, I have a problem with my code that I cannot solve, I have a vector of 1536, what I am trying to do is select a p...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


How to compare values of two vectors?
Hello everyone, how can I compare values between 2 vectors? Let me explain, for example I have two vectors: vec1= [10 20 30 40 ...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


How to select columns from data matrix using for loop?
hello everyone I wanted to know how to select a column for each iteration, for example I have a vector this vector contains a si...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


how can i store arrays of different sizes in each for loop?
Hi guys, how can I store arrays of different sizes in each iteration of a for loop? for example I have this code, inside ...

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

1

回答

質問


how to separate a matrix into 2 vectors
hello guys, I have a problem with separating a matrix into two vectors, if the last column is 0 or 1. I explain myself better, ...

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

1

回答

質問


How to convert .mat to .txt?
Hi friends. I have a problem, how can I convert my Datase.mat matlab file to .txt to send to a friend, because this friend does...

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

1

回答

質問


How can I choose non-repeating values with a probability of 90% and 10% ?
Hello friends, how can I choose values ​​that do not repeat with a probability of 90% and 10%? let me explain myself better. ...

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

1

回答

質問


How can I assign the same value to a repeating number?
atachments files: data.mat = is a list data.mat = is the workspace I have a list data.mat, within this list there is a field ...

約2年 前 | 2 件の回答 | 0

2

回答

質問


how to give probability of 90% to unique values of a vector and 10% to repeated values?
Hello, how can I give 90% probability to elements of a vector that do not repeat themselves, and to elements that repeat 10%. f...

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

1

回答

質問


How can I find equal elements in a vector and place them at the end of the vector?
Hello, how can I find equal elements within a vector, and once I find these repeated elements, place them at the end? for exampl...

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

1

回答

質問


how to randomly assign values from a vector and store it in another vector?
good night all. I wrote this algorithm to assign values from one vector (detected) and store in another vector (alocados), but ...

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

1

回答

質問


How can I simulate a resource allocation?
Hi, I need help with creating code. ************************************************* attached file detected = vector of dete...

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

1

回答

質問


how to find the sample space of two or more peaks within a power delay profile
I have a signal of 1536 samples, as you can see in the image, I have a first ray of power that exceeds the threshold, if we coun...

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

1

回答