photo

JacobM


Attivo dal 2016

Followers: 0   Following: 0

Statistica

MATLAB Answers

13 Domande
0 Risposte

RANK
38.633
of 300.781

REPUTAZIONE
1

CONTRIBUTI
13 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
61.54%

VOTI RICEVUTI
1

RANK
 of 21.088

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.031

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

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


deleting rows using setdiff?
I have two different matrices, x & x1, and they are related. x is generated to be compared to y, all elements that are not avail...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


simplify a code that takes input matrix and assign negative to one of the values?
this code creates a matrix based on input from the user and then assign negative signs to minimum element in the matrix with fir...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how can I get the min and corresponding max in matrix?
I want to find the max in a matrix r*2 where r=1 up to 10 depends on the input from the user. and then return the min correspond...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


Can GUI show a circuit drawing based on the user input?
I have a generalized circuit for a voltage level converter with only two things that is variables, number of capacitors and numb...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


deleting rows in a matrix?
I want to delete corresponded rows in mother matrix x when x2 have duplicated rows, the following code may explain the goal: ...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


how to get the min in an array and return its position?
I want to check the min in a matrix and return its position, Ex. x=[1 3 1 1], the code will check the min which is '1' and ret...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


how can I deleted shared rows in two matrices?
i have these two matrices, X=[1 0 0;1 0 1]; Y=[1 1 1;2 0 1;1 0 1;3 1 1;1 0 0] X always part of matrix Y meaning that ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how to locate rows that has max values in r*2 matrix?
I want to get the max values in a r*2 matrix. r is input from the user. Then, I want to get the complete row(s) where the maxima...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


how can make the xor return integer values instead of 1's or 0's?
In the following code, I am xor-ing two different sizes matrices, to get rid of the element overlap in any row of x and y (overl...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how can I append two or more matrices inside For Loop?
In the following code; I transform decimal matrix to binary and I want to save all the representations in same matrix whcih simp...

oltre 9 anni fa | 1 risposta | 1

1

risposta

Domanda


Can I have a code that detects # of element transitions and return a matrix that has only rows of minimum element transitions?
I have A=[1 0 0 2;1 0 2 2;2 0 1 2;0 0 0 2]; I want a code that eliminates the rows that have multiple element changes compare...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


Matrix A & B need to be merged, Can I delete a complete raw if one appears in both matrices and same column position?
I want to generate a matrix C out of A and B in condition that each 'one' in A in any column j should not appear in B in the sam...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


how can I generate a code based on specific value selection in a matrix?
I want to make a function that search for a value of y in x, either one element or sum of many elements, and return 1 or 0 to ma...

oltre 9 anni fa | 2 risposte | 0

2

risposte