Shafali
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
288.325
of 300.706
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.045
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 170.244
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
How to change the y-limit values from low to high?
I implemented a fractal generation code and obtained the image. Somehow i am getting y limit values starting from high end. It m...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to display an image using two intensity arrays
Hi All, I have two arrays of pixel intensity values i.e. x (256*256) and y (256*256). Now I need to display an image using c...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How to display an image using given x coordinates(256*256) and y coordinates (256*256)
I retrieved x and y coordinates of an RGB image (red, green and blue pixels matrices) and performed arithmetic operations on x a...
casi 9 años hace | 3 respuestas | 0
3
respuestasPregunta
How can I convert 1D array into 2D array
Hello All, This is my sample code: img=imread('C:\Users\nitin\Documents\MATLAB\t8.png'); img=rgb2gray(img); [i,j]=siz...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How can an image be sequenced as a linear array using hilbert curve
Hello all, I am trying to apply Hilbert scrambling to the image pixels. Before doing that I need to convert 2D pixels sequencing...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Image unscrambling using Arnold Cat Map method
Hi Everyone, I am trying to scramble/unscramble an Image using Arnold scrambling method during encryption/decryption process. I ...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Complex Number Conversion to character form
Notable Behavior of Conversions with Formatting Operators: # Numeric conversions print only the real component of complex n...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
convert complex number string to corresponding character string
hey I just want to convert a large complex number string into its corresponding character string. My code is: u=w+zne; h...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Can I convert a complex value vector into corresponding string?
Hey I am reading character data from a text file and converting it into numeric value for further processing. After getting nume...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I display a complex decimal result with actual precision value?
I am trying to do arithmetic calculation with a number e=0.015923-0.03179523i iteratively to generate an encryption key which is...
alrededor de 9 años hace | 2 respuestas | 0
