photo

Massimo Ciacci


Last seen: 9개월 전 2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: Signal processing

통계

All
MATLAB Answers

0 질문
8 답변

File Exchange

13 파일

순위
5,664
of 300,392

평판
8

참여
0 질문
8 답변

답변 채택
0.00%

획득한 표
4

순위
1,336 of 20,934

평판
1,425

평균 평점
4.80

참여
13 파일

다운로드 수
26

ALL TIME 다운로드 수
11447

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 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

배지 보기

Feeds

보기 기준

제출됨


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

2년 초과 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

답변 있음
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...

2년 초과 전 | 0

제출됨


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

2년 초과 전 | 다운로드 수: 2 |

5.0 / 5
Thumbnail

제출됨


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

2년 초과 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

제출됨


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

대략 4년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


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

4년 초과 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


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

거의 5년 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


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

5년 초과 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

답변 있음
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^...

5년 초과 전 | 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...

5년 초과 전 | 1

제출됨


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

5년 초과 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

답변 있음
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...

거의 6년 전 | 0

제출됨


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

대략 6년 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

답변 있음
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 = ...

대략 6년 전 | 1

제출됨


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

대략 6년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

답변 있음
"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...

대략 6년 전 | 0

제출됨


ColorBlindSets
Helps you choose a palette of color blind friendly colors

거의 8년 전 | 다운로드 수: 3 |

0.0 / 5
Thumbnail

답변 있음
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:...

대략 8년 전 | 1

제출됨


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

거의 9년 전 | 다운로드 수: 7 |

5.0 / 5
Thumbnail

답변 있음
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...

9년 초과 전 | 0

제출됨


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

대략 11년 전 | 다운로드 수: 3 |

4.7 / 5
Thumbnail