photo

Benjamin Larin


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
15,319
of 300,392

REPUTATION
2

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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

  • First Review
  • First Answer
  • Revival Level 1
  • Thankful Level 1

View badges

Feeds

View by

Answered
BVP5C Nmax setting and the number of mesh points of the solution
I have encountered a very similar issue and obtained the following insights. First, the documentation for bvpset is unspecific...

5 years ago | 0

Answered
Bar plot with negative and positive values, stacked, and with non-zero base value
As the cyclist said, I have to adjust my algorithm to R2019b. They solution is to use two y axes. Here's the code close all; cl...

6 years ago | 1

| accepted

Question


Bar plot with negative and positive values, stacked, and with non-zero base value
In R2019a this used to work, but now the same code produces a wrong graph in R2019b. Here is a mwe: close all; clear all; clc;...

6 years ago | 2 answers | 0

2

answers

Question


Solving BVP for DAE in Matlab
How do I solve boundary value problems (BVP) for differential algebraic equation systems (DAE) in Matlab? bvp4c and bvp5c can ...

6 years ago | 1 answer | 0

1

answer