Statistics
10 질문
0 답변
순위
185,806
of 257,957
평판
0
참여
10 질문
0 답변
답변 채택
50.0%
획득한 표
0
순위
of 110,186
참여
0 문제
0 해답
점수
0
배지 수
0
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
질문
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...
약 2년 전 | 답변 수: 1 | 0
1
답변질문
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...
약 5년 전 | 답변 수: 0 | 0
0
답변질문
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...
약 5년 전 | 답변 수: 3 | 0
3
답변질문
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...
약 5년 전 | 답변 수: 2 | 0
2
답변질문
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...
5년 이상 전 | 답변 수: 0 | 0
0
답변질문
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 ...
5년 이상 전 | 답변 수: 0 | 0
0
답변질문
Complex Number Conversion to character form
Notable Behavior of Conversions with Formatting Operators: # Numeric conversions print only the real component of complex n...
5년 이상 전 | 답변 수: 2 | 0
2
답변질문
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...
5년 이상 전 | 답변 수: 1 | 0
1
답변질문
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...
5년 이상 전 | 답변 수: 1 | 0
1
답변질문
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...
5년 이상 전 | 답변 수: 2 | 0