Feeds
提问
DHT11 Matlab code help not simulink
clc; clear; s1 = serial('COM3'); time=1000; i=1; while(i<time) fopen(s1); fprintf(s1, 'Your serial data goes here'); out ...
9 years 前 | 0 个回答 | 0
0
个回答提问
When i type an input of the word hi into the encoder code, and then go throught the decoding, the decoder gives an output of <A, will someomne please help me. i have debugged it several times and cant seem to find a problem.
% This program will hide a messege in a picture and % then decode it to show the messege. % Michael McClung % 10/14/2...
9 years 前 | 0 个回答 | 0
0
个回答提问
I want to know what is wrong with my code?
I had to write a steganography code which when propmted the user enters a picture and then a messege to hide into the picture. o...
9 years 前 | 1 个回答 | 0