photo

MD Anower Hossain


Chongqing University Of Technology

Last seen: 5개월 전 2019년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

8 질문
0 답변

순위
30,406
of 297,527

평판
1

참여
8 질문
0 답변

답변 채택
50.0%

획득한 표
1

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,017

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


why Matlab websave function doesn't work?
whats wrong with this ??? my matlab version is R2014a. url = 'http://archive.ics.uci.edu/ml/machine-learning-databases/00236/se...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Image to sub-image
Firstly, the image is divided into many 8 * 8 sub images, each sub image is FFT, and 64 coefficients in each sub image are sorte...

대략 5년 전 | 답변 수: 0 | 0

0

답변

질문


Gaussian noise is generated by mean and variance, and then display related images.
may be its a simple but i cant catch it how to do .

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Use Gamma correction to process images, and then display related images.
how can i solve this question ??

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


crop a picture by using the pts file of a picture?
need to crop a picture by using the pts file

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


if else Problem in matlab
clear; clc; a = input('enter a number '); result = isdivby4(a); disp(result); function out = isdivby4(n) if n%2 == 0...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to recognize it is uppercase ,lowercase , or other sign ?
what's wrong here ? why it does'nt work properly ??? prompt = "Pls Enter a character" ease enter an latter: "; a = input(prom...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to sum of column without sum function in a unit metrix
x1 = [1 2 3; 4 5 6; 7 8 9]; all =(x1); summa=0; count = 0; for i=1:length(all) % fprintf("%d\n",i); ...

5년 초과 전 | 답변 수: 1 | 1

1

답변