photo

Joey Otanez


Last seen: 거의 3년 전 2021년부터 활동

Followers: 0   Following: 0

Just chillin'

Programming Languages:
MATLAB

통계

All
MATLAB Answers

2 질문
0 답변

Cody

0 문제
10 답안

순위
257,375
of 301,234

평판
0

참여
2 질문
0 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,204

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
38,754
of 173,580

참여
0 문제
10 답안

점수
117

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Solver

배지 보기

Feeds

보기 기준

질문


Which is the correct transfer function notation?
I noticed in the documentation for tf() and rlocus() that there are differing conventions on expressing numerators in the transf...

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

1

답변

질문


How to import Excel table with column of as individual variables?
How would I import a table from Excel such as this to load into my workspace as this? Using the readtable function input...

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

2

답변

문제를 풀었습니다


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

4년 초과 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

4년 초과 전

문제를 풀었습니다


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

대략 5년 전

문제를 풀었습니다


Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...

대략 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년 전

문제를 풀었습니다


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


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

대략 5년 전

문제를 풀었습니다


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

대략 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년 전