Veronica Taurino
Followers: 0 Following: 0
Civil Engineer and Data Scientist
Python, MATLAB, SQL
Spoken Languages:
English, Italian
Statistica
RANK
704
of 295.448
REPUTAZIONE
106
CONTRIBUTI
25 Domande
24 Risposte
ACCETTAZIONE DELLE RISPOSTE
48.0%
VOTI RICEVUTI
54
RANK
9.344 of 20.227
REPUTAZIONE
74
VALUTAZIONE MEDIA
5.00
CONTRIBUTI
3 File
DOWNLOAD
5
ALL TIME DOWNLOAD
399
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
App Designer - Pointer update issue
after a year, I still have the same issue. I solved it programatically, moving a bit the cursor at the end of the process: hro...
oltre un anno fa | 0
Domanda
Unreal Engine to visualize massive point cloud (plot and interaction, zoom, rotation and such)
Hello, i'm dealing with point cloud of millions of points, so my tools are not able to work with them. Before changing scripting...
oltre un anno fa | 1 risposta | 0
1
rispostaDomanda
Characterize different point clouds, parameters, tools
Hello, I have a lot of different point cloud, like the following: I'm trying to characterize them with several parameters, ...
quasi 2 anni fa | 1 risposta | 0
1
rispostaAdd just one checkbox node to a TREE (app designer)
I created a workaround for this problem: I used the icon property to simulate the checkbox with two images (black square: checkb...
circa 2 anni fa | 3
| accettato
Domanda
Add just one checkbox node to a TREE (app designer)
Hello! Is it possible to add just one checkbox node to a standard TREE? I'm using the app designer. Thank you in advance
circa 2 anni fa | 2 risposte | 2
2
risposteHow to call the row number of an element?
%[row,col] = find(__) https://it.mathworks.com/help/matlab/ref/find.html For example: X = [1 0 2; 0 1 1; 0 0 4] [row,col] = ...
oltre 2 anni fa | 0
| accettato
Domanda
Matlab processing very slow, but APP previously created with app design still fast
Hello! Few weeks ago, I created a matlab standalone with the matlab app designer: the app runs very fast on very huge dataset o...
oltre 2 anni fa | 1 risposta | 0
1
rispostaRemove the bottom x-axis line of a plot
In general, to move your x-asix on top: set(gca,'XAxisLocation','top') To hide the axis: set(gca,'xtick',[]) or h = gca; ...
oltre 2 anni fa | 1
Interpreter Latex for uitreenode with uistyle not working
Solved. I just upgraded to Matlab 2022a
oltre 2 anni fa | 1
| accettato
Domanda
Interpreter Latex for uitreenode with uistyle not working
I am trying to reproduce the following example from the documentation page of uistyle: fig = uifigure("Position",[500 500 300 3...
oltre 2 anni fa | 1 risposta | 1
1
rispostaAsking the user to enter the extension of the files and load them in workspace
What do you want to do with those files? Update them as Matlab variables? Store their paths? However, let's say you want to imp...
oltre 2 anni fa | 1
| accettato
How to save (or prevent from being deleted) handle to axes within a GUI (created using GUIDE) ?
Maybe I can contribute, I was in a similar situation. I had to add a plot3 over several axes, but the handles were deleted dur...
oltre 2 anni fa | 1
Domanda
Position of Not-visible figure is WRONG (two monitors bug?)
If I create a figure and maximize it, I got sizes fitting my second monitor: fig = figure('Menu','none','ToolBar','none','Windo...
oltre 2 anni fa | 1 risposta | 1
1
rispostaApp Designer - Pointer update issue
I have the same problem. The pointer does not change until I move the cursor. I am working in the app designer, each callback ha...
oltre 2 anni fa | 1
Domanda
Remove menubar from a figure BUT leaving the toolbar
Is there a way to remove the menubar (in red below) from a figure without remove the little toolbar (in blue)? Using set(g...
oltre 2 anni fa | 1 risposta | 1
1
rispostaDomanda
Point cloud rotate beyond plot limit (App Design based)
Hello! My app has two panels: on the left data input, on the right plot results. My problem is: the plot can be rotated even ...
oltre 2 anni fa | 1 risposta | 1
1
rispostaApp Slow With UIAxes
Are there any speed-improvements in Matlab 2021b? If so, I still struggle to find it by myself
oltre 2 anni fa | 1
Domanda
Vertical scroll does not work, can't properly resize APP (Matlab app designer)
I created months ago a two-panel app, but till now I used only the left panel. Vertical scrolls appeared on small screens. Rece...
oltre 2 anni fa | 1 risposta | 2
1
rispostaDomanda
Plot fitting curve (x,y) in 3D (x,y,z)
Hello! I use the fit funciton several times on (x , y) data. Therefore I got several fitting functions. I would like to plot ...
quasi 3 anni fa | 1 risposta | 1
1
rispostaRisolto
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
circa 3 anni fa
Domanda
reference system does not rotate (pcshow)
Hi! I noticed the reference system created using pcshow is not rotating properly. It seems to rotate just around the x-axis (th...
circa 3 anni fa | 0 risposte | 1
0
risposteDomanda
Horient facets of a mesh in the same directions
Hello to everyone! I have a point cloud. I am trying to reproduce the following mesh with Matlab: The blue mesh has been gen...
oltre 3 anni fa | 0 risposte | 1
0
risposteDomanda
Add context menu when LEFT click on button (app design)
Hi! I am trying to add kind of a context menu after LEFT pushing a button on a specific tab of my app, but it seems not to be a...
oltre 3 anni fa | 2 risposte | 1
2
risposteHow link Zoom view for 3D plots belonging to a Tab (linkprop does not work?)
I got the problem, I solved reading this: Linkprop not persisting after changing scope - MATLAB Answers - MATLAB Central (math...
oltre 3 anni fa | 1
| accettato
How link Zoom view for 3D plots belonging to a Tab (linkprop does not work?)
Any suggestion?
oltre 3 anni fa | 0
Domanda
How link Zoom view for 3D plots belonging to a Tab (linkprop does not work?)
Hi! I have several 3D plots inside a Tab. I need to link their view in zoom, pam and rotation when I tick a checkbox. I can't ma...
oltre 3 anni fa | 2 risposte | 1
2
risposteHow to use "nan"
Maybe this can help: quiver plot - need help to remove NaN - MATLAB Answers - MATLAB Central (mathworks.com)
oltre 3 anni fa | 1
Domanda
Get Windows taskbar height
Hello! I can't get the correct Windows taskbar height by code. I need it for the define the height of my app (app design). I ge...
oltre 3 anni fa | 1 risposta | 1
1
rispostaNormally distributed Random numbers generator issue
The following (but also yours, from my pov) seems quite normal to me, why is it not ''enough'' normal for you? figure number =...
oltre 3 anni fa | 1
while loop index exceeds array elements problem
Did you check your variable "i" has been set up to your desired value in the second while? Because in the first while you are up...
oltre 3 anni fa | 1