Statistics
RANK
287,148
of 301,478
REPUTATION
0
CONTRIBUTIONS
2 Questions
3 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,296
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,719
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 0 answers | 0
0
answerstoo many input argument
clc; clear all; close all; [fname, path]= uigetfile('.jpg','Provide a face as input for training'); fname=strcat(p...
7 years ago | 0
too many input argument
When calling in main function then this error occurs.
7 years ago | 0
Question
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 ago | 4 answers | 0