Community Profile

photo

Joshua Stiens


Last seen: 3 meses hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

Resuelto


Mass Conversion 2

más de 2 años hace

Resuelto


Area Conversion 1

más de 2 años hace

Resuelto


Area Conversion 2

más de 2 años hace

Resuelto


Velocity Conversion

más de 2 años hace

Resuelto


Energy Conversion 1

más de 2 años hace

Resuelto


Energy Conversion 2

más de 2 años hace

Resuelto


Mass Conversion 1

más de 2 años hace

Resuelto


Temperature Conversion 3

más de 2 años hace

Resuelto


Temperature Conversion 2

más de 2 años hace

Resuelto


Temperature Conversion 1

más de 2 años hace

Resuelto


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

más de 2 años hace

Resuelto


ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
MATLABでは,角括弧の中に要素を入れることで、ベクトルを作成できる。 x = [1 2 3 4] また次のようにも書ける(コンマはオプション)。 x = [1, 2, 3, 4] 問題:次のベクトルを出力する関数を作成せよ。...

más de 2 años hace

Resuelto


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

más de 2 años hace

Resuelto


Freebies anyone? No!!!!
Feel free to copy paste all the tests and voila you solved the problem

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Resuelto


Draw a '0' in a one matrix!

más de 2 años hace

Resuelto


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...

más de 2 años hace

Resuelto


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

más de 2 años hace

Resuelto


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

más de 2 años hace

Resuelto


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

más de 2 años hace

Resuelto


square root
Find the square root (y) of an input (x).

más de 2 años hace

Resuelto


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

más de 2 años hace

Resuelto


Sum two matrices
Take two incoming matrices, and sum them

más de 2 años hace

Resuelto


cube of number
find cube of number

más de 2 años hace

Resuelto


square root
Find square root of given number

más de 2 años hace

Resuelto


square of a number
find square of a given number

más de 2 años hace

Resuelto


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

más de 2 años hace

Resuelto


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<https://imgur...

más de 2 años hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

más de 2 años hace

Cargar más