SChow
Followers: 0 Following: 0
Statistik
RANG
9.846
of 295.448
REPUTATION
4
BEITRÄGE
32 Fragen
6 Antworten
ANTWORTZUSTIMMUNG
65.63%
ERHALTENE STIMMEN
3
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
make separate table for sets of lat lon that appears x times in a big table.
Hi I have a big table 'A' (attached) and I am trying to make multiple tables out of it. Each for a set of lat and long that appe...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Find the first appearance of a number in a row.
Hi I have a matrix A from which I need to return a vector which contain the index of first occurence of a number say 2030 such t...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Buffer around a value in a matrix.
Hi I am struggling with building a buffer of values around a specific value in a matrix. For example I have a matrix A=[ 0 0 0...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Combine all MODIS 1km tiles for one day and make a global matrix
Hi, I am trying to combine all MODIS 1km tiles (there are 35*17 sinusoidal grid tiles each of size 1200x1200, see https://modis...
fast 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Build a Nonlinear Regression model
Sorry for the very basic question. But I am just trying to figure out the best way to proceed. I have a table (10000*4) with 3 ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Match numbers to allocate text
Hi, I am struggling to match numbers to assign a corresponding string. For example, I have an array x=[A 12 B 13 C...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Circular bar graph in matlab
Hi, I have a table with two columns(headers- Country, Population) and 100 rows. I would like to plot a circular bar graph like i...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
replace values in a matrix by their histogram bin numbers
I have a large matrix 10000x10000 As I draw a histogram by 10 bins, I was wondering if there is a simple way by which I can rep...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Match folder names with file names and rename the folder
I have a path folder names as follows: ~/directory/2000/land/cities/Muscat/ ~/directory/2000/land/cities/Riyadh/ ..... 1000 ...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matching matrices based on two columns
I have two matrices A and B, I am trying to match these by 2 columns of B and when they dont match instert Nan as fill value A=...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortKeep selected rows in a struct file
%%jn is the array, (not converted to cell array that I was originally %%converting it to , and I should have used square brac...
mehr als 3 Jahre vor | 0
| akzeptiert
Frage
Keep selected rows in a struct file
Hello, I have a 600x1 struct file with 5 fields. One of the field is 'labels', containing random numbers from 1 to 1000. and a ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
match elements of a matrix to an array
Hello, I have one matrix (A1) of size 4000x8000 and the second matrix (g1) of size 100000x2. I am trying to match each number ...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
for loop taking too long to operate
I have a matrices (b1 and popx) with size 25000x50000, code is a vector which contains unique values in b1 (of length 300). For ...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
perform matrix operation without for loop
I have a matrix (exp_data) of size 25000*45000. I need to perform the following operations as in the code, however with the for ...
etwa 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Performing matrix operation without loop
Hi, I have two matrices (A and B), each of size, 4000x8000x3 (i,j,k). The 'k th' dimension of both matrix contains median and...
mehr als 4 Jahre vor | 2 Antworten | 1
2
AntwortenError in geoshow: (displaytype,'Surface')
pcolorm is an immediate alternative to using geoshow.
mehr als 4 Jahre vor | 0
Frage
Finding and replacing numbers with NaN
Hello, I have a matrix where the numbers only made up of 9 are fill values and should be replaced by NaN.; For eg: There are n...
mehr als 4 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Error in geoshow: (displaytype,'Surface')
Hi I am getting a weird error and the geoshow function is not working with 'Displaytype', 'Surface' and set(gca,'colorscale',...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find string corresponding to another string within a text file
Hi, I have a text file, I was trying to read the latitide, longitude and station name corresponding to the associated strings...
mehr als 4 Jahre vor | 1 Antwort | 0
1
Antworthow to read NASA AMES FORMAT data
Okay, Matlab cannot read .nas files, so one needs rename the .nas files to .txt (or similarly suitable extensions), and then r...
mehr als 4 Jahre vor | 0
| akzeptiert
Frage
how to read NASA AMES FORMAT data
I havea data with '.nas' extension (NASA AMES FORMAT). Is there a way to read it. I tried readtable and dlmread. None would work...
mehr als 4 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Extrapolate using half the slope than in original data
I have a set of 21 X,Y poinst which I intend to extrapolate by using slope (rate of change)= 1/2 than that is observed in the or...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Interpolating point LAT,LON data to make gridded data
I have lat,lon,z point values (not gridded), I want to interpolate z at 1.875x1.875 degree resolution. The below code doesnot p...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Interpolating scattered data within a shapefile/worldmap
Hi I have x,y,zi scattered data, where x is lon, y is lat and zi is the data, I want to interpolate and extrapolate the data wi...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortHow to make the graphs more smooth in matlab
Hi, you may use the print function to save your figure at a desired high resolution print(gcf,'fname.png','-dpng','-r800');%%%f...
fast 5 Jahre vor | 0
Frage
Match strings from 2 tables
Hi, I have 2 tables example: TA= 'Name' 'Code' 'AFG' 120 'CAN' 210 'BER' 121 'FIJ' 910 ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Finding matching strings from a table and making a new table
I have a huge table of size 18792010x57 (57) are the number of columns. As an example say the table (T) that looks like: 'A' ...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find corresponding values for unique values in a matrix
I have two matrices A and B. I want to add up elements in matrix B for every unique element in matrix A and return C A =[1 47 2...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matching elements in a matrix with elements in another matrix
I have a matrix, A=[1 3 4 3 1 5 NaN 3 6] and another index matrix B=[1 333 2 356 3 112 4 789 5 7...
fast 5 Jahre vor | 1 Antwort | 0