hORİZONTAL AND VERTCAL WİTH SAME THİCKNESS BUT DİFFERENT OUTPUTS İN GUİDE
Mostra commenti meno recenti
Hello everyone,
İ am working on a project where the aim is to find the treshold of the finger perception due to vibration when the finger enters a particular region (line with different thickness).İ have two orientations . Horizontal and vertical. The experiment is done on a touchscreen.
I am experiencing two issues;
1) Even though the horizontal and vertical lines have the same thickness the horizontal line distinctly looks bigger.
2)The second one is that i did the experiment in two different touchscreens
2.a) Display resolution 1920x1080(recommended) - First screen
The miinimum thickness that can be detected by the mouse is:
- When vertical: 0.03
- When horizontal: 0.02
2b) Display resoluton 1366 x 768 (recommended) - second screen
- When vertical: 0.02
- When horizontal: 0.01
İ would like to use both the same thickness with horizontal and vertical. The experiment is done in Guide
6 Commenti
Geoff Hayes
il 17 Mag 2022
@Franck paulin Ludovig pehn Mayo - can you post a screen shot of the issue and the code used to generate the horizontal and vertical lines? Also, what do you mean by The miinimum thickness that can be detected by the mouse is? Are you moving the mouse and if so, what code are you using to determine that the mouse detected the line?
Franck paulin Ludovig pehn Mayo
il 17 Mag 2022
Modificato: Franck paulin Ludovig pehn Mayo
il 17 Mag 2022
Geoff Hayes
il 18 Mag 2022
@Franck paulin Ludovig pehn Mayo - what happens if you use square instead of equal in the code to set the axis style?
Franck paulin Ludovig pehn Mayo
il 19 Mag 2022
Geoff Hayes
il 19 Mag 2022
@Franck paulin Ludovig pehn Mayo instead of
axis(handles.axes1,'equal');
try
axis(handles.axes1,'square');
Franck paulin Ludovig pehn Mayo
il 19 Mag 2022
Risposte (1)
Geoff Hayes
il 19 Mag 2022
axis(handles.axes1,'equal');
to
axis(handles.axes1,'square');
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!