photo

Michael Mcclung


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
236,043
of 301,447

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,284

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,609

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

1

个回答