photo

Anil Kumar


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
287,142
of 301,472

REPUTATION
0

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,293

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,655

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

View by

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

answers

Answered
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 ago | 0

Answered
too many input argument
im value is read from image file

7 years ago | 0

Answered
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

4

answers