Sordin
Followers: 0 Following: 0
Estadística
19 Preguntas
0 Respuestas
CLASIFICACIÓN
39.467
of 295.448
REPUTACIÓN
1
CONTRIBUCIONES
19 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
89.47%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
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...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 5 años hace | 4 respuestas | 0
4
respuestasPregunta
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'...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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: ...
casi 7 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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: ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 7 años hace | 2 respuestas | 1