Note-Code
blog
tutoriales
Index
Apache
Google
Html
Java
Javascript
LaTeX
Linux
Python
Octave - Redondear números reales en Octave
NC
>
Computación
>
Octave
Para redondear un número real podemos usar la función
round
>> round(4.45)
ans = 4
>> round(5.51)
ans = 5
0.05
Entradas más recientes
Entradas antiguas
Página Principal
Suscribirse a:
Entradas (Atom)
Algoritmo
Apache
Google
Html
Java
Javascript
Jupyter Notebook
LaTeX
Linux
OpenCV
Python
Generar un tablero de Ajedrez en Python
In [61]: import matplotlib.image as image import numpy as np from PIL import Image color = [ 0 , 0 , 0 ] ...
Mostrar un texto en negrita y cursiva
NC > Computación > HTML Negrita Para mostrar un texto en negrita se usa la etiqueta <b>. Ejemplo Ejemplo texto normal ...
The Hour of Code is here
0:03 Hi, I'm Leigha, and I'm Tanya, 0:05 and we're lucky enough to be studying computer science. 0:08 We think it...
¿Cómo convertir una imagen de colores a Blanco y Negro?
In [12]: import matplotlib.pyplot as plt import matplotlib.image as image import numpy as np img = image . imread ...
Escribir "tildes", "Ñ", etc en python UTF-8
Para poder escribir tildes o caracteres especiales en python(UTF-8) solo es necesario agregar en la primera línea: # -*- coding: ut...
Seguidores
Vistas promedio
1,406
También:
►
2021
(1)
►
enero
(1)
►
2020
(16)
►
diciembre
(10)
►
noviembre
(4)
►
mayo
(2)
►
2019
(2)
►
enero
(2)
►
2018
(53)
►
noviembre
(4)
►
septiembre
(2)
►
agosto
(2)
►
julio
(12)
►
junio
(30)
►
febrero
(3)
▼
2017
(212)
►
septiembre
(3)
►
agosto
(1)
►
junio
(158)
►
mayo
(7)
►
abril
(24)
►
marzo
(16)
▼
febrero
(1)
Octave - Redondear números reales en Octave
►
enero
(2)
►
2016
(67)
►
diciembre
(3)
►
noviembre
(3)
►
octubre
(1)
►
septiembre
(1)
►
agosto
(4)
►
julio
(7)
►
junio
(7)
►
mayo
(12)
►
abril
(21)
►
marzo
(3)
►
febrero
(3)
►
enero
(2)
►
2015
(9)
►
diciembre
(2)
►
noviembre
(3)
►
octubre
(2)
►
septiembre
(2)