Statistics
RANK
7,016
of 295,849
REPUTATION
4
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
1,749 of 20,292
REPUTATION
1,050
AVERAGE RATING
4.60
CONTRIBUTIONS
8 Files
DOWNLOADS
13
ALL TIME DOWNLOADS
10164
RANK
of 154,677
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
melfilter
generates a mel filter bank for a given frequency vector
11 years ago | 4 downloads |
Submitted
dealers
deal inputs to outputs. caters for cases where the number of input and output arguments do not match
13 years ago | 1 download |
Remove common factor from axis
Problem half sorted. cX = [1 2]; cY = repmat(linspace(1,8,256),2,1).'; cZ = repmat(linspace(1,8e6,256),2...
13 years ago | 0
Question
Remove common factor from axis
Hey, I'm trying to remove the common factor from the axis of a plot. This is what i'm doing. (its a custom color bar) cX = [...
13 years ago | 2 answers | 0
2
answersSubmitted
imprint
reads an image file and prints it. Useful for converting tiff files to pdf and eps using matlab
13 years ago | 1 download |
Solving system of 3 non-linear equations.
the output class will be syms, so try casting the answer to a double class(ans) double(ans) class(ans)
13 years ago | 2