Christian Tieber
Followers: 0 Following: 0
Statistics
11 Questions
0 Answers
RANK
30,093
of 295,467
REPUTATION
1
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
45.45%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Preallocating table makes it slower?
I have to add data to a table with a loop. I can estimate how large the table approx will be at the end. But i dont know the exa...
4 years ago | 1 answer | 0
1
answerQuestion
dir sorts filenames wrong
This is how the files are sorted in the (windows)folder (by name): Thats also how i want them to to be sorted. This is how...
4 years ago | 1 answer | 0
1
answerQuestion
vectorB(n) = sum(vectorA(1:n)) without a loop
I would like to do: vectorB(n) = sum(vectorA(1:n)) without a loop. Thanks in advance
5 years ago | 1 answer | 0
1
answerQuestion
Why did my matlab skript become super slow
I dont even know what to ask. I wrote a skrip. It worked fine on Friday. Took a few seconds to run. Come back to my computer ...
5 years ago | 1 answer | 0
1
answerQuestion
Accessing data within a structure
I have this structure: veh(x).meas(y).data.fileName So i have a certain number x of vehicles (veh) and a certain number y...
5 years ago | 2 answers | 0
2
answersQuestion
Edit header of MAT-File
How can i read and edit the header of a MAT-File? I have a signal that i am working with in matlab. Obviousliy the signal has a...
5 years ago | 1 answer | 0
1
answerQuestion
Why should i not use msgbox in App Designer?
Why should i not use msgbox in App Designer? https://de.mathworks.com/help/matlab/ref/msgbox.html The site is saying: If you...
5 years ago | 1 answer | 0
1
answerQuestion
Difference between variable and property (public, private)
What is the difference between a Workspace variable and a property (app designer) ? Why can it lead to problems if you set a ...
5 years ago | 0 answers | 0
0
answersQuestion
Select all elements in App Designer List Box
When i create an App with a List Box in GUIDE. I can select all the elements with crtl-A or ctrl and drag an drop. If i do the ...
5 years ago | 1 answer | 1
1
answerQuestion
automatize try catch for figures
I have a skript with 50+ figures. If i run the script and there is going somethin wrong with one figure the script will obviousl...
5 years ago | 1 answer | 0
1
answerQuestion
Adress figures without creating them
I have a matlabscript with 50+ figures. I would like to built a GUI where i can choose out of a list of all the available figu...
5 years ago | 0 answers | 0