photo

Anil Kumar


Last seen: 約4年 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
3 回答

ランク
287,148
of 301,478

評判
0

コントリビューション
2 質問
3 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,296

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,719

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

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...

7年以上 前 | 0

回答済み
too many input argument
im value is read from image file

7年以上 前 | 0

回答済み
too many input argument
When calling in main function then this error occurs.

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

4

回答