Maxwell - MATLAB Central
photo

Maxwell


Last seen: 4 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

CodyFrom 04/23 to 03/25Use left and right arrows to move selectionFrom 04/23Use left and right arrows to move left selectionTo 03/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
93 Soluciones

CLASIFICACIÓN
N/A
of 297.870

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.500

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
5.389
of 159.704

CONTRIBUCIONES
0 Problemas
93 Soluciones

PUNTUACIÓN
1.004

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Guess
A random number between 1 and 10 is created for the variable y. Guess what its value is.

casi 2 años hace

Resuelto


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

casi 2 años hace

Resuelto


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

casi 2 años hace

Resuelto


Your favourite city!
Type your favourite city.

casi 2 años hace

Resuelto


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

casi 2 años hace

Resuelto


Geometric series
Find the sum, given the first term t1, the common ratio r, and number of terms n. Examples If input t1=1, r=1, n=7 the...

casi 2 años hace

Resuelto


Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...

casi 2 años 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

casi 2 años hace

Resuelto


to the 2 all elements
to the 2 all elements

casi 2 años hace

Resuelto


Converts numbers into characters
Converts numbers into characters

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Double all elements in the array
Duplicate all elements in the array

casi 2 años hace

Resuelto


Find the max element of the array
Find the max element of the array

casi 2 años hace

Resuelto


easy problem
Find the last element of the array

casi 2 años hace

Resuelto


the average value of the elements
Calculate the average value of the elements in the array

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Negative Infinity
Round the given array a towards negative infinity.

casi 2 años hace

Resuelto


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

casi 2 años hace

Resuelto


Return 'on' or 'off'
When the input is true, return 'on', otherwise, return 'off'.

casi 2 años hace

Resuelto


Problem 44444 !!! free beer everyone
just say hallelujah to solve this problem

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


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

casi 2 años hace

Resuelto


Determine the factorial of a number

casi 2 años hace

Resuelto


Find Factrorial without using built-in function
A number is given, you have to find the factorial of the number without using built-in factroial function. You may use loops....

casi 2 años hace

Resuelto


Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*

casi 2 años hace

Resuelto


factorial of a number x
Factorial of a number x

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

casi 2 años hace

Cargar más