Matlab publish to pdf unicode characters print statements
I am trying to publish my code to pdf and use unicode characters as mathmatical variables. A simplified example would be:
% delta
fprintf(‘x03B4n’)
Output:
δ
I would like this to show up in the published pdf but the output is replaced with ‘#’ instead.I am trying to publish my code to pdf and use unicode characters as mathmatical variables. A simplified example would be:
% delta
fprintf(‘x03B4n’)
Output:
δ
I would like this to show up in the published pdf but the output is replaced with ‘#’ instead. I am trying to publish my code to pdf and use unicode characters as mathmatical variables. A simplified example would be:
% delta
fprintf(‘x03B4n’)
Output:
δ
I would like this to show up in the published pdf but the output is replaced with ‘#’ instead. matlab, fprintf MATLAB Answers — New Questions