giancarlo maldonado cardenas
Followers: 0 Following: 0
Statistica
RANK
35.083
of 295.467
REPUTAZIONE
1
CONTRIBUTI
19 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
73.68%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
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. ...
oltre 2 anni fa | 2 risposte | 0
2
risposteHow 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...
oltre 2 anni fa | 0
Domanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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, ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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. ...
quasi 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
quasi 3 anni fa | 2 risposte | 0
2
risposteDomanda
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...
quasi 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I simulate a resource allocation?
Hi, I need help with creating code. ************************************************* attached file detected = vector of dete...
circa 3 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 3 anni fa | 1 risposta | 0