Dominik Mattioli
Followers: 0 Following: 0
MATLAB user since 2014. Actively looking for neew research roles as of Sept. 2023. - M.S. at Ohio State, focused on Mesh Generation in MATLAB. - PhD at UIowa, focused on computer vision with MATLAB.
Python, MATLAB
Spoken Languages:
English
Professional Interests:
Graph and Network Algorithms, Statistics and Machine Learning Toolbox, Image Processing and Computer Vision, Computer Vision Toolbox
Statistik
RANG
838
of 295.448
REPUTATION
88
BEITRÄGE
54 Fragen
7 Antworten
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
43
RANG
17.051 of 20.227
REPUTATION
4
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
2 Dateien
DOWNLOADS
6
ALL TIME DOWNLOADS
29
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
NDcell2mat
Custom MATLAB function for converting input cell array, of any size, to a matrix; designed to address some limitations of cell2m...
10 Monate vor | 5 Downloads |
Gesendet
CHILmesh
MATLAB class for representing triangular, quadrangular, and mixed-element meshes. Intended for hydrodynamic domains.
etwa ein Jahr vor | 1 Download |
Frage
MaskRcnn error out of the box
I installed the computer vision toolbox and tried to instantiate a detector object for maskrcnn: detector = maskrcnn("resnet50-...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
How to use LaTeX interpreter for aligning words within an xlabel for a tilelayout?
f = figure(); t = tiledlayout( 3, 1 ); a = gobjects( 3, 1 ); for idx = 1:3 % Plot some stuff in each subplot tile. ...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to change text interpreter of HeatmapChart?
The HeatmapChart() object takes over control of the XLabel, YLabel, Title, and TickLabels seemingly without letting you change t...
mehr als 3 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
How to have multiple lines in a table variable name?
Can you change the interpreter of the table to format variable names? Both of these examples fail to accomplish the goal: % Ex...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get position coordinates of axes' ticks?
I would like to know the intersection points of the X and Y major grid lines for an axis, with respect to the parent figure. I h...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Exploded Bar plot (stacked)?
Is there functionality for "exploding" the stacked bars in a bar plot? I have data that can be visualized using the bar( x, y, ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to replace the classes in a pretrained network's output classification layer?
I've followed the MATLAB tutorial for training an image classification model (link below) and it works well for my 2 classes, bu...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error in activations() call when running 'Image Category Classification Using Deep Learning' Example
I've been walking through the following example and I get an error in the first call to the activations() function: Image Categ...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to blur text in image?
I'd like to blur only the text found in some images (potentially-sensitive medical information). I'm struggling to remember how ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find position of a new point along a series of line segments?
Say that you know that your query point Q is colinear to one line segment in a sequence of line segments XY. If XY is an Mx2 arr...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why does MATLAB not allow you to control the DataAspectRatio when you use both the left and right y-axes?
figure; yyaxis left; ax=gca; ax.DataAspectRatio = randi( 3, 1, 3 ) %Warning: Only 'auto' DataAspectRatio is supported for ax...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there a matlab plot of stacked circles to illustrate probability of outcomes/events?
I can't figure out the name of this type of plot, but it's occaisionally used to illustrate the probability of a number an event...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why is uiconfirm freezing my application?
Regardless of which button the user clicks, MATLAB shows as 'busy' once the confirmation is complete. The same happens with uial...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Setting to allow the user to change size of auto-flow panels in a mlapp?
Auto-flow is clear about it's purpose for changing of window sizes, but is there also a setting that allows the user of the app ...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to embed a command prompt into an mlapp?
I'd like to embed a command prompt into an mlapp. Basically, recreate the Command Window within my own custom mlapp. I would lik...
etwa 4 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
How to insert markdown formatted instructions into AppDesigner?
I'd like to insert my README.md instructions file into a textbox or panel within my app. I have only found documentation about p...
etwa 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Adding a third auto-reflow panel to mlapp?
I have an app that I originally created using the 2-panel auto-reflow template, and now I realize that I would like to add a thi...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there a metric for computing the "scale" between two polygons?
I have two similarly shaped polygons, one of which has a smaller area, and both are centered about the same reference point. Is ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to run a python script with an open terminal window on a mac?
I'm using a socket connection which requires the python script to continuously run. I have this figured out on Windows, where !...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to represent the skeleton of a mask as an equation of a line?
My masks are assumed to always take the following shape, and I need to represent them with minimum information (x_start, x_end, ...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFinding a number in an array less than 2
The error message is telling you that you are trying to index into a variable using an index that is not positive or a logical. ...
fast 5 Jahre vor | 1
Determine the number of y-values less than the number 2.0
First, your variable 'sum' in your first for-loop is problematic because it is overwriting a built-in MATLAB function called 'su...
fast 5 Jahre vor | 0
Frage
How to assign a class method as a ClickedCallback?
The class may change, but the method names are the same. classdef BaseClass < handle properties p = [] end ...
fast 5 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Minimize cmd.exe window launched from MATLAB?
I am using a TCP/IP object to have MATLAB communicate with Python in the background. Python needs to be the server, so from MATL...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there inheritable behavior (or a Mixin) for setting/getting the 'Parent' and 'Children' properties of a custom class?
I ran into a problem with setting the Parent and Children of a user-defined class, and I ended up writing my own methods that se...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to override inherited methods?
classdef superClass < matlab.mixin.SetGet % SuperClass properties prop1 = []; prop2 = []; end ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to require a custom class type with addRequired?
I have a custom class, classdef foo properties %Property stuff prop1; end methods fun...
fast 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to pass a matlab string as an exclamation point command
pathName = '.../foldername/subfoldername' scriptName = 'main.py' How do you issue a command to run some file in that folder wi...
mehr als 5 Jahre vor | 1 Antwort | 0