photo

Steven Kowal


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

Cody

0 Problèmes
16 Solutions

RANG
N/A
of 302 019

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 503

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
29 848
of 178 155

CONTRIBUTIONS
0 Problèmes
16 Solutions

SCORE
180

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Speed Demon
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


nanoseconds passed today
Calculate the amount of nanoseconds passed in the current day of a certain date string.

presque 10 ans il y a

A résolu


microseconds passed today
Calculate the amount of microseconds (as a string) passed for a given date string

presque 10 ans il y a

A résolu


pizza deals
Given two pizza slices of different sizes: * Slice A with angle alpha1, radius r1 and price p1 * Slice B with angle alpha2, ...

presque 10 ans il y a

A résolu


time of day
Calculate the time of day in days, hours, minutes or seconds passed since the beginning of the day, depending on the unit. The u...

presque 10 ans il y a

A résolu


Get Cody's screen size
Return an object that helps this problem's test suite return Cody's screen size.

presque 10 ans il y a

A résolu


how to concatenate matrices
What is the name of the function used to create a matrix C form two matrices A and B, using the syntax: C = [A B]; Outpu...

presque 10 ans il y a

A résolu


calculate the day of the year from a date string.
'09-Oct-2016' is the 283rd day of the year. So doy = dayoftheyear('09-Oct-2016') should return doy = 283

presque 10 ans il y a

A résolu


Persistence will not help you solve this problem.
Create a function without inputs that adds one to the output every time it is called. A different possibility of solving this ha...

presque 10 ans il y a

A résolu


Persistence will not help you solve this problem.
Create a function without inputs that adds one to the output every time it is called. A different possibility of solving this ha...

presque 10 ans il y a

A résolu


Persistence will help you solve almost any problem (slightly harder version).
Create a function without inputs that adds one to the output every time it is called. One possibility of solving this has been e...

presque 10 ans il y a

A résolu


Persistence will help you solve almost any problem.
Create a function without inputs that adds one to the output every time it is called. a = counterfun; disp(a) >> 1 ...

presque 10 ans il y a

A résolu


Find index of a string in a cell array
Write a function that finds the index at which the cell array of strings C contains the exact string S. So if C = {'twe...

presque 10 ans il y a

A résolu


Make this function tell you to go to bed.
Don't change the template. Just run it at a time at which it tells you to go to bed.

presque 10 ans il y a

A résolu


Translate German decimals to English decimals
The string 'x = [2,5; 5,5; 4,3];' should return 'y = [2.5; 5.5; 4.3];'

presque 10 ans il y a

A résolu


How do you make seven even?
Take away the s.

presque 10 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 10 ans il y a