3 errors when trying to publish
显示 更早的评论
Hello,
When I try to run the publish function or press the publish button in the publish tab I receive these errors:

The code I am trying to publish is just reading some data and running some functions on that data.
clc
clear
t = importdata('Temperature.mat'); % importing temperature data
t = t';
RLE(t); % RLE encoding
Delta(t); % Delta encoding
RLED(t); % RLE on delta encoding
hf(t) % huffman encoding
crc(t) % CRC encoding, corruption and error detecting
repetition(t) % repetition encoding, corruption and error detecting
hamming(t) % hamming encoding, corruption and error detecting
solomon(t) % solomon encoding, corrution and error detecting
The publish settings are set to user default
restarting matlab did not help
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!