Posts by Felipe Vieira • 21 points
4 posts
-
2
votes0
answers126
viewsQ: How to assign a null value to an input variable if the user leaves the field blank or type zero?
The context in which the problem arose is the following: I have a stored procedure that performs the registration of certain values in a table of my database. In this procedure I set all variables…
-
0
votes0
answers153
viewsQ: How to create a temporary table within a stored procedure
greetings! My question is the following: I would like to know how to create a temporary table within a procedure, in which the values of my temporary table will be taken from a permanent table in my…
-
0
votes1
answer240
viewsQ: Change of Matlab Directory
I would like to know how I fix this problem; I am using a function block inside Simulink, however when I click to execute my code appears the following error: The Current directory 'c: program files…
matlabasked Felipe Vieira 21 -
0
votes1
answer169
viewsQ: Numeric Counter
I must create a program that commands a hardware in which I have connected on 3 different ports of the Arduino a circuit containing 3 Leds. The program must ascend these leds in binary order. I have…