Mohsin Shah
USTC China
Followers: 0 Following: 0
I am a student
Statistiques
RANG
144 623
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
32 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
68.75%
VOTES REÇUS
2
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
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
Extracting multiple numerical values from an image
Is it possible to extract multiple numerical values from the this image?
presque 4 ans il y a | 1 réponse | 0
1
réponseExtracting histogram each row of matrix
I hope this will solve your problem. A = [0 4; 0 -5; 0 -1; 0 -1; 2 -1; 3 3; 2 4; 4 0; 0 1; 0 -2; 0 -1; 0 -1; 0 -1;2 -1;2 -1;3 ...
plus de 5 ans il y a | 1
Question
How to generate a random number of n bits length?
Let's say a function takes input n as the bit length and outputs a random number. For example, for n = 4, the output range is [0...
environ 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to add to an image white Gaussian noise of zero mean and standard deviation of certain gray levels?
Hello everyone, How can we add white Gaussian noise to an image with zero mean and standard deviation of 64 gray levels? I do kn...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
Code computes histogram equalization not similar to Matlab's histeq function
I have a written a simple code for histogram equalization based on this formula: HistEq = (max gray leve/total no of pixels)*cum...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to process a subset of a matrix
I have a nxm matrix and I want to divide the first R rows by a certain number. For example, 2 4 6 8 10 12...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
A Slow Running Code
As a part of my project, I am using VPI's powermod function for computing matrix raised to a high power. I do know that powermod...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Image display with uint8 and double
Can someone explain why the following image, 'yinyang.png', is displayed differently when I use uint8 and double in the imshow f...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to process each non-overlapped block of an image after it's sub-division?
My function sub-divides an image into non-overlapping blocks (each block is a cell matrix). I wonder how to process each block a...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to make my code run faster?
I have written a small piece of code for computing a list of numbers that are relatively prime to a big integer N. This code tak...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Why there is a difference between the dct computed by the MATLAB dct function and one computed by dct matrix multiplication?
<</matlabcentral/answers/uploaded_files/106248/Capture1.PNG>> The result is different, though both methods give inverse trans...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Find out number of bits needed to represent a positive integer in binary?
How to compute the bit length of a positive integer-the number of bits to represent a positive integer. For example, we have: ...
plus de 7 ans il y a | 4 réponses | 0
4
réponsesQuestion
Can we use 'parfor' in user defined function?
Hello, Can we use 'parfor' in used defined functions? I want to use parfor in user defined functions to improve the speed of my ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Randomizing the rows of a matrix and reversing
Hello, I have a 988 x 3 matrix (say the vertices of 3D object) and I want to randomize the rows of this matrix and then do the r...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Non-repeating random integer generator with a seed
Hello, How to generate random integers with a seed value. I know about randi and ranperm. rnadi can use a seed value to generate...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Difference between MATLAB tic-toc time and actual time measured with a stop watch
Hello, this may seem stupid but I tried to check the time measured by tic-toc and the actual time measured with the help of stop...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to record the neighbors of each vertex of a 3D mesh model?
Given the vertex list which contain the indices of vertices, x-axis coordinate, y-axis coordinate, and z-axis coordinate, and th...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Euler totient function of number
I want to calculate Euler totient function for a number N. Euler function should give me an array of integers that are relativel...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to restore the negatives signs of numbers in a matrix?
I have a matrix of positive and negative integers. How to remove the signs of negative integers and make them positive integers?...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How can we display an image with large pixel values say in the range [421-807831].
Hello I am using Paillier Cryptosystem for encrypting images. I have generated an image variable with min pixel value 421 and ma...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Generation of random co-prime integers modulo n
Suppose we have Lena image of 512x512 pixels and we want to generate random integers for every pixel of Lena image (512x512)that...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to get mod of large numbers?
I have this calculation: c=(5652)^42.(23)^77mod5929, when i use scientific calculator I get c=4624 an when I do this by MATLAB m...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to calculate and plot the histogram of DCT coefficients of an image?
How to calculate and plot the histogram of DCT coefficients of an image?
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How to distinguish between different probability distributions?
Suppose you are given a distribution e.g. histogram of DCT coefficients of an image. How to decide that its a Guassian or Laplac...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
Icon Image pages reading
Hello, How to read icon image pages by MATLAB? Icon images are usually made of a number of different size of the ...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
Solving Nonlinear Equation (Newton Raphson Algorithm)
Please help me solve the following question in Matlab: Write a Matlab code which uses Newton Raphson Method to compute an app...
environ 12 ans il y a | 1 réponse | 0
0
réponse3
réponsesQuestion
FDTD Simulation fiber optics
can any body help me in simulating the Non-linear Schrodinger Equation for pulse propagation in optical fiber using the FDTD (Fi...
plus de 13 ans il y a | 1 réponse | 1
0
réponseQuestion
Calculating sin and cos functions
Hello, i calculated the value of sin(45) in Matlab, the result was sin(45)=0.8509 and for cosin i got cos(45)= 0.5253. From gene...
plus de 13 ans il y a | 2 réponses | 0
2
réponsesQuestion
Image Processing
May anyone tell me ? 1-how to read the alpha channel? 2-How to set new alpha channel of a image? 3-how to show image with ...
plus de 13 ans il y a | 1 réponse | 0