photo

Christoph


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

1 个提问
3 个回答

排名
5,513
of 297,457

声誉
8

贡献数
1 个提问
3 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Count black and white pixels on a image
image=ones(800,800); image(1:400,:)=0; [b w]=countBW(image) function [black white]=countBW(Image) bl...

13 years 前 | 0

已回答
how to plot 3D graph using mesh() for a rectangular matrix of data?
Maybe I missunderstood your problem but as far as I know the axis do not have to be of the same length. x=1:1000;y=1:3500;%...

13 years 前 | 0

| 已接受

已回答
is it possible to convert binary image to rgb image or i want to replace all pixel values 0 by some red or green color in new image?
How about image=repmat(double(image),[1,1,3]); this way you have a matrix with 3 dimensions. image(:,:,1)is the red chann...

13 years 前 | 0

| 已接受

提问


Step by step 1-D filtering
Hello all. I am in need of a 1-D lowpass filter in Matlab. My problem though is that I do not have all the measurements avail...

13 years 前 | 2 个回答 | 0

2

个回答