Community Profile

photo

Bhavik


Last seen: en dag ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Community Group Solver
  • Commenter
  • Introduction to MATLAB Master
  • Solver

View badges

Feeds

View by

Solved


Laws of motion 1

ungefär 2 månader ago

Solved


Laws of motion 2

ungefär 2 månader ago

Solved


Laws of motion 3

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


Laws of motion 5

ungefär 2 månader ago

Solved


Laws of motion 6

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


Converts numbers into characters
Converts numbers into characters

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


to the 2 all elements
to the 2 all elements

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Solved


Draw a '0' in a one matrix!

ungefär 2 månader ago

Solved


Find the largest value in the 3D matrix
Given a 3D matrix A, find the largest value. Example >> A = 1:9; >> A = reshape(A,[3 1 3]); >> islargest(A) a...

ungefär 2 månader ago

Solved


Energy Conversion 1

ungefär 2 månader ago

Solved


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

ungefär 2 månader ago

Solved


Area Conversion 2

ungefär 2 månader ago

Solved


Area Conversion 1

ungefär 2 månader ago

Solved


Mass Conversion 2

ungefär 2 månader ago

Solved


Mass Conversion 1

ungefär 2 månader ago

Solved


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

ungefär 2 månader ago

Solved


Temperature Conversion 2

ungefär 2 månader ago

Solved


Temperature Conversion 1

ungefär 2 månader ago

Solved


Calculate BMI
Given a matrix hw (height and weight) with two columns, calculate BMI using these formulas: 1 kilogram = 2.2 pounds 1 inch = 2...

ungefär 2 månader ago

Solved


Rescale Scores
Each column (except last) of matrix X contains students' scores in a course assignment or a test. The last column has a weighted...

ungefär 2 månader ago

Solved


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

ungefär 2 månader ago

Load more