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

Using Google colab with specific python version

https://saturncloud.io/blog/how-to-change-python-version-in-google-colab/#:~:text=libraries%20or%20projects.-,Using%20a%20Custom%20Runtime,as%20the%20%E2%80%9CRuntime%20type%E2%80%9D. https://stackoverflow.com/questions/60775160/install-python-3-8-kernel-in-google-colaboratory/71511943#71511943

Blockchain

https://ethereum.org/en/developers/docs/intro-to-ethereum Demo: https://andersbrownworth.com/blockchain/blockchain Key Words

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:

Kotlin Multiplatform

https://kotlinlang.org/docs/multiplatform-get-started.html https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-create-first-app.html Set up Environment: https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-setup.html?_gl=1%2A1rp5et3%2A_ga%2AMTIxMDY0OTczOC4xNzI4MzIzNTE0%2A_ga_9J976DJZ68%2AMTcyODMyMzUxNC4xLjAuMTcyODMyMzY2My41MS4wLjA.%2A_gcl_au%2AMTcwNTk2OTcyMy4xNzI4MzIzNTIz Check Environment: Install brew if necessary, brew.sh There could be various issues: Solutions: 1. Java Not Found Problem: The Java Development Kit (JDK) is missing. Solution: Install the JDK by downloading it from the official Oracle website or via Homebrew: For macOS, you can also use Homebrew: brew install ... Read More

Installing HomeBrew

Go to terminal and run this:/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” https://brew.sh

Github README.md file.

Main Source:https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax References:
error: