viernes, 23 de junio de 2017

Doble Array and Canvas Graph B4J

B4J  Ejemplo con Double Array, Graficación Canvas.
No es gráficar con fórmula matemática de Sin().
Es un array de números tipo double y efectuar el gráfico con dicho array.
También como hacer el gráfico de la Curva I/V de esos valores.
Se usa DrawLine y DrawCircle.
De verdad esto ayuda a entender como manipular los datos a graficar.



B4J Example with Double Array, Canvas Graphic.
It is not to graph with mathematical formula of Sin().
It is an array of double numbers and draw the graph with that array.
Also how to graph the I/V curve of these values.
DrawLine and DrawCircle are used.
This really helps to understand how to manipulate the data to plot.


Example link download:
https://app.box.com/s/fd47cdbjwa1tpu5g3j0703cyibkk0h25


El mismo ejemplo con C#.              Same example with C_Sharp.
Link download:
https://app.box.com/s/7tv31qoalr3di2gi22bpxhxw0efyufpz

El programa C# muestra como graficar un circulo a partir de Graphics DrawLine.
Como dibujar la Curva I/V de los dos array.

C # program shows how to graph a circle with Graphics DrawLine.
How to draw the I/V curve of the two array.