ModiaMath.jl icon indicating copy to clipboard operation
ModiaMath.jl copied to clipboard

Modia/examples/LinearSystems.jl gives error in ModiaMath.plot(..)

Open MartinOtter opened this issue 7 years ago • 0 comments

Running example Modia/examples/LinearSystems.jl results in an error in ModiaMath.plot(..).

plotResult_with_PyPlot.jl:

        for i = 1:size(ysig,2)
            PyPlot.plot(xsig, ysig[:,i], label=prefix*ysigLegend[i])
        end

ysig has dimension (1000,2) and ysigLegend has only one row (instead of two).

MartinOtter avatar Sep 20 '18 22:09 MartinOtter