Community Profile

photo

IFM


University of Oxford

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

Followers: 0   Following: 0

연락

A bit of mathematician, engineer and computer scientist all rolled into one. I spend most of my time teaching MATLAB to engineers.

Spoken Languages:
English

통계

All
  • Creator
  • Introduction to MATLAB Master
  • Thankful Level 2
  • Cody 10th Anniversary 10-Day Streak
  • Community Group Solver
  • MATLAB Central Treasure Hunt Finisher
  • First Review
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Plot Line Specifications
Create a line plot for function cos(x) where x is a vector of linearly spaced values going from 0 to input N with an increment o...

5개월 전

문제를 풀었습니다


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

5개월 전

문제를 풀었습니다


Make a Plot with Functions
Make a plot and test

5개월 전

문제를 풀었습니다


Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

6개월 전

문제를 풀었습니다


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

6개월 전

문제를 풀었습니다


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

6개월 전

문제를 풀었습니다


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

6개월 전

문제를 풀었습니다


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

6개월 전

문제


Find stiffness of all beams for single floor in building
Create a function that finds this stiffness k of all the beams (also known as 'stanchions') for one floor of a three storey buil...

6개월 전 | 0 | 솔버 수: 4

문제


Find mass of single floor in building
A model building has three floors are highlighted in different colours here: Assu...

6개월 전 | 0 | 솔버 수: 13

문제를 풀었습니다


Potential energy calculation

7개월 전

문제를 풀었습니다


Kinetic energy calculation

7개월 전

문제를 풀었습니다


Laws of motion 6

7개월 전

문제를 풀었습니다


Laws of motion 5

7개월 전

문제를 풀었습니다


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

7개월 전

문제를 풀었습니다


Laws of motion 3

7개월 전

문제를 풀었습니다


Laws of motion 2

7개월 전

문제를 풀었습니다


Laws of motion 1

7개월 전

문제를 풀었습니다


Dog Statistics
The vectors ht and wt contains the heights and weights of 20 golden retrievers. In some cases, it was not possible to make both ...

7개월 전

문제를 풀었습니다


Estimating Euler's (Oi-ler-z) Number
Euler's number is an irrational constant given by Starting with x=0, count the number of times you can add a uniformly distrib...

7개월 전

문제를 풀었습니다


Interpolated Value Between Two Points
Given two points, and , a new location x, and a method "linear" or "cubic", return the value of a linear or cubic interpolant t...

7개월 전

문제를 풀었습니다


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

7개월 전

문제를 풀었습니다


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

7개월 전

문제를 풀었습니다


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

7개월 전

문제를 풀었습니다


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

7개월 전

문제를 풀었습니다


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

7개월 전

문제를 풀었습니다


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

7개월 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

7개월 전

문제를 풀었습니다


Find the max element of the array
Find the max element of the array

7개월 전

문제를 풀었습니다


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

7개월 전

더 보기