
Massimo Ciacci
Followers: 0 Following: 0
Estadística
0 Preguntas
8 Respuestas
13 Archivos
CLASIFICACIÓN
5.939
of 297.648
REPUTACIÓN
8
CONTRIBUCIONES
0 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
1.328 of 20.460
REPUTACIÓN
1.419
EVALUACIÓN MEDIA
4.80
CONTRIBUCIONES
13 Archivos
DESCARGAS
25
ALL TIME DESCARGAS
11392
CLASIFICACIÓN
of 159.301
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
Enviada
placeFig, a FigureGrid command aware of screen size
A useful command to create a figure-grid of matlab figures tidily distributed across the screen
más de 1 año hace | 2 descargas |

How do you set a default datatip callback function?
%% setTips_CallBack.m % call only when figure created and one line drawn, wo any tips fh = gcf; ax_hdl = gca; % make sure t...
más de 1 año hace | 0
Enviada
add_DataTips
A simple tool to create multiple data tips on multiple line handles, with color matched to that of each curve.
más de 1 año hace | 2 descargas |

Enviada
colorStudioMax: ColorBrowser+dictionary, colorBlind correct
Color Browser with dictionary, colorBlind correction & Philips Hue control
casi 2 años hace | 2 descargas |

Enviada
killOrphanFiles()
Search all unreachable code files, from one or more Main Entry files, and delete them.
más de 3 años hace | 1 descarga |

Enviada
add_DataTips_2D
Creates multiple data tips on surface objects of active figure.
casi 4 años hace | 2 descargas |

Enviada
setLogScaleDoubleSided
Converts a plot to log-scale preserving negative x values also shown in log scale. Call backs will keep 2 sides synchronous.
más de 4 años hace | 2 descargas |

Enviada
Philips Hue Matlab Driver
A tool to connect to Philips Hue Bridge and drive the lamps from Matlab.
casi 5 años hace | 2 descargas |

Warning: Error updating FunctionLine
function [c] = Interpolieren(x,y,flag) % Berechnung des Interpolationspolynoms % P_n(x) = c0 + c1 x + c2 x^2 + ... + c(n-1) x^...
casi 5 años hace | 1
Warning: Error updating FunctionLine
Hello Alicia, @ line 18 you change the for loop variable i_2 inside the loop, this is bad practice. @ line 29 i_2 has the va...
casi 5 años hace | 1
Enviada
Rhythm Training GUI
A GUI to generate and play quarter note rhythms, with visual support
casi 5 años hace | 1 descarga |

convert cell array with struct information to struct
function structArr = cellArray_2_structArray(cellArr) N = numel(cellArr); % N cells with 1 struct each structArr = r...
más de 5 años hace | 0
Enviada
NanSurf.zip
Make surface plot when X,Y,Z contain NaNs, taking care of NaN-discontinuities
más de 5 años hace | 1 descarga |

Setting labels and titles of axes extremely slow
I think I found a nice workaround % (1) set all curves invsibile, for a good speed up for label handles retrieval axChild = ...
más de 5 años hace | 1
Enviada
PlotLogCompand
Two functions to plot diverse y dynamic ranges into one axis with ticks on axis, and continuous compression across y=0.
más de 5 años hace | 1 descarga |

"Attempt to modify the tree during an update traversal"
The best workaround seems to avoid changing the properties of the data tip within the text update function. First create a dat...
más de 5 años hace | 0
Enviada
ColorBlindSets
Helps you choose a palette of color blind friendly colors
más de 7 años hace | 3 descargas |

How do I get the figure number in MATLAB R2014b?
For back-compatibility with versions previous to 2014b one can do the following v = version('-release'); vn=str2double(v(1:...
más de 7 años hace | 1
Enviada
3D color spaces
Several color conversion and graphic tools to play around with
alrededor de 8 años hace | 4 descargas |

Easy way to set camera viewing axis normal to a plane
I guess the following function should do, it is based on the fact that the conversion [x,y,z] to [az,el] to [x,y,z] is x...
casi 9 años hace | 0
Enviada
line_fewer_markers
An alias of the LINE command, with additional control for markers, in number and location.
más de 10 años hace | 2 descargas |
