chrome://settings/content
Flash -> Allow sites to run Flash -> done
reference: https://helpx.adobe.com/flash-player/kb/enabling-flash-player-chrome.html
Saturday, June 24, 2017
Monday, June 19, 2017
how to read / check the content of Matlab script / functions / .m files
type YourFunctionName
Wednesday, June 14, 2017
Using DataMatrix class on Matlab
import bioma.data.DataMatrix;
Thursday, June 8, 2017
Sunday, June 4, 2017
What is color? What is RGB? What's additive color?
In nature, light with single colors has a constant wavelength. Different colored lights have different wavelengths.
We use RGB receptors to perceive single colors and mixed colors.
Mixed lights of different colors usually acquire a new color due to our RGB translation system.
Paints work in the way by manipulating what colors to absorb so as to give a color to the light reflected and thus perceived by human eyes. Mixing paints is actually mixing the materials that absorb different lights. So it follows a complementary law of mixing lights to alter colors
Then let's understand what is additive color
https://en.wikipedia.org/wiki/Additive_color
Finally let's tackle a more complicated problem: the colors of a rainbow
https://www.quora.com/Why-are-only-seven-colors-visible-to-the-naked-human-eye
We use RGB receptors to perceive single colors and mixed colors.
Mixed lights of different colors usually acquire a new color due to our RGB translation system.
Paints work in the way by manipulating what colors to absorb so as to give a color to the light reflected and thus perceived by human eyes. Mixing paints is actually mixing the materials that absorb different lights. So it follows a complementary law of mixing lights to alter colors
Then let's understand what is additive color
https://en.wikipedia.org/wiki/Additive_color
Finally let's tackle a more complicated problem: the colors of a rainbow
https://www.quora.com/Why-are-only-seven-colors-visible-to-the-naked-human-eye
Subscribe to:
Posts (Atom)