Community Profile

photo

DANIEL HOLCOMB


Last seen: mehr als ein Jahr vor Aktiv seit 2020

Statistiken

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gelöst


Stairs
Make an n by n matrix, where the elements are ones and zeros. In the main diagonal, and under that, there should be only ones (...

mehr als 3 Jahre vor

Gelöst


Problem for beginners
Suppose that x is a column vector, with at least a length of 6. Delete the 2., 6., and the second last row. Example: X=[1;2;3...

mehr als 3 Jahre vor

Gelöst


Problem for beginners
M is a nxm matrix. Swap the fist and the second last column with eachother. X=[1 2 3;4 5 6;7 8 9] Y=[2 1 3;5 4 6;8 7 9]

mehr als 3 Jahre vor

Gelöst


Matrix problem for beginners
Make a matrix [0,0,0;1,1,1;2,2,2]. X=[0,1,2]

mehr als 3 Jahre vor

Gelöst


Mid-term report
You just got your mid-term report, but it's full of ones and twos :(. So before you give it to your parents, you change it, in o...

mehr als 3 Jahre vor

Gelöst


Simple Matrix
Make the following matrix without typing it in one by one. [1 2 3; 2 4 6; 4 8 12] x=[1 2 3].

mehr als 3 Jahre vor

Gelöst


Box
Give the volume of a box, x is equal to the body diagonal.

mehr als 3 Jahre vor

Gelöst


Square
X is a number, write a code, where Y should be the square of X.

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


Matrix for beginners
Multiply x and y elemwise.

mehr als 3 Jahre vor

Gelöst


Find Logic 1

mehr als 3 Jahre vor

Gelöst


Find Logic 3

mehr als 3 Jahre vor

Gelöst


Find Logic 4

mehr als 3 Jahre vor

Gelöst


Find Logic 6

mehr als 3 Jahre vor

Gelöst


Find Logic 7

mehr als 3 Jahre vor

Gelöst


Find Logic 8

mehr als 3 Jahre vor

Gelöst


Find Logic 9

mehr als 3 Jahre vor

Gelöst


Find Logic 10

mehr als 3 Jahre vor

Gelöst


Find Logic 11

mehr als 3 Jahre vor

Gelöst


Find Logic 12

mehr als 3 Jahre vor

Gelöst


Find Logic 13

mehr als 3 Jahre vor

Gelöst


Find Logic 15

mehr als 3 Jahre vor

Gelöst


Find Logic 14

mehr als 3 Jahre vor

Gelöst


Find Logic 16

mehr als 3 Jahre vor

Gelöst


Find Logic 17

mehr als 3 Jahre vor

Gelöst


Find Logic 18

mehr als 3 Jahre vor

Gelöst


Find Logic 19

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Mehr laden