
z8080
Statistics
RANK
2 213
of 262 543
REPUTATION
20
CONTRIBUTIONS
66 Questions
5 Answers
ANSWER ACCEPTANCE
51.52%
VOTES RECEIVED
19
RANK
of 17 975
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 113 566
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
Content Feed
Question
Reordering legend items deletes legend handle - how can I get them back?
For the legend of a complex plot, I wish to: 1) reorder the items so that they better match the order of data points in the plo...
3 mois ago | 1 answer | 1
1
answerQuestion
Condition in conditional breakpoint ignored: debugger stops there anyway
It sometimes happens that conditions I set for a given breakpoint are ignored: the debugger will stop there even if the conditio...
3 mois ago | 1 answer | 1
1
answerQuestion
"Intermediate dot indexing produced a comma-separated list.." error prevents extracting values from nested indexed fields
The following minimum working example illustrates a very common situation in Matlab, and shows the error produced when trying to...
3 mois ago | 1 answer | 0
1
answerQuestion
histogram2 images not properly saved in vector format
I used this code to generate a 2D histogram: h(i) = histogram2(pairs(:,1), pairs(:,2), -12:12, -12:12, 'DisplayStyle','tile', ...
3 mois ago | 1 answer | 0
1
answerQuestion
Version mismatch with exportgraphics? "class matlab.graphics.internal.mlprintjob has no Constant property or Static method named 'containsUIElements'"
When running fig = figure; % plotting commands.. exportgraphics(fig, 'd:\plot.emf'); I get the error Error using exportgrap...
3 mois ago | 0 answers | 0
0
answersQuestion
Highlighting ALL occurrences of a given string using Find
I'd like to search for a word that appears very often in my script — often enough that to go from occurrence to occurrence using...
4 mois ago | 1 answer | 0
1
answerQuestion
Adjusting color of highlighted words returned in a Find/Search
When text is highlighted during a Search through a Live script, it stands out insufficiently from the background, in my Matlab c...
4 mois ago | 0 answers | 0
0
answersSet the width of a subplot & leave all else unchanged
Managed to find this out on my own. Code of the following sort is required for the subplots: sph(i) = subplot(N_seeds, 1, i_s...
4 mois ago | 0
| accepted
Question
Set the width of a subplot & leave all else unchanged
I have code that generates the following figure with subplots: I'd like to reduce the width of each subplot and leave more r...
4 mois ago | 1 answer | 0
1
answerQuestion
Keeping a history of plots previously generated by Live Editor code
When tweaking figures for publication, I change various parameters one at a time, and it is useful to compare the outputs (the p...
4 mois ago | 0 answers | 0
0
answersQuestion
Changing marker size in legends (gramm)
I am using the gramm toolbox to do plots of all sorts in Matlab. One thing I'm having to always edit post-hoc in most plots (i.e...
4 mois ago | 0 answers | 0
0
answersQuestion
Histogram function plots different colours from those requested
I"m trying to color-code each of 4 histograms using a predefined color scheme. Here's a minimal working example: colours = [0 3...
4 mois ago | 2 answers | 0
2
answersQuestion
Cannot use 'histogram' to compute entropy
I'd like to compute the entropy of various vectors. I was going to use something like: X = randn(1,100); h1 = histogram(X, 'No...
11 mois ago | 0 answers | 0
0
answersQuestion
Many 2D histograms, single colorbar
Consider this minimal working example: for i=1:4 numberPairs(i).matrix = randn(1000,2); subplot (2,2,i) h(i) = histogram2...
11 mois ago | 1 answer | 0
1
answerQuestion
Cannot obtain structure elements where both field and variable are indexed into
Say I have a structure of students' information, where the indexing of both the name field and the structure itself are of inter...
11 mois ago | 1 answer | 0
1
answerQuestion
Constructing names of array and structure variables
I'm trying to dynamically create variable names, for array and struc variables. However, my usual way (below) does not work, as ...
12 mois ago | 1 answer | 0
1
answerQuestion
Typing the first letter(s) of a variable to get quickly to that place in the WOrkspace
WHen a list contains many items, it's very useful to get to the one you need by typing its first letter or first few letter. Thi...
plus d'un an ago | 1 answer | 1
1
answerError from fopen after conflicting files/paths
Apparently there is an easy (albeit superficial - note Stephen's answer!) fix for this, which I've been advised to do: issue the...
presque 2 ans ago | 0
| accepted
Question
Error from fopen after conflicting files/paths
I have a script that, at the end, writes the generated figure to an image file: fileName = 'figureOne'; print('-dpng', fileNam...
presque 2 ans ago | 2 answers | 0
2
answersQuestion
Control the color of characters' inside separately from their contour (text function)
When using the `text` function, by changing the colour of the font one only changes the face (inside) colour. Is there a way to ...
presque 2 ans ago | 1 answer | 0
1
answerQuestion
Assiging indexed values to a structure field
I would like a field of my indexed structure to take on a value similarly indexed in a different vector: struc(1:3).value=1:3 ...
environ 2 ans ago | 0 answers | 0
0
answersQuestion
Marker transparency AND marker size can't be set simultaneously in legends
I've been trying to control both the marker size and their transparency, in my legend. It seems to me this cannot be done, at le...
plus de 2 ans ago | 0 answers | 1
0
answersQuestion
Legend markers displayed to the *right* of the labels
I'd like to have the markers in my Matlab plot legend displayed to the right of the labels, instead of to their left as happens ...
plus de 2 ans ago | 1 answer | 0
1
answerQuestion
Controlling the size of legend markers separately from the font size of legend labels
I need to control the markers in my legend separately from the font size of the legends' labels. Inspired by this previous answe...
plus de 2 ans ago | 2 answers | 0
2
answersData points' locations change when clicking into a scatter plot with the Data CUrsor
In the end I think this is just a bug with scatter's "jitter" argument.
plus de 2 ans ago | 0
| accepted
Question
Data points' locations change when clicking into a scatter plot with the Data CUrsor
I have two scatter plots on the same graph (same x, but different y values for the two series). Many data points within each ser...
plus de 2 ans ago | 1 answer | 0
1
answerQuestion
Data Cursor not moving upon pressing the arrow keys in scatter plot
I find the Data Cursor in Matlab a very powerful tool when plotting data and debugging code. However, it often does not behave a...
plus de 2 ans ago | 0 answers | 1
0
answersQuestion
Live Editor background colour
I wonder whether there is any indication from mathworks as to when the Live Editor will be getting settings that allow to custom...
plus de 2 ans ago | 2 answers | 9
2
answersQuestion
Within- & between-subjects in 'anovan'
In the anovan function, there seems to be no way of specifying whether the data is dependent across one of the factors, i.e. whe...
plus de 2 ans ago | 2 answers | 0
2
answersQuestion
First colum of CSV-imported table has "x___" added to its name
I have a bunch of automatically-generated CSV files with headers, which I'd like to import into Matlab as a table. I used code s...
presque 3 ans ago | 1 answer | 0