Peter Borda
Followers: 0 Following: 0
Graduate in 2014 at Budapest University of Technology and Economics as mechatronical engineer, with specialisation on vehicle mechatronics and modal analysis. I have been using Matlab since 2011 mainly for data processing and analysis, as well as for image processing.
Statistics
RANK
20,733
of 295,673
REPUTATION
2
CONTRIBUTIONS
8 Questions
2 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
2
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Documentation for protected/private methods
Hello! I find the Matlab built-in solution for automatically generating classdef documentation page to be quite a handy solutio...
4 years ago | 0 answers | 1
0
answersQuestion
Dependency analysis - Non-matlab file formats
Hello, is Simulink Project's Dependency analysis (DA) capable of recognising non-matlab file dependencies? For example, if I ha...
7 years ago | 0 answers | 0
0
answersQuestion
Assign value to array structure
Hi Everybody! I have an array of let's say 100 elements, each element is the same structure with like 10 fields. What I would l...
9 years ago | 1 answer | 0
1
answerQuestion
Debugging a nested function
Hello! I have created a code with nested functions in it. My problem is, that when I am in debugging mode and try to create a...
9 years ago | 2 answers | 0
2
answersQuestion
Date array to timestamp
Hello! I have an n x 1 cell array read from a file with date info in each cell, like this: DateValues = {'13:22:32';'13:...
9 years ago | 1 answer | 0
1
answerIs there any solution to fit plane onto sampling data?
I'm not sure if I understand the problem correctly, but if you have a high number of sample point on which you have to fit a pla...
10 years ago | 0
Question
NaN elements during table data input - Matlab GUI
I have a simple gui with a table: three columns, all set to editable, containing texts. With an additional button I can append e...
10 years ago | 1 answer | 0
1
answerHow can I do same calculation with a lof of excel files in matlab?
I would put all the xls files in the same folder for start, use matlab's dir() function to get the file names in the folder, the...
10 years ago | 0
Question
How is Matlab GUI generated?
It's just a general question I was thinking about recently. What is the mechanism of GUI's creation used by Matlab if we use ...
10 years ago | 1 answer | 0
1
answerQuestion
Table scroll position - Update problem
Hello, I have the following problem. I am appending new empty rows to a table in my GUI with this code: function AddNRow...
10 years ago | 1 answer | 1