Community Profile

photo

Denny Mannakulathil


Last seen: 2年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Why am i getting an error of too many output arguments
clc; clear all; close all; dt = [0.5 0.1 0.01]; for j = 1:length(dt) t = 0:dt(j):10; u = ones(1,length(t)); ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Finding the mean of a histogram
How can i find the mean of the histogram(R)? clear; im = imread('folders01.jpg'); figure(1); imshow(im); axis on; [xP, yP]...

4年弱 前 | 2 件の回答 | 0

2

回答