photo

meh alipoo


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
1 답변

순위
171,319
of 300,759

평판
0

참여
7 질문
1 답변

답변 채택
85.71%

획득한 표
0

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


random vector containing zero and values
I have an problem: I have a vector A with size N; I want to fill it up with a random vector with values from [1 randi(N)] while...

대략 9년 전 | 답변 수: 2 | 0

2

답변

질문


how to use unique command for the structured array
How do I use unique command for a structured array and do the that only based on data of one part of that array. for example: ...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


put data in the evalin(symengine,'Graph::minCost',...) function which is calculating the minimum cost flow of network
I am trying to use the function "Graph::minCost" of "MuPAD notebooks" from Matlab using the following function: y = evalin(...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


change the data location
If A matrix is just like the following, how can I rearrange it to get B without any loop? A=[1,2,3,4,5,6,7,8,9,10,11,12,13,...

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

1

답변

질문


transfering the one row matrix into multiple row matrix with the same data
How can I transfer the one row matrix A into multiple row matrix A' with the same data just like below: A=[3 0 0 0 2 8 1 0...

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

1

답변

질문


filter a matrix based on the data of each row
I have a 2D Matrix (A, for example) and I want Matlab show only the rows with at leas two non-zero elements within each row (B),...

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

1

답변

답변 있음
Add 8 to the elements of matrix a=[1 7 5 7 2 3 8 2 9 5] that are higher than 3
The answer from below link is also good answer: b = a + 8 * (a>3); <http://stackoverflow.com/questions/38076868/adding...

9년 초과 전 | 0

질문


Add 8 to the elements of matrix a=[1 7 5 7 2 3 8 2 9 5] that are higher than 3
how can I add 8 to the elements of matrix a=[1 7 5 7 2 3 8 2 9 5] that are higher than 3 without using the for loop? The desir...

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

4

답변