Skip to content

slaveo/matlab_coding_competition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tip

Whatever you don't understand, look omline or ask your friend

Contributing

Clone the repository

git clone https://github.com/VicTheM/matlab_coding_competition

Move into project directory

cd matlab_coding_competition

Create a new branch for yourself

git checkout -b <yourFirstName>

Create your calculator app and add it

git add -A

Commit the change

git commit -m "Calculator app completed"

Push the code to your branch

git push -u origin <yourFirstName>

Create a pull request on github for me to merge the code with the main branch

Note

If you want to see other people code that has not been merged to the main branch, checkout their own branch on github. if you don't understand ask google
To run and test other people app, run the installation file (the one ending with .mlappinstall) on matlab. You can do this by clicking the install package on the top left corner of matlab window
To make your app installable, package it by clicking the package app on the top left corner of the screen.

Folder structure

your simple calculator program should be uploaded in a folder named calculator<YourFirstName> ie: calculatorVictory

About

music_studio is a software that mimics a home theater, but an advanced configurable one. It was built with MATLAB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors