Feeds
提问
Expected a string for the parameter name, instead the input type was 'double'. what to ?
% Setting variables fs = 1000; % Sampling rate in Hz bits = 8; % Bits per sample channels = 1; % Number of channels: 1=mono ...
7 years 前 | 0 个回答 | 0
0
个回答已回答
too many input argument
clc; clear all; close all; [fname, path]= uigetfile('.jpg','Provide a face as input for training'); fname=strcat(p...
too many input argument
clc; clear all; close all; [fname, path]= uigetfile('.jpg','Provide a face as input for training'); fname=strcat(p...
7 years 前 | 0
提问
too many input argument
function [F]=feature(im) im=double(im); m=mean(mean(im)); s=std(std(im)); F=[m s]; end
7 years 前 | 4 个回答 | 0