Dakota - MATLAB Central
photo

Dakota


Last seen: 25 días hace Con actividad desde 2025

Followers: 0   Following: 0

Estadística

CodyFrom 01/25 to 02/25Use left and right arrows to move selectionFrom 01/25Use left and right arrows to move left selectionTo 02/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

CLASIFICACIÓN
6.140
of 157.897

CONTRIBUCIONES
1 Problema
70 Soluciones

PUNTUACIÓN
1.000

NÚMERO DE INSIGNIAS
8

  • Promoter
  • Commenter
  • Leader
  • Speed Demon
  • Creator
  • Community Group Solver
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

25 días hace

Resuelto


Calculate the area of a circle
Given a circle of diameter x calculate its area

25 días hace

Resuelto


Convert Fahrenheit to Kelvin
Convert the value f in Fahrenheit to Kelvin

25 días hace

Resuelto


Add 2 Vectors

25 días hace

Resuelto


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

25 días hace

Resuelto


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

25 días hace

Resuelto


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

25 días hace

Resuelto


y equals x divided by 2
function y = x/2

25 días hace

Resuelto


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

25 días hace

Resuelto


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

25 días hace

Resuelto


Square root of number
Square root of given number.

25 días hace

Resuelto


Find The area of the square
Given that the length of the side of a square is x, find the area.

25 días hace

Resuelto


Return area of square
Side of square=input=a Area=output=b

25 días hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

25 días hace

Resuelto


Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]

25 días hace

Resuelto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

25 días hace

Resuelto


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

25 días hace

Resuelto


Square root of a number
Write a code that will output the square root of x.

25 días hace

Resuelto


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

25 días hace

Resuelto


What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix. Example: Input x = [ 1 2 0 0 0 0 6 9 3 3 ] ...

25 días hace

Resuelto


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

25 días hace

Resuelto


Calculate y=2
Find the value of x so that y=2

25 días hace

Problema


Calculate y=2
Find the value of x so that y=2

25 días hace | 0 | 11 solvers

Resuelto


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

25 días hace

Resuelto


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

25 días hace

Resuelto


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

25 días hace

Resuelto


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

25 días hace

Resuelto


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

25 días hace

Resuelto


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

25 días hace

Resuelto


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

25 días hace

Cargar más

Go to top of page