photo

Steven Kowal


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

0 个问题
16 个答案

排名
N/A
of 301,716

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 21,398

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
29,538
of 176,227

贡献数
0 个问题
16 个答案

评分
180

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Speed Demon
  • Solver

查看徽章

Feeds

排序方式:

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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.

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前

已解决


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

9 years 前