MD Anower Hossain
Chongqing University Of Technology
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
30.623
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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 .
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Use Gamma correction to process images, and then display related images.
how can i solve this question ??
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
crop a picture by using the pts file of a picture?
need to crop a picture by using the pts file
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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); ...
alrededor de 5 años hace | 1 respuesta | 1