Statistics
RANK
N/A
of 278,019
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
496 of 18,807
REPUTATION
3,286
AVERAGE RATING
4.30
CONTRIBUTIONS
9 Files
DOWNLOADS
14
ALL TIME DOWNLOADS
32264
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
dbloop.m: Dynamically enter debug mode during a loop
While executing code in a loop, this tool allows you to enter debug mode at the press of a button.
7 years ago | 2 downloads |
Submitted
createLineInColorOrder
Force each created line to obey the axes 'ColorOrder' property.
7 years ago | 1 download |

Submitted
superclock
SUPERCLOCK takes advantage of computer graphics to redefine how you tell time.
7 years ago | 1 download |

Submitted
zoomfixticks
Allows zoom to honor a figure whose AXES tick labels have been manually set.
7 years ago | 2 downloads |

Submitted
extendticklabel.m
Extend the number of significant figures for axes tick labels.
7 years ago | 1 download |

Submitted
cslicecolor2linestyle
Maps a linestyle to each color of a contour slice
7 years ago | 1 download |

Solved
Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.
11 years ago
Solved
How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...
11 years ago