Community Profile

photo

Maxime BONNET


Last seen: 9 månader ago Active since 2022

Statistics

  • Cody 10th Anniversary 10-Day Streak
  • Community Group Solver
  • Solver

View badges

Content Feed

View by

Solved


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

mer än ett år ago

Solved


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

mer än ett år ago

Solved


Laws of motion 5

mer än ett år ago

Solved


Energy Conversion 1

mer än ett år ago

Solved


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

mer än ett år ago

Solved


Mass Conversion 2

mer än ett år ago

Solved


Temperature Conversion 3

mer än ett år ago

Solved


Temperature Conversion 2

mer än ett år ago

Solved


Laws of motion 6

mer än ett år ago

Solved


Mass Conversion 1

mer än ett år ago

Solved


Temperature Conversion 1

mer än ett år ago

Solved


Days until next NewYear ball drop
Given a date string in the form 'yyyy-mm-dd' or 'yyyy-mm-dd hh:mm:ss', calculate the number of *days* until the dropping of the ...

mer än ett år ago

Solved


Converts numbers into characters
Converts numbers into characters

mer än ett år ago

Solved


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

mer än ett å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.

mer än ett år ago

Solved


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

mer än ett år ago

Solved


to the 2 all elements
to the 2 all elements

mer än ett år ago

Solved


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

mer än ett år ago

Solved


Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not coun...

mer än ett år ago

Solved


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

mer än ett år ago

Solved


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

mer än ett år ago

Solved


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

mer än ett år ago

Solved


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


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

mer än ett år ago

Solved


Draw a '0' in a one matrix!

mer än ett år ago

Solved


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

mer än ett år ago

Load more