photo

Tom Vose

MathWorks

Last seen: 23일 전 2016년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

0 질문
1 답변

File Exchange

1 파일

Cody

0 문제
10 답안

순위
257,803
of 300,364

평판
0

참여
0 질문
1 답변

답변 채택
0.00%

획득한 표
0

순위
10,120 of 20,934

평판
62

평균 평점
5.00

참여
1 파일

다운로드 수
3

ALL TIME 다운로드 수
578

순위
39,084
of 168,407

참여
0 문제
10 답안

점수
110

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Personal Best Downloads Level 1
  • First Answer
  • 5-Star Galaxy Level 1
  • First Submission
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Simulink and Simscape models built in 2021a do not work properly in 2021b
Hi Jingchao. It's hard to know what's going on without seeing the model. If possible, I'd suggest that you submit the model an...

3년 초과 전 | 0

문제를 풀었습니다


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

5년 초과 전

문제를 풀었습니다


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

5년 초과 전

문제를 풀었습니다


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

5년 초과 전

문제를 풀었습니다


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

5년 초과 전

문제를 풀었습니다


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.

5년 초과 전

문제를 풀었습니다


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

5년 초과 전

문제를 풀었습니다


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

5년 초과 전

제출됨


Dump Trailer Model in Simscape
Dump trailer model, including hydraulic actuator and 3-D mechanical model of scissor mechanism.

8년 초과 전 | 다운로드 수: 3 |

5.0 / 5
Thumbnail

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

대략 9년 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

대략 9년 전

문제를 풀었습니다


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

대략 9년 전