photo

Matt Talebi


University of Tasmania

2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
0 답변

순위
204,315
of 300,853

평판
0

참여
5 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How can I find and remove the nonzero duplicates in each column of a matrix
X is a n-by-n matrix of integers ranging from 0 to n. I want to find nonzero duplicate entries in each column and remove them.

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


concatenating certain columns of a (numeric) matrix. The id of columns of interest stored in a numeric array. Also some columns are selected more than once.
I have a numeric matrix A. I want to generate matrix B (with the same size as A) from certain columns of matrix A. Columns of in...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Counting unique values across the columns of a matrix
How can I store indices of columns in a matrix containing more than 3 unique values? for example if: X = 8 2 1...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


converting a double array to a logical array conditionally
Double array A is [2 1 6 7 3 5 4]. How can I convert it to a logical array in a way to get 1 for the first (for example) 3 eleme...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to find the product of each element of a matrix by itself and by the other elemets at the same row?
input: x = [a,b,c; d,e,f] output: y = [a^2,a*b,a*c,b^2,b*c,c^2; d^2,d*e,d*f,e^2,e*f,f^2]

거의 11년 전 | 답변 수: 1 | 0

1

답변