
Duccio Mugnaini
Università degli Studi dell'Insubria / Università degli Studi di Firenze
PhD Student in Computer Science and Computational Mathematic
Statistics
RANK
80,065
of 281,636
REPUTATION
0
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
3,406 of 19,056
REPUTATION
430
AVERAGE RATING
4.90
CONTRIBUTIONS
7 Files
DOWNLOADS
15
ALL TIME DOWNLOADS
3185
RANK
of 133,941
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
Content Feed
Submitted
Bezier Curve with draggable control points
Draw, manipulate and reconstruct Bezier Curves.
2 years ago | 5 downloads |

Submitted
A Star Algorithm
In computer science is a computer algorithm that is widely used in pathfinding and graph traversal.
2 years ago | 2 downloads |

Submitted
Hermite Pythagorean Hodograph Interpolator
A basic interpolator for an Hermite Pythagorean-Hodograph Curve
6 years ago | 1 download |

Submitted
Obstacle Configuration Builder
Build your polygonal obstacle configuration and then save it to reuse or modify it later.
6 years ago | 1 download |

Submitted
Least Square Conformal Mapping (LSCM) - Texture Mapping
Implementation of LSCM Texture Mapping in Matlab
6 years ago | 2 downloads |

Submitted
Pythagorean Hodograph Curves - Quaternion Representation (Quintics)
Implementation in c++ of Spatial PH Quintic is provided.
7 years ago | 2 downloads |

Matlab slider pass value to event handler
Yes that is helpfull to pass parameter to _Callback_ method :D But if i use the same style to set the listener as you suggest ...
9 years ago | 0
Matlab slider pass value to event handler
Thank you for answer, but if i write: hListener = addlistener(hSlider,'Value','PostSet',@{pippo,var1,var2}); Matlab unde...
9 years ago | 0
Question
Matlab slider pass value to event handler
I am new of Matlab GUI and i have the following problem. I have declared a slider control and his properties, and i have added a...
9 years ago | 4 answers | 0