
Muhammad Usman Saleem
Punjab Agriculture Department, Govt of Punjab, Pakistan
Interest in development of geospatial-agro-climatic- modelling. Active member in successfully development of Hydrological modelling of world biggest irrigation network. Expert in MODIS, Lansat, DUNDE, ASTER, Alos, AIRS, Sentinel series. Suggested number of statistical corrections in aforementioned dataset. Industry from the geospatial-agro-climatic side welcome to connect osman.geomatics@gmail.com
Python, C++, R, MATLAB
Spoken Languages:
English
Statistics
54 質問
130 回答
ランク
569
of 257,769
評価
107
貢献
54 質問
130 回答
回答採用率
90.74%
獲得投票数
26
ランク
of 109,997
貢献
0 問題
0 解答
スコア
0
バッジ数
0
貢献
0 投稿
貢献
0 パブリック チャネル
平均評価
貢献
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
質問
Converting table within Cell arrays to matric in Matlab
I'm proccessing daily temperature data since 1991 to 2022. I've proccess them into over 36 different area of interests and conv...
3ヶ月 前 | 1 件の回答 | 0
1
回答質問
How to find Summary Statistics of Image in Matlab
I've MODIS satellite raster (tiff image) and this raster is of evapotrainspiration (ET) dataset collected by this satellite. I w...
5ヶ月 前 | 1 件の回答 | 0
1
回答質問
How to process NC file in matlab
I've monthly soil monisture NC file. This file contains monthly soil monisture data since 1948. I want to extract soil data with...
5ヶ月 前 | 2 件の回答 | 0
2
回答質問
How to custom sort a vector with respect to another vector of unequal length
I have a vector *Lon* which I have created after spline interpolation of *lon* vector Lon = [... 88.5000 88.000...
4年以上 前 | 1 件の回答 | 0
1
回答質問
How to get equation of signal in matlab
I want to find equation of this signal. <</matlabcentral/answers/uploaded_files/82977/matlab1.jpg>> I plot this time se...
5年弱 前 | 1 件の回答 | 0
1
回答質問
cropping nc4 file with shapefile in matlab
I want to crop my nc4 file according to my shapefile extent. I am trying this file = 'GLDAS_NOAH10_3H.A20050102.0000.020....
約5年 前 | 0 件の回答 | 0
0
回答How to fit axes to contourm plot?
[min(min(double(XLAT))) max(max(double(XLAT)))] fix this in this manner [(min(double(XLAT)) max(double(XLAT))] let ...
5年以上 前 | 0
unable to open .nc file downloaded from NCEP website.
you are using some old version of matlab, please use matlab version above than 12 to red netcdf files
5年以上 前 | 0
How to create a simulink signal read from csv file at run time
try this mydata=csvread('yr csv file'); time=mydata(:,1); %assuming first column in csv file is time amp=mydata(:,2) ...
5年以上 前 | 0
how to convert .text file to .wav?
if u have text file fid=fopen('abc.txt'); %% do action what u want fid close;
5年以上 前 | 0
質問
piling multiple images in one 3d
I have three rgb images(attached) which I want to pile them in horizontal manner in matlab (shown in figure below) <</matlabc...
5年以上 前 | 2 件の回答 | 0
2
回答質問
Reading text file of different columns as empty in matlab
My text file consists on *31*13 matrix*, Problem is *3nd column* which has length of *28*, *columns no 3,5,8,10,12* are of *leng...
5年以上 前 | 2 件の回答 | 0
2
回答質問
parallel function commputing error
I have 17 excel files in my folder i am trying to read them one by one and trying to use <https://www.mathworks.com/matlabcentr...
6年弱 前 | 0 件の回答 | 0
0
回答How to find which coordinate or pixel (x,y) contains which colour intensity?
On this <http://www.mathworks.com/matlabcentral/answers/277455-finding-the-rgb-value-of-a-fig-at-given-x-and-y-locations link> ...
6年弱 前 | 0
How to create an adjacency matrix from an image??
dears; Have you try these links https://www.mathworks.com/matlabcentral/answers/217894-generate-a-weighted-graph-and-an-ad...
6年弱 前 | 0
Why do I keep getting an error when I try to install eeglab on matlab?
Try this link: http://www.mathworks.com/company/aboutus/contact_us/?s_tid=gn_cntus You can also send an email to support@...
6年弱 前 | 0
How can I repeat this line plot?
why you do not copy paste it into code, i think due to bluck in coding try to access these lines through for loop. Check ...
6年弱 前 | 1
| 採用済み
Plot displacement v.s time of an area from a video
to plot two variable (must be of same length) as x and y use plot(x,y);
6年弱 前 | 0
Help with shape specification in matlab
here is your solution by image analyst http://www.mathworks.com/matlabcentral/answers/289472#answer_225273
6年弱 前 | 0
| 採用済み
How can I made a correlation between two images of the same size?
it is very simple to find correlation between two images of same size. a=imread('firstimage.tif'); b=imread('secondimage...
6年弱 前 | 0
How to read each pixel size contribution in an image?
this function read each pixel of your image myimage=imread('youimage.jpg');
6年弱 前 | 0
How do i plot a scatter plot of wind speed and wind direction?
you may try *quever plot* to show winds speed and direction vector.
6年弱 前 | 0
質問
how to make a slice of multiple images in 3d
I have these three images meterology. First image is weather chat of 100m, second is of 200m, thrid is of 300m. <</matlabcent...
6年弱 前 | 1 件の回答 | 0
1
回答Making cool or interesting plots?
http://www.mathworks.com/matlabcentral/answers/292226#answer_226694
6年弱 前 | 0
how to write a program that will open directories inside of a larger directory and execute a script inside each?
vote my question <http://www.mathworks.com/matlabcentral/answers/278657-auto-run-and-delete-files-from-multiple-subfolders here>...
6年弱 前 | 0
How to plot multiple lines in a graph?
x1=[2 3 4 5]; y1=[9 4 3 2]; x2=[11 20 30 50 ]; y2= [ 20 30 50 60]; plot(x1,y1) hold on plot(x2,y2) ...
6年弱 前 | 10
Importing multiple jpg files using imread. File format error.
jpegFiles = dir('*.jpeg'); numfiles = size(jpegFiles); try to use this
6年弱 前 | 0
Difference between D(f)(x) and diff( f(x) , x )
let say you are working with two for loops one has index variable f and other is x the D(f)(x) means everytimes the...
6年弱 前 | 0
| 採用済み