
MichailM
Estadísticas
11 Preguntas
3 Respuestas
CLASIFICACIÓN
5.682
of 277.851
REPUTACIÓN
7
CONTRIBUCIONES
11 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
54.55%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 18.799
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 129.058
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
Content Feed
Isolate horizonal part of curve
It seems that my description of the flat/horizontal part caused some sort of confusion with regards to the strict definition of ...
4 meses hace | 0
Pregunta
Isolate horizonal part of curve
I have the data in the graph below (blue dotted line). I have fitted a curve (red line). How can I isolate the flat/horizontal p...
4 meses hace | 4 respuestas | 0
4
respuestasPregunta
Specifying values in 2D array when I know the indices
I have the short example below. With the max function I find the indices of the maximum values whithin each column of array A. I...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
Faster alternative to polyxpoly
I have observed that polyxpoly is a little bit of slow function. Is there any faster alternative?
7 meses hace | 2 respuestas | 1
2
respuestasPregunta
Remove whitespace right to colorbar
I am trying to find a way to remove the whitespace that is right to the colorbar but it seems to be rather tricky. Any ideas? T...
más de 1 año hace | 1 respuesta | 0
1
respuestaHow to draw an arrow using non normalized coordinates?
Maybe a function like the below could help. The x and y inputs are actual coordinates on the plot. Here I just need to draw an a...
alrededor de 3 años hace | 1
Pregunta
Is there any way to adjust the appearance of the menu dialog box?
Are there any examples available on how to adjust the appearance features of the menu dialog box such as the background color of...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaImshowpair displaying differently from Imshow
I had the same problem with the imshowpair() function. The imshowpair seems to shift the image bits to the left while imshow doe...
alrededor de 3 años hace | 2
Pregunta
Print figure without its title
Having the simple code example below: close all; clear all; clc; x = rand(10,1); y = rand(10,1); f1 = figure(1); plot...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Issue with font when exporting eps
Hi, I have the code example below: close all; clear all; clc; t = linspace(0,2/50,1000); w = 2*pi*50; y = sin(w.*t); ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Export colors of hist3 boxes in an array
Having the simple script below: close all; clear all; clc; x = rand(10,2); hist3(x,'CdataMode','auto') view(2) which ge...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Gridlines when exporting .pdf in Word 2016
Hi, When importing an emf figure in Word 2016 the gridlines look fine but when exporting the document in pdf the transparency i...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Colormap on polarhistogram bars
Hi, Is there any way to include a colormap on the polarhistogram bars? For example, based on the code below close all; clear ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to crate a two direction colorbar?
Hi, I am using scatter to generate a 2-D plot. My y-axis values range between, let's say, ylim([-100 100]). The direction of th...
más de 4 años hace | 1 respuesta | 0