Question


Is it possible to delete "subplots"?
For example I have a figure and five plots on it. I would like to start a new figure with the same plots, except the last one. ...

11 years ago | 5 answers | 1

5

answers

Question


How to use transparent dots on plots?
How to use transparent dots with scatter plots?

11 years ago | 1 answer | 0

1

answer

Question


Is it possible to set gca for all subplots?
For example I would like to set(gca,'YTick',[]); but for all subplots

11 years ago | 1 answer | 1

1

answer

Question


Is it possible to set axes with set function?
Is it possible to do the following set axis image; with teh set function, something like this set(gca,'???','???'); ?

11 years ago | 0 answers | 0

0

answers

Question


NaN elements have to be eliminated before calling hist()?
The hist(M(:)) function skip NaN elements?

11 years ago | 1 answer | 0

1

answer

Question


How to eliminate rows with NaN elements?
If there is at least one NaN value in a row, I would like to delete that row from my matrix.

11 years ago | 1 answer | 0

1

answer

Question


How to fill the area between two function on a plot with transparent colour?
Is it possible to fill the area between two function on a plot with transparent colour?

11 years ago | 1 answer | 0

1

answer

Question


Is it possible to plot transparent error stripes?
I would like to display two to function with error stripes, it would be nice to see both of them, therefore I would like to use ...

11 years ago | 1 answer | 0

1

answer

Question


Which is the simplest way to create neighbourhood pairs?
from [1,2,3,7,8,9] to [1 2; 2 3; 3 7; 7 8; 8 9]

11 years ago | 2 answers | 0

2

answers

Question


Which is the shortest/simplest way to check a subvector in a vector?
For example I would like to check the existence of [1,5] in a larger vector: [2,3,1,5,6,6,1]

11 years ago | 1 answer | 0

1

answer

Question


How to wait a keypress?
Is it possibel to wait a keypress in MATLAB?

11 years ago | 1 answer | 0

1

answer

Question


How to order matrix rows?
I have a matrix something like this 1 1 ... 2 1 ... 3 1 ... 1 2 ... 2 2 ... 3 2 ... 1 3 ... 2 3 ... ...

11 years ago | 1 answer | 0

1

answer

Question


How to read a numeric column from a csv file?
The csv file contains non-numeric values also, but I need a numeric column to read out.

11 years ago | 1 answer | 0

1

answer

Question


are there any density function family with the following properties?
I would like probability density function family with the following properties: - defined on a finite range - symmetric, one m...

11 years ago | 1 answer | 0

1

answer

Question


is it possible to define global title on figures?
I have subplots with titles, but I want to add a title to the whole figure. Is it possible?

11 years ago | 4 answers | 1

4

answers

Question


How to kill all figure windows in MATLAB?
Is it possible to kill all figure windows with only a single click or command?

11 years ago | 2 answers | 0

2

answers

Question


how to make subplots with different heights?
I would like to plots below each other, but the first one is a picture with small height. I dont want large empty space. How to ...

11 years ago | 1 answer | 0

1

answer

Question


Is it possible to create a function for display variables with their names on figures?
For example I have variables: N = 1000; x = 10.5; y = -2.5; dt = 0.001; type = 'nonlinear' etc. And I want a function w...

11 years ago | 4 answers | 0

4

answers

Question


How many data needed for mnrfit?
For example an N = 10 dimensional problem with K = 10 categories and M = 1000 test data the mnrfit algorithm is executed for me ...

11 years ago | 0 answers | 0

0

answers

Question


Is the logit-normal distribution implemented in MATLAB?
I would like to sample from this distribution: http://en.wikipedia.org/wiki/Logit-normal_distribution

11 years ago | 2 answers | 0

2

answers

Question


how to make string vector?
range = [18,29]; how to make ['18','29']? int2str(range); is not the solution

11 years ago | 2 answers | 0

2

answers

Question


how to set xrange of a bar plot?
I have vector data (v) with length 20, but bar(v) displays a plot with range 1-25 which is very ugly! Why? And how to solve this...

11 years ago | 1 answer | 0

1

answer

Question


Logical or not logical?
v = [1,2,3,4,5,6] v > 4 gives back: 0 0 0 0 1 1 after this I wonder that v(v > 4) is valid, but v([0,0,0,0,1,1]) is no...

11 years ago | 1 answer | 0

1

answer

Question


Which is the shortest way to count elements in the set of vector components?
v = [1,3,4,1,2,2,1,2,3,2,2,2,1,4] I would like to count the twos. I have this ugly solution: length(v(v==2)) are the...

11 years ago | 2 answers | 0

2

answers

Question


How to returns combined data from a single vector with no repetitions?
The only way is union(A,A)? There is no function with single argument?

11 years ago | 1 answer | 0

1

answer

Question


How to write a sophisticated procedure for saving?
I would like to write a function, which can save the workspace with the following properties: 1) the name of the output file co...

11 years ago | 1 answer | 0

1

answer

Question


is it possible to check warning message?
I would like to check if a function display a warning or not? Is it possible?

11 years ago | 1 answer | 0

1

answer

Question


is it possible to tilt warning messages?
I would like to tilt warning messages of the mnrfit function.

11 years ago | 2 answers | 0

2

answers

Question


How to create a subplot which can be used later?
I would like to create a plot with a function (subroutine) which can be used (display as a subplot) later. Is it possible someho...

11 years ago | 0 answers | 0

0

answers

Question


How to make special ticks with user defined text labels?
I would like to use equally distributed ticks on the x-axes, but I would like to determine the number of ticks, and also its lab...

11 years ago | 1 answer | 0

1

answer

Load more