photo

JacobM


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

13 질문
0 답변

순위
38,645
of 300,765

평판
1

참여
13 질문
0 답변

답변 채택
61.54%

획득한 표
1

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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년 초과 전 | 답변 수: 2 | 0

2

답변