Posts by Rafael Sponchiatto • 21 points
3 posts
-
1
votes2
answers251
viewsA: Error in OCTAVE code
Good after the help of ederwander. I was able to reach other solutions and manages to leave the code "correct" at first. After the correction made the code printed what was to be printed 'images are…
matlabanswered Rafael Sponchiatto 21 -
0
votes2
answers251
viewsQ: Error in OCTAVE code
I just started programming on OCTAVE and my code presented the following error: Commands and function call >> A = imread('cameraman.tif'); >> B = imread('circuit.tif'); >> D =…
matlabasked Rafael Sponchiatto 21 -
0
votes1
answer146
viewsQ: I can create a table in mysql that shows the person’s age by subtracting today’s year - her birth year?
Question: I can create a table in mysql that shows the person’s age by subtracting today’s year minus her birth year? create table idade2 (ID auto_increment Primary key, data_nasc date, idade int as…