photo

JacobM


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

13 Questions
0 Answers

RANK
38,645
of 300,753

REPUTATION
1

CONTRIBUTIONS
13 Questions
0 Answers

ANSWER ACCEPTANCE
61.54%

VOTES RECEIVED
1

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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: ...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 1 answer | 1

1

answer

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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...

9 years ago | 2 answers | 0

2

answers