davidvarga / davidvarga/MBeautifier

Matrix alignment

Open
#114 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
MATLAB
Stars
519
Forks
80
PR merge metrics
No merged PRs in 30d

Description

Dear all,
I want my matlab code to align corresponding columns, e.g.

```
tang = [eye(n), -h * IM, zeros(n, m); ...
zeros(n), eye(n), h * G_n'; ...
G_n1, zeros(n, m)', zeros(m)];
```

Is there an easy way to introduce this functionality to MBeautifier?

Thanks in advance
Philipp

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.