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
Could pull in the dispstr API to do this, but I don't know if that's a good idea, since Tablicious' goal is to eventually be accepted into core Octave, and dispstr is not standard Matlab functionality.
I'm afraid I can't: I'm still not entirely sure how this feature should work, and I'm still thinking through its design and behavior in my head. In particular, I don't know if I should introduce dispstr-API-related stuff, and I'm not sure how nonscalar arrays should convert in this context.
In Matlab, you can pass datetime, categorical, and related arrays to
'%s'
conversion specifiers, and it works. Update Tablicious to do this.The text was updated successfully, but these errors were encountered: