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년 초과 전 | 답변 수: 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년 초과 전 | 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년 초과 전 | 답변 수: 4 | 0