1 sem octave lab 5
This commit is contained in:
parent
018bac4688
commit
df67329dea
2 changed files with 6 additions and 10 deletions
|
|
@ -17,7 +17,7 @@ msg = gen_msg(ralph, 100);
|
|||
dlmwrite("msg.txt", msg, '');
|
||||
|
||||
#stage 7
|
||||
[b, n] = calc_info(msg, alph, ralph);
|
||||
[b, n] = calc_info(msg, alph, ralph)
|
||||
|
||||
#stage 8
|
||||
avg_b = b / length(msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue