photo

Danny


Last seen: 대략 4년 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
40,401
of 300,765

평판
1

참여
5 질문
0 답변

답변 채택
20.0%

획득한 표
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 1
  • First Review

배지 보기

Feeds

보기 기준

질문


Given a couple of vectors with priorities, is there a fast built-in function to find the index of the largest value?
Consider that there exist three 10-dimensional vectors p1, p2, and p3, and the priority is given in order p1>p2>p3. I want to f...

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

1

답변

질문


Is it possible to extract the values with a vector of indices for each row without using the for statement from the matrix?
Consider the following example. A = [1, 2, 3; 4, 5, 6; 7, 8, 9; 10, 11, 12]; % reference matrix b = [2; 1; 1; 3]; % index fo...

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

2

답변

질문


Is there a function where the inputs are indices and the outputs are vectors with a value of 1 of that index and the remainder?
I am finding a function (named func, here). If I type the following code y = func(10, [3, 5, 1]); then I get the following re...

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

1

답변

질문


Find a function that sorts each ith element in the vector by the largest of the preceding elements.
Let x = [x_1, x_2, x_3, ..., x_N]. I want to make a vector y whose ith element is given as y_i = max {x_k | k<=i}. For example...

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

1

답변

질문


How can I use equations in x- and y-labels with common fonts.
I like a defult font type that can be shown when I command plot(blah-blah-blah); xlabel('ABCD'); However, when I want to in...

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

0

답변