VENV virtual environment

python -m venv venv Windows PS: .\venv\Scripts\Activate.ps1Mac OS: source venv/bin/activateLinus: https://docs.python.org/3/library/venv.html

Satellite matlab – Examples

Satellite Constellation Access to Ground Station https://au.mathworks.com/help/satcom/ug/satellite-constellation-access-to-groundstation.html This is summary note from above link reference: https://au.mathworks.com/help/satcom/ug/satellite-constellation-access-to-groundstation.html [Images are generated locally in Matlab] Objective:The scenario analyzes when a constellation of 40 low-Earth orbit satellites can photograph a specific geographical site located at 42.3001 degrees North and 71.3504 degrees West. Each satellite has an onboard conical sensor ... Read More

Installing conda in google colab

Conda is not pre-installed in Google Colab, but you can install and use it by following these steps. This will allow you to create and manage Conda environments within Colab. Steps to Use Conda in Google Colab: Notes:

Git Basic Commands

First install git: https://git-scm.com/downloads Check git version by git –version git config git ls-remote git branch https://confluence.atlassian.com/bitbucketserver/basic-git-commands-776639767.html git config –global –edit git ls-remote git remote -v git branch newbranch git branch -d branch git branch -D branch git branch -m branch git branch -a gitignoredirectory/*.log git reset git rm -rf –cached . git push -d ... Read More
error: