Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation and Examples #3

Open
jasonnicholson opened this issue Apr 23, 2018 · 3 comments
Open

Documentation and Examples #3

jasonnicholson opened this issue Apr 23, 2018 · 3 comments

Comments

@jasonnicholson
Copy link

jasonnicholson commented Apr 23, 2018

I forked your repository. I am working on writing documentation and examples. I plan to send you a pull request once it is more complete. Here the items that I can identify are of use:

  • Simple starter examples. You have some of this.
  • Complicated, multi-input functions. i.e. The equivalent of like a triple or quadruple for loop.
  • global_data function use.
  • Setting up SSH on windows with batch_job in a corporate environment.
  • Simulink examples and recommendations.
  • More information on memory mapping.

If you have more requests, please put them here: https://github.com/jasonnicholson/batch_job/issues
or just reply to this message.

The final product will be like this:
https://www.mathworks.com/matlabcentral/fileexchange/61436-jasonnicholson-regularizend

Current formated documentation is here:
https://github.com/jasonnicholson/batch_job/tree/master/Documentation/html

Examples are here:
https://github.com/jasonnicholson/batch_job/tree/master/Examples

@ojwoodford
Copy link
Owner

Hi Jason. That all sounds great! I'll take a look when it's done. I'd also love to ask you a few questions:

  • Do you use the toolbox much?
  • Is your aim to make your regularizeNd function work efficiently on large datasets?
  • I know the documentation isn't great, but the toolbox also doesn't seem to have that many users. Do you feel it would if better documented?
  • Have you successfully used the SSH stuff, and if so on what OS? I've found not many people have success with that.

Thanks for your input!

@jasonnicholson
Copy link
Author

jasonnicholson commented Apr 24, 2018

I have used the toolbox several times. I want to use it more especial as I ramp up testing of my simulink models for automated tests split over multiple PCs.

regularizeNd is very efficient on large datasets. I regularly work with matrices up to rank 1e8. I really haven't needed bigger for now.

Yes, I think batch_job would have a lot more users with better documentation. It is clear you are very smart and batch_job was written with greatly flexibility to do complicated tasks. The barrier to entry to use the tool could be better. Examples and documentation are needed. I plan to document it and then suggest it to colleagues.

I use SSH on Linux. I have done SSH on windows but it has been a while.

I have already looked deep into the code and rearranged things for cleaner execution and clarity. I think that even if SSH is a problem, I can use another remote tool to get things working. Basically my guess is that I need to get remote command line session running some way. There is lots of options.

@ojwoodford
Copy link
Owner

Sounds good. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants