photo

Ekiz


Last seen: Today Con actividad desde 2026

Followers: 0   Following: 0

Aspiring ChemE learning MATLAB

Estadística

Cody

0 Problemas
64 Soluciones

CLASIFICACIÓN
N/A
of 301.985

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.479

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
9.630
of 177.893

CONTRIBUCIONES
0 Problemas
64 Soluciones

PUNTUACIÓN
786

NÚMERO DE INSIGNIAS
4

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • MATLAB Central Treasure Hunt Finisher
  • Community Group Solver
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Fives Begone
Given any sentence as an input value 'sentence', turn all fives into the letter X and return the improved sentence. Also, turn a...

alrededor de 2 horas hace

Resuelto


Broken Clock
Create a function that outputs t, an inputted matrix time x, in hours and minutes (hr:min) unless the time contains a five. In t...

alrededor de 14 horas hace

Resuelto


No Fives Permitted
Create a function that gives users an custom error message if the matrix A contains a five. The error message should say "No Fiv...

alrededor de 14 horas hace

Resuelto


A Fiveless Factorial
Given a positive integer x, compute its factorial y, but exclude any muliplication by five if applicable.

alrededor de 15 horas hace

Resuelto


Don't Sum a Five
Create a function that sums the first and last element of a muti-element vector unless the value of one of the elements is 5. Do...

alrededor de 15 horas hace

Resuelto


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

alrededor de 23 horas 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...

alrededor de 23 horas 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.

1 día hace

Resuelto


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

1 día hace

Resuelto


Find max
Find the maximum value of a given vector or matrix.

1 día hace

Resuelto


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

1 día hace

Resuelto


Don't Include a Five (Part Two)
Given a vector A with at least one non-five, return vector B, with all fives excluded (not replaced by zeros).

1 día hace

Resuelto


Don't Include a Five
Given a vector A, return vector B with all 5s replaced with 0s.

1 día hace

Resuelto


High Five!
Write a function that takes a number x and returns y = 'High Five' if x is not equal to five. Return y = 'Denied' if the number ...

1 día hace

Resuelto


A Five Introduction
Write a function that takes a number x as an input and returns the same value as y, unless x = 5, in which case the function sho...

1 día hace

Resuelto


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

1 día hace

Resuelto


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

1 día hace

Resuelto


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

1 día hace

Resuelto


Basic Physics VII
Calculate the speed.

1 día hace

Resuelto


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

1 día hace

Resuelto


Basic Physics V
Calculate the Weight (w).

1 día hace

Resuelto


Basic Physics IV
Calculate the Work.

1 día hace

Resuelto


Basic Physics III
Calculate the Potential Energy (PE).

1 día hace

Resuelto


Basic Physics II
Get the Kinetic Energy (KE).

1 día hace

Resuelto


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

1 día hace

Resuelto


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

1 día hace

Resuelto


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

1 día hace

Resuelto


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

1 día hace

Resuelto


Basic Algebra II
You have the equation X^2 = n you should find the value of X. GOOD LUCK!

1 día hace

Resuelto


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

2 días hace

Cargar más