MD Anower Hossain
Chongqing University Of Technology
Followers: 0 Following: 0
Statistica
8 Domande
0 Risposte
RANK
30.623
of 295.467
REPUTAZIONE
1
CONTRIBUTI
8 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
1
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 5 anni fa | 0 risposte | 0
0
risposteDomanda
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 .
quasi 5 anni fa | 0 risposte | 0
0
risposteDomanda
Use Gamma correction to process images, and then display related images.
how can i solve this question ??
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
crop a picture by using the pts file of a picture?
need to crop a picture by using the pts file
circa 5 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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); ...
circa 5 anni fa | 1 risposta | 1