Hello - I just started using plotly, initialized it in MATLAB however I get the following error when I try to convert the figures into plotly - fig2plotly( ). Thanks for all your help in advance!!
Error using urlreadwrite (line 59)
Could not POST to URL.
Error in urlread (line 36)
[s,status] = urlreadwrite(mfilename,catchErrors,url,varargin{:});
Error in makecall (line 27)
resp = urlread(url, ‘Post’, payload);
Error in plotly (line 28)
response = makecall(args, origin, structargs);
Error in plotlyfig/plotly (line 432)
response = plotly(obj.data, args);
Error in fig2plotly (line 49)
p.plotly;
Error in ParetoGraph (line 95)
fig2plotly()