No BSD License
-
MATLAB DATAVIS Contest - CONT...
-
I=bitmapplot(x,y,Ibackground,...
BITMAPPLOT, Linear plot in bitmap.
-
I=bitmaptext(lines,I,pos,opti...
The function BITMAPTEXT will insert textline(s) on the specified position
-
normalize(y,orders,mi,ma)
-
prepareData
Rename some fields.
-
clock.avi
-
View all files
from
contest clock
by Rafal Kasztelanic
joke visualization of solitaire contest
|
| normalize(y,orders,mi,ma) |
function [y,orders,mi,ma] = normalize(y,orders,mi,ma)
if nargin == 2
mi = min(y);
ma = max(y);
end
y = ((y-mi)/(ma-mi)*(10^orders-1))+1;
|
|
Contact us at files@mathworks.com