shplot

Lightweight implementation of shaded error-bar plot

이 제출물을 팔로우합니다

This function creates a shaded error-bar plot. It is a lightweight implementation of 'shadedErrorBar' by Rob Campbell intended to be used as a local function in other scripts. It reduces the functionality to a bare minimum in order to fit the entire script into (effectively) 11 lines of code.

인용 양식

Marcin Konowalczyk (2026). shplot (https://kr.mathworks.com/matlabcentral/fileexchange/64990-shplot), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: raacampbell/shadedErrorBar

카테고리

Help CenterMATLAB Answers에서 Errorbars에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.2.2.0

bugfix in the `semilogx` and `semilogy` wrappers

1.2.0.0

added wrappers for matlabs `loglog`, `semilogx`, and `semilogy` functions

1.1.3.0

bugfix on line 20 ( abs(e) -> abs(e(:))

1.1.2.0

chnaged the title back to 'shplot'

1.1.0.0

added varargout functionality so that the function doesn't spam the console when used without the `H` output

1.0.0.0