Sebastian - MATLAB Central
photo

Sebastian


Last seen: 4 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

CodyFrom 12/24 to 04/25Use left and right arrows to move selectionFrom 12/24Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

0 Problemas
87 Soluciones

CLASIFICACIÓN
N/A
of 298.102

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.534

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
4.344
of 160.343

CONTRIBUCIONES
0 Problemas
87 Soluciones

PUNTUACIÓN
1.014

NÚMERO DE INSIGNIAS
2

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Introduction to MATLAB Master
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Roll the Dice!
Description Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. Example [x1,x2] = rollDice(...

4 meses hace

Resuelto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

4 meses hace

Resuelto


Create a vector
Create a vector from 0 to n by intervals of 2.

4 meses hace

Resuelto


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

4 meses hace

Resuelto


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

4 meses hace

Resuelto


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

4 meses hace

Resuelto


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

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

4 meses hace

Resuelto


Area of right triangle
Given a hypotenuse and a leg , calculate the area of right triangle.

4 meses hace

Resuelto


Finding area of a triangle.
Find the area of an equalateral triangle with sides of 3 inches,

4 meses hace

Resuelto


Find the square root of x
Determine the square root of x. For example square root of 4 is 2.

4 meses hace

Resuelto


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

4 meses hace

Resuelto


Ounces to Kilograms
convert ounces to kilograms, easy

4 meses hace

Resuelto


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

4 meses hace

Resuelto


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

4 meses hace

Resuelto


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

4 meses hace

Resuelto


raise 1/3
Raise a number to 1/3 power.

4 meses hace

Resuelto


A times B
A times B

4 meses hace

Resuelto


Multiply pi
Multiply pi with x!

4 meses hace

Resuelto


easy problem
Find the last element of the array

4 meses hace

Resuelto


Matlab Basics II - Unit Conversion
Write a function that converts Kg to lbs, returns the answer to the nearest 1/100th of a pound

4 meses hace

Resuelto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

4 meses hace

Resuelto


Convert radians to degrees
Given input in radians, output to degrees

4 meses hace

Resuelto


Degrees to Radian
Convert degrees to radians

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

4 meses hace

Resuelto


Product of all elements in an array
Compute the product of all elements in an array.

4 meses hace

Resuelto


Mode
Find the mode of the vector Assumption: no vector is bimodal Example 1: input=[1 2 3 4 4]; output=4 Example 2: input=[7...

4 meses hace

Resuelto


Sum of the Matrix Elements
Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns. E...

4 meses hace

Resuelto


Calculate the square of a number (Super Easy)
The goal is to calculate the square (y) of a number (x). Good way to start MatLab for beginners.

4 meses hace

Cargar más