Duccio Mugnaini
Università degli Studi dell'Insubria / Università degli Studi di Firenze
Followers: 0 Following: 0
PhD Student in Computer Science and Computational Mathematic
Statistics
RANK
190,538
of 295,735
REPUTATION
0
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
3,332 of 20,277
REPUTATION
461
AVERAGE RATING
4.90
CONTRIBUTIONS
7 Files
DOWNLOADS
43
ALL TIME DOWNLOADS
3402
RANK
of 154,433
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
Bezier Curve with draggable control points
Draw, manipulate and reconstruct Bezier Curves.
4 years ago | 34 downloads |
Submitted
A Star Algorithm
In computer science is a computer algorithm that is widely used in pathfinding and graph traversal.
4 years ago | 2 downloads |
Submitted
Hermite Pythagorean Hodograph Interpolator
A basic interpolator for an Hermite Pythagorean-Hodograph Curve
8 years ago | 1 download |
Submitted
Obstacle Configuration Builder
Build your polygonal obstacle configuration and then save it to reuse or modify it later.
8 years ago | 1 download |
Submitted
Least Square Conformal Mapping (LSCM) - Texture Mapping
Implementation of LSCM Texture Mapping in Matlab
8 years ago | 3 downloads |
Submitted
Pythagorean Hodograph Curves - Quaternion Representation (Quintics)
Implementation in c++ of Spatial PH Quintic is provided.
8 years ago | 1 download |
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 ...
10 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...
10 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...
10 years ago | 4 answers | 0