How to conduct multiple steps within Matlab using MATLAB.jl?

try

mat"""
    $u = $x + $y
    $v = $x - $y
"""

see here https://github.com/JuliaInterop/MATLAB.jl#the-mat-custom-string-literal for more information

1 Like