Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

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

Open
MartinOtter opened this issue Sep 20, 2018 · 0 comments
Open

Comments

@MartinOtter
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant