Sordin
Followers: 0 Following: 0
Statistiques
19 Questions
0 Réponses
RANG
39 710
of 295 495
RÉPUTATION
1
CONTRIBUTIONS
19 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
89.47%
VOTES REÇUS
1
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
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
Simulation of irrational numbers
I am trying to generate two random numbers and such that their ratio is an irrational number. I understand that all numbers s...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Indexing error using sum
I have written a simple code that performs a moving average smoothing algorithm (it averages adjacent bins to a single bin simi...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Algorithm for curve smoothing
I have written a simple code that performs a 3-point moving average smoothing algorithm. It is supposed to follow the same algor...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Randomly dividing an integer (non-uniform distribution)
I am trying to write a code that randomly divides a number into parts (in other words, I want to generate random numbers whos...
plus de 5 ans il y a | 4 réponses | 0
4
réponsesQuestion
Extrapolating intersection points (signal processing/curve fitting)
I have a data set which consists of a series of adjacent dips. Below I have plotted the data using the line style specifier '-o'...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Adjusting the dimensions of input argument
I have written a function which takes in a row vector as the input. If is a column vector, I want the program to convert it in...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Grouping using for loops (signal processing)
I am working with a signal data that consist of consecutive dips as shown below. I am only interested in the portion of the sign...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Checking the range of input arguments
I have a function where two of the input parameters ( and ) must be within the range . So I have written the following code to c...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Pie chart color assignment
I am trying to make a pie chart of two quantities. Using a colormap, I have assigned two different colours to each of the quanti...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Restricting getrect boundaries (image processing)
When using the _getrect_ function, is there any way to restrict the selected rectangle so that it cannot be dragged outside the ...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Circular region in an image
I am trying to replace a circular region in one image with the corresponding region in another image. Here is my code so far: ...
presque 7 ans il y a | 3 réponses | 0
3
réponsesQuestion
Using getrect for Image Processing
I am trying to use the _getrect_ function to replace a selected portion of one image with the corresponding portion in another i...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Assigning random values to image pixels
I am trying to assign random values to the elements of a rectangular region within an image matrix, so that the result looks som...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Alphamap using Binary Mask
Is it possible to make an alphamap for a figure based on its binary mask? Here is a sample image and its binary: <</matlab...
plus de 7 ans il y a | 3 réponses | 0
3
réponsesQuestion
Volumetric slice plot of tomographic data
I am trying to use the <https://au.mathworks.com/help/matlab/ref/slice.html slice> function to stack the following 79 slices and...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Bidirectional concatenation using cat (image zero-padding)
I am trying to zero-pad the borders of an image by a certain amount (xPad, yPad) using the |cat| function. It takes four lines o...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Image rotation and NaN elements
The following code rotates an image by a given angle θ. I do not understand the function and significance of the last line: ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
2-D Meshgrid Rotation Matrix Multiplication
I am trying to rotate the coordinates of a 182x182 mesh grid by means of multiplication with the rotation matrix: <</matlabce...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Using double instead of im2double for images?
I want to convert an input image into floating point, so that interpolation using _interp2_ will be possible. I want to achieve ...
plus de 7 ans il y a | 2 réponses | 1