MD Anower Hossain
Chongqing University Of Technology
Followers: 0 Following: 0
Statistiques
8 Questions
0 Réponses
RANG
30 625
of 295 569
RÉPUTATION
1
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
1
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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 .
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Use Gamma correction to process images, and then display related images.
how can i solve this question ??
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
crop a picture by using the pts file of a picture?
need to crop a picture by using the pts file
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
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); ...
environ 5 ans il y a | 1 réponse | 1