Feeds
提问
Confused as to where my syntax is incorrect. I am trying to Test the BCD output a function with the test_four_input_gate function and verify it with the BCD documentation.
This is my old code from testing a nand function. function test_two_input_gate(gate); fprintf("A|B|Result\n") for a=[false,t...
2 years 前 | 1 个回答 | 0
1
个回答提问
how to plot a bar graph using for loop?
I have gotten my ouput results using a for loop. I have these results as : Young aged positv test results: 7 Middle aged posi...
2 years 前 | 2 个回答 | 0
2
个回答提问
invalid use of operator for matlab loop?
I am trying to get the table to read positive diagnoses and sort them into the correct age group table=readtable('Final_COVID_D...
2 years 前 | 2 个回答 | 0
2
个回答提问
how can i loop a cvs file so that it weeds positive results out of the negative results and separates them into different age groups
I've already inserted the cvs file into matlab, I've created comments to create three age groups. I am trying to figure out how ...
2 years 前 | 1 个回答 | 0
