Search
About
Datasets
Models
Log In
Sign Up
Log In
Sign Up
Models
:
WandaB
/
CNN-ALL
Like
0
Downloads: 1
Card
Git
Discussions
[1422d3]
:
/
libraries
/
lib_1Shot-MaxPol
/
MaxPol
/
utilities
/ normal.m
History
Download this file
2 lines (2 with data), 52 Bytes
1
2
function
[
i
]
=
normal
(
i
)
i
=
(
i
-
min
(
i
(
:
))).
/
range
(
i
(
:
));