Hello,
I apologize in advance if this is a very simple question. I’ve tried looking through all of help forums and troubleshooting but I’m not skilled enough to fix my problem.
Basically everytime I run MatLab I have to go through the setup steps for Plotly.I follow all of the instructions except for the"saveplotlyconfig(‘your_base_domain’)" because I wasn’t sure what this meant. (I’m a new I apologize).
And when I do the setup I can create plotly graphs offline but not online.
When I try just using fig2plotly() I get this error:
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;
Any help would be really appreciated.