Community Profile

photo

Behrooz Daneshian


Last seen: 2 días hace Con actividad desde 2022

Estadísticas

  • Thankful Level 4
  • First Review

Ver insignias

Content Feed

Ver por

Pregunta


How can I remove contours outside the US border?
Hello all, Using the code below, I am going to draw contour lines showing the probability that frost depth exceeds 1 foot accro...

alrededor de 1 mes hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I get US dry land border coordinates(Lat. and Lon)?
Hi all, I aim to create contour lines outling a specific parameter on US map.Hence, I need to create mesh on the maps first. Th...

alrededor de 2 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I have US map's boundary points as pairs of longitude and latitude?
Hi all, I want to have US boundary points as pairs of longitude and latitude. Can anyone guide me how I can do it in Matlab?

alrededor de 2 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I make a grid on US maps based on latitude and longitude of its boundary polygon?
Hi all, I am struggeling wth making a mesh on US map so that I could use contourm function to show specific parameter across th...

2 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I get latitude and longitude range for each US state in MATLAB?
Hello all. I aim to draw contour lines showing a specific parameter in each state. For this, I need to create mesh across each ...

2 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I remove those contour lines outside the map?
Hello everyone. Using the code below, I can plot contour lines outlining frost depth values across the Minnesota. As can be see...

2 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to append a large number of cell arrays vertically?
Hi all, I have a large number of cell arrays that I need to append all of them vetically into a unique cell array. I do not wan...

3 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to append cell arrays to from a unique array and then fill one of its column out with data from excel sheets?
Hello all, Using the code below, I am going to load a cell array called "stations_CT" that includes information about all weath...

3 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I create contour on non-regular shape such as maps?
Hello all, I have written a code in which the final aim is to provide contour map outlining frost depth on Alaska sate. For eac...

3 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I use scatteredInterpolant function to interpolate between a bunch of scatter points within the map? (without using meshgrid)?)
Hi all, The output of the following code is 5 contour maps representing the probability that feezing depth across Alaska state ...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I plot contour lines on the generated map?
Hi all, Using the first section of code below, I could generate map of Alaska state. I need to draw contour lines (second secti...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I superimpose my contour plot to a map using usamap function?
Using the following code I could develope countour maps showing freezing depth across the Alaska states. How can I superimpose t...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I put Alaska map as a background behind my contour plots?
Hi all, Using the following code I could develope countour maps showing freezing depth across the Alaska states. How can I plot...

4 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I change the resolution of my plots?
Hi everyone, I am going to plot contour line maps using the code below. My problem is that some contour numbers can not be dist...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I add Greek character with subscript in the title of my figure?
Hi all, I am using the below code to plot the figures of interst. I want to have Greek character with subscript in the tile of ...

4 meses hace | 3 respuestas | 0

3

respuestas

Pregunta


How can I create for loop on contourf and save plots somewhere?
Hi all, I need to create a for loop in my code to make multiple contour plots. I use the following code to plot just 1 contour ...

4 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I draw contour lines in my problem ?
Hi all, I have created cell array(which is attached here) in which the first and second columns representing latitude and longi...

4 meses hace | 3 respuestas | 0

3

respuestas

Pregunta


How to read data from a Excel file and insert data within each sheet in a already created cell array
Hi all, Temperature data for 333 weather stations in Alaska state are stored in an Excel file(each sheet in this file represent...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I export a large list from R to Matlab
Hi all, I have created a large list in R and now, I intend to use this list in matlab. Can anyone help me in this regard? ...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to remove rows in a cell array?
Hi all, I have a cell array called "stations1". I want to remove any row for which column 9 is empty ([]). Can anyone one help ...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I calculate mean of elements in a column of a cell array?
Hi all, I have cell array called "stations2". I intend to calculate the avearge of numbers in 2nd column of this cell and inser...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to create contour lines?
Hi all, I have created a cell array called “stationsID” containing information about existing weather stations located in the s...

4 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Hoe can I convert my script to a function?
Hi all, I coded an script. I want to convert it to fuction so that I can call it whereever it is needed. Could you please guid...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to put cell array or a double in a existing double?
Hi all, I have created a double called "stations3". I need to insert below double in row one and column 6 of the stations3 (act...

5 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I remove some specific rows in which zero an nan values exist?
Hi all I have a cell array called "stations2". I intend to remove simultanesly all rows for which the second column is zero or ...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I avoid looping here?
Hi all, I want to avoid using for loop in part of my code to make it more efficient. Can anyone give me idea regarding this? S...

5 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


My code does does not go through the the if section
Hi all, I am pretty sure that in column 1 of Coefficient matrix (Coefficient(1:26,1)) there is value equal to Alpha(my input pa...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Why is my cod not working?
I wrote an interpolation code to get parameter called "landa" by just having two input parameters called "Alpha" and "Mu" respec...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I remove rows containing Nan values in table?
Hi all, I have attached a table I am working one. In some rows of a table, there is NaN values both for TAVG and Tfreezing. How...

5 meses hace | 2 respuestas | 0

2

respuestas

Pregunta


How to create for loop on date?
Hi all, Suppose that I have a table having two columns(variables). The first column is date and the second one is daily tempret...

5 meses hace | 2 respuestas | 0

2

respuestas

Cargar más