photo

Toby


Last seen: 4개월 전 2024년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

1 질문
0 답변

Cody

0 문제
3 답안

순위
92,020
of 297,527

평판
0

참여
1 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
74,869
of 159,075

참여
0 문제
3 답안

점수
40

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver
  • Thankful Level 1

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

4개월 전

문제를 풀었습니다


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...

4개월 전

문제를 풀었습니다


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

4개월 전

질문


Need help with homework.
This is only my first couple of days using MATLAB. Basically I am trying to make a little temperature conversion program however...

8개월 전 | 답변 수: 2 | 0

2

답변