photo

Michael Bochert


Last seen: 12개월 전 2021년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

4 질문
0 답변

Cody

0 문제
11 답안

순위
273,486
of 300,857

평판
0

참여
4 질문
0 답변

답변 채택
75.0%

획득한 표
0

순위
 of 21,097

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
36,693
of 171,319

참여
0 문제
11 답안

점수
126

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Solver

배지 보기

Feeds

보기 기준

질문


Trying to plot two vectors of unequal lengths on the same X and Y axes
Hello, I am trying to plot two vectors of unequal lengths on the same set of axes. One potential solution I have thought of is t...

12개월 전 | 답변 수: 1 | 0

1

답변

질문


Trying to extract rows of a matrix where a given column equals a range of values
Hi there, I am trying to extract rows of a matrix where the 2nd column of that matrix equals a range of values (i.e., 36-48 for ...

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

1

답변

질문


Trying to extract the rows from a matrix where the values from the first two columns match the values from another matrix
Hi, I am trying to extract the rows from a matrix where the values from the first two columns of that matrix match the values fr...

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

1

답변

질문


Trying to index into a cell array using columns of a matrix
I am trying to use two columns in a matrix to index into a cell array. I am trying to use the 2nd column of the matrix to ind...

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

1

답변

문제를 풀었습니다


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

3년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

3년 초과 전

문제를 풀었습니다


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

3년 초과 전

문제를 풀었습니다


Return area of square
Side of square=input=a Area=output=b

3년 초과 전

문제를 풀었습니다


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

3년 초과 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

3년 초과 전

문제를 풀었습니다


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

대략 4년 전

문제를 풀었습니다


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

대략 4년 전

문제를 풀었습니다


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

대략 4년 전

문제를 풀었습니다


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:...

대략 4년 전