Skip to content

unintelligible codes #155

Open
Open
@yangtzech

Description

When the matlab code is wrong, the tips can't show correctly.
My pc's default language is Chinese. I don't know if that's the reason.

wrong one:
x=1:1:100; y=10*x*x; plot(x,y) title('test')

correct one:
x=1:1:100; y=10*x.*x; plot(x,y) title('test')

tip:
image

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions