Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
xkcd1930 is a generator of calendar facts, based on the xkcd comic by Randall Monroe: https://xkcd.com/1930
USEAGE:
s = xkcd1930; % Generate a random fact and save as long string s
s = xkcd1930('titletext'); % Same as above, but includes the title text
s = xkcd1930('wrap'); % The string "s" fits on the terminal display
EXAMPLE:
s = xkcd1930('titletext','wrap');
disp(s)
xkcd1930 includes a modified version of "wraptext", by Chad Greene (2015). Full function available at: https://www.mathworks.com/matlabcentral/fileexchange/53176-wraptext
Citar como
Delyle Polet (2026). xkcd1930 (https://la.mathworks.com/matlabcentral/fileexchange/65453-xkcd1930), MATLAB Central File Exchange. Recuperado .
Agradecimientos
Inspirado por: Display progress, pause or stop a time-consuming loop, XKCDIFY, Intuitive RGB color values from XKCD, wraptext
Información general
- Versión 1.4.0.0 (6,62 KB)
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.4.0.0 | Now each random fact is equally likely. Fixed some capitalization issues.
|
||
| 1.3.0.0 | Fixed a typo, removed useless input validation in wraptext |
||
| 1.2.0.0 | Just updated the description. That's it. |
||
| 1.1.0.0 | Just changed the title in the submission. That's it |
||
| 1.0.0.0 |
