
Lazar
Followers: 0 Following: 0
Feeds
已回答
Add Serbian letter to LaTeX interpreted legend
I managed to solve this by installing the Latin Modern Roman font in MATLAB following the approach outlined at: https://www.math...
Add Serbian letter to LaTeX interpreted legend
I managed to solve this by installing the Latin Modern Roman font in MATLAB following the approach outlined at: https://www.math...
29 days 前 | 0
| 已接受
提问
Add Serbian letter to LaTeX interpreted legend
Does anyone have an idea how to make "đ" letter appear in a legend with LaTeX interpeter? It's interesting that LaTeX codes for ...
29 days 前 | 1 个回答 | 0
1
个回答提问
eig() working where eigs() doesn't
I'm working on a large dynamic system where calculating all the eigenvalues using eig() is computationally intensive. As I'm int...
1 month 前 | 1 个回答 | 0
1
个回答提问
daeic12: Need a better guess y0 for consistent initial conditions
I'm solving a system of DAEs over three intervals using ode15s as: % Loop through each interval for i = 1 : length(timePoint...
4 months 前 | 0 个回答 | 0
0
个回答提问
Sparse matrix memory understanding
I'm currently working with large matrices (significantly over 20000x20000) with most zero elements. Usually, around 5% of the el...
5 months 前 | 3 个回答 | 0
3
个回答提问
Algebraic variable derivatives in the DAE solution process
I'm trying to solve a DAE system of the form: x' = f(x,y,u) 0 = g(x,y,u) using the ode15s method. Is it possible to determi...
6 months 前 | 1 个回答 | 0