Problem 791. Script file size

Created by Richard Zapor

Determine the file size of a script, "function.m".

This is the base scoring method for Cody and the Matlab Contests.

A method can be found in Tiles Rules down towards the bottom.

Input: (string) Filename

Output: (value) Size

(eg 'interp1.m' returns 2218)

Tags

Problem Group

12 solvers submitted 33 solutions (2.75 solutions/solver).

Solution Comments