photo

MichailM


Last seen: 10 mois il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

11 Questions
3 Réponses

RANG
6 474
of 297 503

RÉPUTATION
7

CONTRIBUTIONS
11 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
54.55%

VOTES REÇUS
4

RANG
 of 20 449

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 017

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

  • Thankful Level 3
  • Thankful Level 2
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 ...

environ 2 ans il y a | 0

Question


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...

environ 2 ans il y a | 4 réponses | 0

4

réponses

Question


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...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


Faster alternative to polyxpoly
I have observed that polyxpoly is a little bit of slow function. Is there any faster alternative?

plus de 2 ans il y a | 2 réponses | 1

2

réponses

Question


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...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How 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...

presque 5 ans il y a | 1

Question


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...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Imshowpair 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...

environ 5 ans il y a | 2

Question


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...

environ 5 ans il y a | 2 réponses | 0

2

réponses

Question


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); ...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse