Julian
Followers: 0 Following: 0
Statistics
RANK
7.662
of 295.448
REPUTATION
6
CONTRIBUTIONS
7 Questions
7 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.872
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
Code and Debugging is not clickable when running the app
HI, I have a Matlab App and wanted to find some issues in the code. I opend the App Designer, made some break points and start...
12 maanden ago | 1 answer | 0
1
answerCompute conditional mean from distribution
Is one of these conditional mean models fit you?
ongeveer een jaar ago | 0
Question
Array notation instead of iterative loop for difference equation
Hi, I have somehow a difference equation and wanted to improve the speed of my code and calculate it directly through arrays ins...
ongeveer een jaar ago | 0 answers | 0
0
answersQuestion
Plot multiple columns of table with datetime
Hi, I want to plot multiple (all) columns of a table. The x axis should be the datetime corresponding to the variables of the c...
ongeveer een jaar ago | 2 answers | 0
2
answersParallel processes in MATLAB App Designer
As I see so far: You open the file before your loop. So you see a value, save this value and look everytime at the old value y...
ongeveer een jaar ago | 0
Question
Pass existing object to different class objects
Hi I have a object oriented programm so simulate different appliances. I have a class object where the general settings of my p...
ongeveer een jaar ago | 1 answer | 0
1
answerSubdivide a cell, based on the number of columns, inside a for loop
I don't know what you exactly want but this could be your answer: for i = 7:-1:1 char2string_(i) = char2string(1,Col*(i-1)...
ongeveer een jaar ago | 0
Problem with a for loop?
The size of your code and the size of the picture are different. If you want the size of your code you have to change a and b i...
ongeveer een jaar ago | 0
| accepted
Find minimum consecutives in an optimvar
The best solution is to formulate the minimum number of consecutives with a linear approach like in the paper: "A computationall...
ongeveer een jaar ago | 0
| accepted
Question
Calculate values of struct of struct
I have a struct with several fieldnames, each of them is again a struct and has a fieldname "P". This "P" is an array. I want ...
ongeveer een jaar ago | 3 answers | 0
3
answersWhy Matlab does not see Python?
Have you tried installing Python not locally for your user, but for all users? I have the same problem and wanted to try that n...
meer dan een jaar ago | 0
Question
Find minimum consecutives in an optimvar
I try to "find" the minimum consecutives 0 or 1 in an integer optimvar. Following a "normal logical" array, I would search for ...
meer dan een jaar ago | 2 answers | 0
2
answersQuestion
Modify Matrix / multidimensional array with Colon in Colon
In Matlab I can modify an array with a colon like this: n = 90; A = zeros(n,1); A(1:n) = (1:n).^2; If I have a two dimension...
meer dan een jaar ago | 1 answer | 0
1
answerCan I sort Find function base on rows?
I couldn't find a nice solution in the documentation, so I assume the best way is instead of: A = [1 0; 0 1; 1 0]; ...
meer dan een jaar ago | 1