Community Profile

photo

Rupak Loodh


Last seen: 3 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to Incorporate ARCGIS map in MATLAB?
You can convert ARCGIS map into shape file. Then input these file in matlab as grided format. load('yourmap.mat');

6 months ago | 0

Answered
How to use quiver correctly?
you may use scale: scale_factor = 0.2; quiver(t,t*0,u*scale_factor,v*scale_factor,'AutoScale','off','ShowArrowHead',1); axi...

9 months ago | 0