Hi all So I added Danny's right-click menu shortcuts to our repo ( github.com/ska-sa/mlib_devel) with some helpers that I use quite a lot. So all in all:
-Get the size of a block and... -...Resize selected blocks to that size -Increment tags in Goto/From blocks -Make new Goto block with incremented tab -Make From blocks from Goto blocks Herewith the demo video: http://www.youtube.com/watch?v=fNdw9Fba8R4 Cheers Paul On 3 October 2013 23:41, Danny Price <[email protected]> wrote: > > Hi All > > I stumbled across a lifechanging simulink menu customization to automatically create simulink blocks: > http://www.mathworks.com/matlabcentral/fileexchange/25736-create-from-blocks > You can see a gif of it in action here: > http://blogs.mathworks.com/images/pick/will_campbell/potw_create_from_blocks/From_Goto.gif > > I modified it a bit so you can also create goto blocks with incremented names, > e.g. adc0, adc1, adc2, etc too. For now you can grab them from: > https://dl.dropboxusercontent.com/u/9870263/sl_menu.zip > > To install, you just need to copy the m-files in that zip to your mlib_devel/caper_library and restart matlab. > > If any of the git ninjas think this is main-repo worthy, please add it in... > > Cheers > Danny > >

