photo

sachin


rajasthan technical university

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

6 个提问
0 个回答

排名
296,412
of 300,000

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,860

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,926

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


i was use matlab2010 but now it seems problem in matlab2010,so i installed matlab2013 so i want same help window like matlab2010.
like in matlab2010 i type in help imread so it show all related to imread but in matlab 2013 it does not show so what can i do t...

10 years 前 | 1 个回答 | 0

1

个回答

1

个回答

提问


i make a gui of find max value, mean value and min value but i forgate the load of a image so how to correct this?
% --- Executes on button press in Mean. function Mean_Callback(hObject, eventdata, handles) x=imread('Cameraman.tif'); ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to find the position of the maximum values in an image?
we find the max value of an image by max function but i does not know how to find the position of maximum value.

11 years 前 | 1 个回答 | 0

1

个回答

提问


How to find the variance of an image?
i try to find the variance by var function but it shoew the error. I = imread('eight.tif'); var(I)

11 years 前 | 4 个回答 | 0

4

个回答

提问


how to find the maximum value of an image by using buit-in function in matlab?
i find the maximum value of image by max function but now i want to find the maximum value by built-in function

11 years 前 | 1 个回答 | 0

1

个回答