Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function histogram(file)
- fh = fopen(file);
- line = fgetl(fh);
- vals = double(line)
- figure;
- histogram(vals);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement