Community Profile

photo

Jayden


Last seen: 5개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

1년 초과 전

문제를 풀었습니다


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

1년 초과 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

1년 초과 전

문제를 풀었습니다


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

1년 초과 전

문제를 풀었습니다


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

1년 초과 전

문제를 풀었습니다


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

1년 초과 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

1년 초과 전

문제를 풀었습니다


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

1년 초과 전

문제를 풀었습니다


Double all elements in the array
Duplicate all elements in the array

1년 초과 전

문제를 풀었습니다


calculate the length of matrix
input 1 array, calculate the length

1년 초과 전

문제를 풀었습니다


Draw a '0' in a one matrix!

1년 초과 전

문제를 풀었습니다


Draw a '7' in a zero matrix!

1년 초과 전

문제를 풀었습니다


Draw a '9' in a zero matrix!

1년 초과 전

문제를 풀었습니다


Draw a '3' in a zero matrix!

1년 초과 전

문제를 풀었습니다


Draw a '1' in a zero matrix!

1년 초과 전

문제를 풀었습니다


Draw a '8' in a zero matrix!

1년 초과 전

문제를 풀었습니다


Total energy

1년 초과 전

문제를 풀었습니다


Potential energy calculation

1년 초과 전

문제를 풀었습니다


Kinetic energy calculation

1년 초과 전

문제를 풀었습니다


Laws of motion 1

1년 초과 전

문제를 풀었습니다


Laws of motion 2

1년 초과 전

문제를 풀었습니다


Laws of motion 3

1년 초과 전

문제를 풀었습니다


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

1년 초과 전

문제를 풀었습니다


Laws of motion 5

1년 초과 전

문제를 풀었습니다


Laws of motion 6

1년 초과 전

문제를 풀었습니다


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

1년 초과 전

문제를 풀었습니다


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

1년 초과 전

문제를 풀었습니다


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

1년 초과 전

문제를 풀었습니다


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

1년 초과 전

문제를 풀었습니다


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

1년 초과 전

더 보기