Community Profile

photo

Massimo Ciacci


Last seen: 8 Monate vor Aktiv seit 2014

Professional Interests: Signal processing

Statistiken

All
  • 3 Month Streak
  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Revival Level 1
  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Gesendet


placeFig, a FigureGrid command aware of screen size
A useful command to create a figure-grid of matlab figures tidily distributed across the screen

9 Monate vor | 1 Download |

Thumbnail

Beantwortet
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...

9 Monate vor | 0

Gesendet


add_DataTips
A simple tool to create multiple data tips on multiple line handles, with color matched to that of each curve.

9 Monate vor | 4 Downloads |

Thumbnail

Gesendet


colorStudioMax: ColorBrowser+dictionary, colorBlind correct
Color Browser with dictionary, colorBlind correction & Philips Hue control

11 Monate vor | 2 Downloads |

Thumbnail

Gesendet


killOrphanFiles()
Search all unreachable code files, from one or more Main Entry files, and delete them.

mehr als 2 Jahre vor | 1 Download |

Thumbnail

Gesendet


add_DataTips_2D
Creates multiple data tips on surface objects of active figure.

fast 3 Jahre vor | 1 Download |

Thumbnail

Gesendet


setLogScaleDoubleSided
Converts a plot to log-scale preserving negative x values also shown in log scale. Call backs will keep 2 sides synchronous.

mehr als 3 Jahre vor | 1 Download |

Thumbnail

Gesendet


Philips Hue Matlab Driver
A tool to connect to Philips Hue Bridge and drive the lamps from Matlab.

fast 4 Jahre vor | 1 Download |

Thumbnail

Beantwortet
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^...

fast 4 Jahre vor | 1

Beantwortet
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...

fast 4 Jahre vor | 1

Gesendet


Rhythm Training GUI
A GUI to generate and play quarter note rhythms, with visual support

fast 4 Jahre vor | 1 Download |

Thumbnail

Beantwortet
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...

mehr als 4 Jahre vor | 0

Gesendet


NanSurf.zip
Make surface plot when X,Y,Z contain NaNs, taking care of NaN-discontinuities

mehr als 4 Jahre vor | 2 Downloads |

Thumbnail

Beantwortet
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 = ...

mehr als 4 Jahre vor | 1

Gesendet


PlotLogCompand
Two functions to plot diverse y dynamic ranges into one axis with ticks on axis, and continuous compression across y=0.

mehr als 4 Jahre vor | 1 Download |

Thumbnail

Beantwortet
"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...

mehr als 4 Jahre vor | 0

Gesendet


ColorBlindSets
Helps you choose a palette of color blind friendly colors

mehr als 6 Jahre vor | 3 Downloads |

Thumbnail

Beantwortet
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:...

mehr als 6 Jahre vor | 1

Gesendet


3D color spaces
Several color conversion and graphic tools to play around with

etwa 7 Jahre vor | 7 Downloads |

Thumbnail

Beantwortet
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...

fast 8 Jahre vor | 0

Gesendet


line_fewer_markers
An alias of the LINE command, with additional control for markers, in number and location.

mehr als 9 Jahre vor | 10 Downloads |

Thumbnail