![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3161211_1499365519298.jpg)
Massimo Ciacci
Followers: 0 Following: 0
Professional Interests: Signal processing
Statistics
RANK
5.953
of 297.016
REPUTATION
8
CONTRIBUTIONS
0 Questions
8 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
1.327 of 20.419
REPUTATION
1.418
AVERAGE RATING
4.80
CONTRIBUTIONS
13 Files
DOWNLOADS
28
ALL TIME DOWNLOADS
11375
RANK
of 157.687
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
Feeds
Submitted
placeFig, a FigureGrid command aware of screen size
A useful command to create a figure-grid of matlab figures tidily distributed across the screen
meer dan een jaar ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/69274b52-c078-469d-a1b1-792ae328b11a/a6be873d-44d5-4eb0-8182-43ac6ab63a9f/images/1688732381.png)
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...
meer dan een jaar ago | 0
Submitted
add_DataTips
A simple tool to create multiple data tips on multiple line handles, with color matched to that of each curve.
meer dan een jaar ago | 5 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/aefccceb-0dc1-43b2-b7cb-685b0977ede7/3935a60c-de7f-4b51-bb4a-40d3c7098e9b/images/1612183916.png)
Submitted
colorStudioMax: ColorBrowser+dictionary, colorBlind correct
Color Browser with dictionary, colorBlind correction & Philips Hue control
bijna 2 jaar ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/03a4b01a-5599-497d-a2af-30513c603632/b26db72c-40f5-4823-bd5c-c9c5d6d3ffad/images/1682896310.png)
Submitted
killOrphanFiles()
Search all unreachable code files, from one or more Main Entry files, and delete them.
meer dan 3 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e5aaac66-4a80-11e4-9553-005056977bd0/cae29077-bbbd-46c3-99f3-32c5a6352fd1/images/1632326267.jpg)
Submitted
add_DataTips_2D
Creates multiple data tips on surface objects of active figure.
bijna 4 jaar ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/1aaf79f3-c173-478d-9ff4-2ac863924fdf/7f387191-c713-4b72-a8ff-c5f270336184/images/1619168377.png)
Submitted
setLogScaleDoubleSided
Converts a plot to log-scale preserving negative x values also shown in log scale. Call backs will keep 2 sides synchronous.
ongeveer 4 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/62b85390-5541-4aef-a3d9-660553f45ab9/818cdf60-3814-43d0-b079-55ae430b335f/images/screenshot.png)
Submitted
Philips Hue Matlab Driver
A tool to connect to Philips Hue Bridge and drive the lamps from Matlab.
meer dan 4 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/fd33bb7d-04cd-47d0-abd1-e97b85710014/16e9394a-13ea-46c9-8f13-56f049d7f9a2/images/screenshot.jpg)
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^...
bijna 5 jaar ago | 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...
bijna 5 jaar ago | 1
Submitted
Rhythm Training GUI
A GUI to generate and play quarter note rhythms, with visual support
bijna 5 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/69f770a9-b35b-4200-9f8f-951da1c21d1d/49b0a863-6c42-4cdf-a6aa-4ca9eb3f2dd8/images/screenshot.png)
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...
ongeveer 5 jaar ago | 0
Submitted
NanSurf.zip
Make surface plot when X,Y,Z contain NaNs, taking care of NaN-discontinuities
meer dan 5 jaar ago | 5 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e5ab2813-4a80-11e4-9553-005056977bd0/7c480d60-e768-460d-8beb-db6719ce2732/images/screenshot.png)
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 = ...
meer dan 5 jaar ago | 1
Submitted
PlotLogCompand
Two functions to plot diverse y dynamic ranges into one axis with ticks on axis, and continuous compression across y=0.
meer dan 5 jaar ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/14ceea11-5202-4d64-a1fa-97d6bf3866ce/c470c349-8882-417f-9088-447cb0a09f25/images/screenshot.png)
"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...
meer dan 5 jaar ago | 0
Submitted
ColorBlindSets
Helps you choose a palette of color blind friendly colors
ongeveer 7 jaar ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/65163/versions/1/screenshot.jpg)
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:...
meer dan 7 jaar ago | 1
Submitted
3D color spaces
Several color conversion and graphic tools to play around with
ongeveer 8 jaar ago | 3 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/60939/versions/3/screenshot.png)
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...
bijna 9 jaar ago | 0
Submitted
line_fewer_markers
An alias of the LINE command, with additional control for markers, in number and location.
meer dan 10 jaar ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/42560/versions/6/screenshot.jpg)