Maxwell - MATLAB Central
photo

Maxwell


Last seen: 5 månader ago Active since 2023

Followers: 0   Following: 0

Statistics

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

RANK
N/A
of 298 363

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20 572

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
5 540
of 160 969

CONTRIBUTIONS
0 Problems
93 Solutions

SCORE
1 004

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


Your favourite city!
Type your favourite city.

nästan 2 år ago

Solved


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


to the 2 all elements
to the 2 all elements

nästan 2 år ago

Solved


Converts numbers into characters
Converts numbers into characters

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


easy problem
Find the last element of the array

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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.

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


Negative Infinity
Round the given array a towards negative infinity.

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


Determine the factorial of a number

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


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

nästan 2 år ago

Solved


factorial of a number x
Factorial of a number x

nästan 2 år ago

Solved


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

nästan 2 år ago

Load more