In Which Year Did I Make the Most Posts to the MATLAB Newsgroup?
Its the 15th anniversary of MATLAB Central and it made me think about my contributions to the MATLAB community.
My first interaction was with the MATLAB Newsgroup. I wanted see when my first post was and then when my most active years were. I could see my first post by using the newsreader search page. To find my most active years, I went with my first idea of downloading a list of my posts as a .txt file and then use regular expressions to extract date information and plot a histogram.
In this code-along style video I use:
- regexpHelper app from the File Exchange by Todd
- MATLAB regexp function including ‘names’ option recommended by Jan Orwat in a previous post of mine
- datetime objects
Play the video in full screen mode for a better viewing experience.
评论
要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。