Massimo Ciacci
Followers: 0 Following: 0
Professional Interests: Signal processing
Statistiques
RANG
6 070
of 295 448
RÉPUTATION
8
CONTRIBUTIONS
0 Questions
8 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
4
RANG
1 319 of 20 227
RÉPUTATION
1 414
CLASSEMENT MOYEN
4.80
CONTRIBUTIONS
13 Fichiers
TÉLÉCHARGEMENTS
25
ALL TIME TÉLÉCHARGEMENTS
11344
RANG
of 153 872
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
placeFig, a FigureGrid command aware of screen size
A useful command to create a figure-grid of matlab figures tidily distributed across the screen
plus d'un an il y a | 2 téléchargements |
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...
plus d'un an il y a | 0
A soumis
add_DataTips
A simple tool to create multiple data tips on multiple line handles, with color matched to that of each curve.
plus d'un an il y a | 5 téléchargements |
A soumis
colorStudioMax: ColorBrowser+dictionary, colorBlind correct
Color Browser with dictionary, colorBlind correction & Philips Hue control
plus d'un an il y a | 1 téléchargement |
A soumis
killOrphanFiles()
Search all unreachable code files, from one or more Main Entry files, and delete them.
environ 3 ans il y a | 1 téléchargement |
A soumis
add_DataTips_2D
Creates multiple data tips on surface objects of active figure.
plus de 3 ans il y a | 2 téléchargements |
A soumis
setLogScaleDoubleSided
Converts a plot to log-scale preserving negative x values also shown in log scale. Call backs will keep 2 sides synchronous.
presque 4 ans il y a | 1 téléchargement |
A soumis
Philips Hue Matlab Driver
A tool to connect to Philips Hue Bridge and drive the lamps from Matlab.
plus de 4 ans il y a | 2 téléchargements |
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^...
plus de 4 ans il y a | 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...
plus de 4 ans il y a | 1
A soumis
Rhythm Training GUI
A GUI to generate and play quarter note rhythms, with visual support
plus de 4 ans il y a | 1 téléchargement |
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...
environ 5 ans il y a | 0
A soumis
NanSurf.zip
Make surface plot when X,Y,Z contain NaNs, taking care of NaN-discontinuities
environ 5 ans il y a | 5 téléchargements |
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 = ...
environ 5 ans il y a | 1
A soumis
PlotLogCompand
Two functions to plot diverse y dynamic ranges into one axis with ticks on axis, and continuous compression across y=0.
environ 5 ans il y a | 1 téléchargement |
"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...
environ 5 ans il y a | 0
A soumis
ColorBlindSets
Helps you choose a palette of color blind friendly colors
presque 7 ans il y a | 1 téléchargement |
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:...
plus de 7 ans il y a | 1
A soumis
3D color spaces
Several color conversion and graphic tools to play around with
presque 8 ans il y a | 2 téléchargements |
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...
plus de 8 ans il y a | 0
A soumis
line_fewer_markers
An alias of the LINE command, with additional control for markers, in number and location.
environ 10 ans il y a | 2 téléchargements |