Hackathon: the beginnings
I am thinking of a number between 1 and 10000... can you guess what this number is?
*Description*
The test suite has rando...
The sum of individual numbers...
Well this one is taking a number and then summing the individual parts till you reach a value of 1, 2, 3, 4, 5, 6, 7, 8, 9, or 0...
거의 13년 전
제출됨
Fancy Graphs
This is a very simple script aimed at improving the readability of plots.
대략 14년 전 | 다운로드 수: 3 |
5.0 / 5
제출됨
Fancy DualGraphs
Create double axis to use with matlab plotting tools, and automatically draw markers.
대략 14년 전 | 다운로드 수: 2 |
4.66667 / 5
문제를 풀었습니다
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so:
x = [1 2 3 4]
Commas are optional, s...
대략 14년 전
문제를 풀었습니다
Function composition - harder
Write a function that accepts an arbitrary number of function handles f_1, f_2, ..., f_n and returns the composition h. That is,...