photo

Ben Aerens


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
1 Answer

RANK
71,158
of 301,213

REPUTATION
0

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,191

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,422

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Preallocate an matrix in 2 for loops
How would I preallocate This matrix? for j=1:numel(A) for i=1:numel(A) B(j,i)="Calculation here" end end

7 years ago | 1 answer | 0

1

answer

Question


Waitbar jumps to center screen on update
Is there a way to prevent the waitbar from jumping back to the middle of the screen upon update? I'd like to have another wai...

7 years ago | 1 answer | 0

1

answer

Question


New file name with multiple variables
So I made a code in Matlab and i want to save my file with a custom name. But for some reason I can't seem to be able to add mu...

7 years ago | 2 answers | 0

2

answers

Answered
Get variable from edittext
I fixed it. I used this instead. edit1 = findobj(0, 'tag', 'edit1'); var1 = str2double( get(edit1, 'string') ); ...

7 years ago | 0

| accepted

Question


Get variable from edittext
Hey, basicly I made a gui with 3 inputtext fields and a button. When pressing the button it should put the data from the input...

7 years ago | 2 answers | 0

2

answers