pankaj singh
Yeungnam University
Followers: 0 Following: 0
Statistik
RANG
957
of 295.467
REPUTATION
77
BEITRÄGE
10 Fragen
7 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
40
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Interpolate Missing Pixels in an Image
I have an 512×512 pixel image. The image is in frequency domain, that is, each pixel value is now a complex number. Now in the ...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Interpolate rows of an image/matrix
I have an image (or say a matrix) of 256 x 256. I have the values of every even numbered row (N) of the matrix (say I know the p...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Make an double integral function
I want to make the double integration function (as per the formula shown in figure below) and then evaluate the integral for the...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Separate row indices of a Matrix in two groups
Hello~ I have 256 x 256 matrix. In this matrix, I have chose some row indices (& all columns) as my pilot locations. Now, how...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Combine two vectors a make a Matrix
Hello~ I have two 1158 x 1 vectors. First one is 'rown' and second one 'coln'. I want to create a 'new' matrix using both vecto...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Convert Column vector into matrix
I have a 1158x1 column vector. The elements of the vector has values from 1 to 256. Each value is repeated for a maximum of 10 ...
fast 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Scaling distortion on images
How to apply scaling distortion to images in MATLAB and generate the following kind of image:
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortHow can i generate hermitian of a matrix in matlab?
Transpose for real matrices is equivalent to Hermitian (complex conjugate transpose) for complex matrices. Therefore, you can us...
mehr als 5 Jahre vor | 3
I have air temperature dataset obtained in every 30 minutes for a day for a whole year. I want to extract maximum and minimum air temperature for each day for a year (365 days).
You can separate your data into days and then use max() and min() matlab functions to find the maximum and minimum temperatures...
mehr als 6 Jahre vor | 1
What does x=randint(1,1,[1,n]); ?
Please note that *randint* is an obsolete function in the Matlab. You can use *randi* instead. *randint* generates the matr...
mehr als 6 Jahre vor | 2
Selecting a random number with some probability
The simplest technique is to use inbuilt Matlab function *'randscr'.* Suppose you want to generate M by N matrix of W, X, Y,...
mehr als 6 Jahre vor | 13
Frage
How to move "datatip" to a desired location in matlab plots??
In a 2D-line plot, When I am clicking on the *Data Cursor* and then on any location on the line plot, the *data-tip* appears jus...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortWhy rand function is not uniform in large intervals?
Dear all, Thanks for all your responses and time... I think using *'logarithmic'* distribution would probably be more suitabl...
mehr als 8 Jahre vor | 0
How to get rid of "Continue entering Statement" mode in command window?
I got it.... "just press Ctrl+c"...thanks,,,
mehr als 8 Jahre vor | 18
| akzeptiert
Frage
How to get rid of "Continue entering Statement" mode in command window?
how to get rid of above mode and return to normal mode of command window...apart from restarting the matlab again.
mehr als 8 Jahre vor | 1 Antwort | 3
1
AntwortFrage
Why rand function is not uniform in large intervals?
I am using *rand function* to generate *uniformly distributed random numbers* in the interval [10e-6 and 1.] But the function g...
mehr als 8 Jahre vor | 3 Antworten | 0