photo

MichailM


Last seen: 23 giorni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

11 Domande
3 Risposte

RANK
6.547
of 300.331

REPUTAZIONE
7

CONTRIBUTI
11 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
54.55%

VOTI RICEVUTI
4

RANK
 of 20.920

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.124

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3
  • Thankful Level 2
  • First Answer

Visualizza badge

Feeds

Visto da

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

oltre 2 anni fa | 0

Domanda


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

oltre 2 anni fa | 4 risposte | 0

4

risposte

Domanda


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

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 3 anni fa | 2 risposte | 1

2

risposte

Domanda


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

quasi 4 anni fa | 1 risposta | 0

1

risposta

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

oltre 5 anni fa | 1

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

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

oltre 5 anni fa | 2

Domanda


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

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta