Community Profile

photo

Benjamin Larin


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • 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...

4 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...

4 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;...

4 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 ...

4 years ago | 1 answer | 0

1

answer