MichailM
Followers: 0 Following: 0
Statistics
RANK
6,425
of 295,467
REPUTATION
7
CONTRIBUTIONS
11 Questions
3 Answers
ANSWER ACCEPTANCE
54.55%
VOTES RECEIVED
4
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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 ...
2 years ago | 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...
2 years ago | 4 answers | 0
4
answersQuestion
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...
2 years ago | 1 answer | 0
1
answerQuestion
Faster alternative to polyxpoly
I have observed that polyxpoly is a little bit of slow function. Is there any faster alternative?
2 years ago | 2 answers | 1
2
answersQuestion
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...
3 years ago | 1 answer | 0
1
answerHow 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...
4 years ago | 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...
4 years ago | 1 answer | 0
1
answerImshowpair 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...
4 years ago | 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...
4 years ago | 2 answers | 0
2
answersQuestion
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); ...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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...
5 years ago | 1 answer | 0
1
answerQuestion
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 ...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0