Scilab 6.1.0
- Справка Scilab
- Графики
- 2d_plot
- champ
- champ1
- champ properties
- comet
- contour2d
- contour2di
- contour2dm
- contourf
- errbar
- fchamp
- fec
- fec properties
- fgrayplot
- fplot2d
- grayplot
- grayplot properties
- graypolarplot
- histplot
- ВидЛинии
- Matplot
- Matplot1
- Matplot properties
- paramfplot2d
- plot
- plot2d
- plot2d2
- plot2d3
- plot2d4
- plotimplicit
- polarplot
- scatter
- Sfgrayplot
- Sgrayplot
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
errbar
добавление вертикальных полос ошибок на двумерном графике
Синтаксис
errbar(x, y, em, ep)
Аргументы
- x, y, em, ep
четыре матрицы одного и того же размера.
Описание
Функция errbar
добавляет вертикальные полосы
ошибок на двумерном графике. x
и
y
имеют тот же смысл, что и в функции
plot2d
.
em(i,j)
и ep(i,j)
указывают
интервал ошибки для значения y(i,j)
:
[y(i,j)-em(i,j),y(i,j)+ep(i,j)]
.
Введите команду errbar()
, чтобы посмотреть демонстрацию.
Примеры
Смотрите также
- plot2d — 2D plot
Report an issue | ||
<< contourf | 2d_plot | fchamp >> |