Borrar filtros
Borrar filtros

How to plot accuracy graph in Matlab.

5 visualizaciones (últimos 30 días)
Vartika Agarwal
Vartika Agarwal el 18 de Mayo de 2021
Respondida: Sulaymon Eshkabilov el 18 de Mayo de 2021
I want to plot graph of accuracy in matlab.
1)-Training Error = 6%
Testing Error = 0 Nodes
2)-Training Error = 1%
Testing Error = 1 Node
3)-Training Error = 3%
Testing Error = 0 Node
4)-Training Error = 1%
Testing Error = 1 Nodes
5)-Training Error = 2%
Testing Error = 1 Nodes
With the help of this data , how i can plot the graph.

Respuesta aceptada

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 18 de Mayo de 2021
(1) Create an array of your data
(2) Use: errorbar() or step() or histogram()

Más respuestas (0)

Categorías

Más información sobre Data Distribution Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by