Community Profile

photo

Massimo Ciacci


Last seen: 9 Monate vor Aktiv seit 2014

Followers: 0   Following: 0

Kontakt

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

Feeds

Anzeigen nach

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

10 Monate vor | 0

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

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

etwa 4 Jahre vor | 1

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

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

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

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

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