![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13981413_1540559821664_DEF.jpg)
Konstantin Tkachuk
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
241,899
of 297,016
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
MATLAB 2019b readtable opts.DataRange import bug
I am working with externally created Output.xlsx file importing it for the following processing. The code I am using: fileToRea...
5 years ago | 0 answers | 0
0
answersQuestion
How to skip legend names if their values equal zero on particular piechat?
I am using the following code to plot piechart labels = {Costs.name}; pie([Costs.GESAMT_ohne_D_Money_min]); legend(labels); ...
5 years ago | 1 answer | 0
1
answerQuestion
Opening XLSX file and setting the variable type to double
I am working with .xlsx file and trying to get the values from it and multiply by another value(for tests, I do +1 to every cell...
5 years ago | 2 answers | 0
2
answersQuestion
XLSX import for custom range with unknown end and providing name of columns from not first row
I am importing .xlsx file into MatLab (file is provided) by using following command. Input1 = readtable('OutputFile.xlsx','shee...
5 years ago | 1 answer | 0
1
answerQuestion
Simplification of creating new variables in a loop from preset array names
I am woking on sensetivity analysis in Matlab and have to calculate sensetivity for every input parameter I have. Currently ther...
5 years ago | 1 answer | 0
1
answerQuestion
How to access the specific value in table according to the input parameters?
I am working with SQL database and convert it to matlab table using results = fetch(conn,sqlquery); LCA_Database = cell2table(...
6 years ago | 1 answer | 0