photo

Christoph


2011년부터 활동

Followers: 0   Following: 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년 전 | 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년 전 | 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년 전 | 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년 전 | 답변 수: 2 | 0

2

답변