photo

Olaf


2021년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

1 질문
0 답변

Cody

0 문제
6 답안

순위
297,546
of 302,014

평판
0

참여
1 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,496

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
48,822
of 178,131

참여
0 문제
6 답안

점수
83

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver
  • Thankful Level 1

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Close MATLAB with keyboard
Close MATLAB with keyboard without using mouse

대략 5년 전

문제를 풀었습니다


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

대략 5년 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

대략 5년 전

문제를 풀었습니다


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

대략 5년 전

문제를 풀었습니다


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

대략 5년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5년 초과 전

질문


Gaussian Mixture Model cluster order
Hello, I am using Gaussian Mixture Model to separate my data into 2 clusters, let's say "high" and "low". I have different file...

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

1

답변