You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x = rand(1,10);
y = rand(1,10);
z = duration(rand(10,1),randi(60,10,1),randi(60,10,1));
plot3(x,y,z,'o','DurationTickFormat','mm:ss')
xlabel('X')
ylabel('Y')
zlabel('Duration')
grid on
fig2plotly();
The following message is printed:
Invalid data type. First argument must be numeric or logical.
We had trouble parsing the line object.
This trace might not render properly.
Code:
The following message is printed:
Expected and generated (https://chart-studio.plotly.com/~xarico10/166/#/) plots:


An example on using Duration objects can be found on:
'Plot Duration Data with Custom Tick Format'
https://www.mathworks.com/help/matlab/ref/plot3.html
The text was updated successfully, but these errors were encountered: