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.
Feeds
提问
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 前 | 0 个回答 | 1
0
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答已回答
Is 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...
Is 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 前 | 0
提问
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 前 | 1 个回答 | 0
1
个回答已回答
How 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...
How 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 前 | 0
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 1