Feeds
提问
Matlab issue in Ubuntu 12.04
I have just installed Ubuntu 12.04 and tried the following Matlab code sdirectory = '/home/user/Work/Hari'; ...
13 years 前 | 0 个回答 | 0
0
个回答提问
Matlab mmreader issue in Ubuntu 12.04
I have installed Ubuntu 12.04 and run tried to extract the frames from a video. For that, I used the following code clear a...
13 years 前 | 1 个回答 | 0
1
个回答提问
Entropy
clear all; close all; clc; x = imread('circuit.tif'); p = imhist(x); [m,n] = size(p); E = 0;...
13 years 前 | 1 个回答 | 0