photo

Johannes Pommerening


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

3 Questions
0 Answers

Cody

0 Problems
2 Solutions

RANK
120,581
of 300,364

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
93,062
of 168,407

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7 years ago

Question


Why am I "Out of memory" because of an "Error using lu"
I Need to solve this PDE (the way they recommend here: <https://de.mathworks.com/help/pde/ug/solve-problems-using-pdemodel-objec...

7 years ago | 0 answers | 0

0

answers

Question


Not enough input arguments.
I want to solve an equation with second derivatives of t and r and got These Problems. "Not enough input arguments. Error ...

7 years ago | 1 answer | 0

1

answer

Question


Index in position 1 is invalid. Array indices must be positive integers or logical values.
I got the problem that W is full of NaN's. Error is: "Index in position 1 is invalid. Array indices must be positive integer...

7 years ago | 2 answers | 0

2

answers