z8080
Followers: 0 Following: 0
Estadística
74 Preguntas
5 Respuestas
CLASIFICACIÓN
2.157
of 296.109
REPUTACIÓN
29
CONTRIBUCIONES
74 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
52.7%
VOTOS RECIBIDOS
27
CLASIFICACIÓN
of 20.339
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 155.365
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Unexplicable "Operands to the logical AND .." error from "histogram" command
I have a script written on a computer using Matlab 2023a, which runs without problems. I ran that script on another PC, with a n...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
Changing the marker shape or aspect ratio in a legend
Consider the following example code, and the plot legend it creates: % Example data means = [10 40 50 60; ...3 groups, each w...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Posthoc (planned) comparisons as contrasts between different levels of a regressor, in fitlme
I have participant data for 5 different rating dimensions (A to E), and I have fitted linear mixed-effects models, separately fo...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Getting Help to open in new tab of the default browser as opposed to built-in browser
I remember newer MATLAB versions at some point opening new tabs of my default browser to show documentation, upon pressing F1. B...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Goodness of fit for a Zipf distribution
I have several vectors of numbers and would, for each one, like to fit a Zipf distribution, and estimate the goodness of fit rel...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Nesting depth and the error "Expected one output from a curly brace or dot indexing expression, but there were x results."
Consider this toy example: a(1).x.y=1 a(2).x.y=2 [a.x.y] Why does this produce the infamous error Expected one output fro...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Setting overlap colours in plot with transparent layers
I have a plot with 3 filled surfaces, generated by commands such as band(i_condition) = fill(xconf,yconf_CI95, colours(i_condit...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Mean (with confidence bands) for signals sampled at different timepoints
I have ratings from multiple subjects, which I'd like to average and display with confidence bands to show cross-subject variabi...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 2 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 1
1
respuestaPregunta
"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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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', ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 0 respuestas | 3
0
respuestasSet 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...
más de 2 años hace | 1
| aceptada
Pregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 4 años hace | 1 respuesta | 2
1
respuestaError 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...
alrededor de 4 años hace | 0
| aceptada
Pregunta
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...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 5 años hace | 0 respuestas | 1