Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add docs on noteworthy difference from other languages #687

Merged
merged 1 commit into from
May 29, 2022

Conversation

baggepinnen
Copy link
Member

No description provided.

@JuliaControlBot
Copy link

This is an automated message.
Plots were compared to references. 7/11 images have changed, see differences below.
After pulling this PR, please update the reference images by creating a PR to ControlExamplePlots.jl here.

Difference Reference Image New Image
❌ 0.048 Reference New
✔️ 0.001 Reference New
✔️ 0.001 Reference New
✔️ 0.0 Reference New
❌ 0.043 Reference New
❌ 0.046 Reference New
✔️ 0.01 Reference New

@codecov
Copy link

codecov bot commented May 29, 2022

Codecov Report

Merging #687 (099e7fd) into master (5054b1e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #687   +/-   ##
=======================================
  Coverage   87.45%   87.45%           
=======================================
  Files          34       34           
  Lines        3579     3579           
=======================================
  Hits         3130     3130           
  Misses        449      449           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5054b1e...099e7fd. Read the comment docs.

@baggepinnen baggepinnen merged commit f7501de into master May 29, 2022
@baggepinnen baggepinnen deleted the differences branch May 29, 2022 17:11
- Functions to calculate poles and zeros of systems are named using their plural forms, i.e., [`poles`](@ref) instead of `pole`, and [`tzeros`](@ref) instead of `tzero`.
- Simulation using [`lsim`](@ref), [`step`](@ref), [`impulse`](@ref) etc. computes arrays where time is in the second dimension rather than in the first dimension. Julia uses a *column major* memory layout, and this choice is made for performance reasons.
- Simulation using [`lsim`](@ref), [`step`](@ref), [`impulse`](@ref) etc. return a structure that can be plotted. These functions never plot anything themselves.
- Functions [`bode`](@ref), [`nyquist`](@ref) etc. do never produce a plot. Instead, see [`bodeplot`](@ref), [`nyquistplot`](@ref) etc.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The word "do" shouldn't be here - it should be "etc. never produce a plot".

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

Successfully merging this pull request may close these issues.

None yet

3 participants