photo

John Cruce


Last seen: Today Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

34 Preguntas
0 Respuestas

CLASIFICACIÓN
14.044
of 300.331

REPUTACIÓN
3

CONTRIBUCIONES
34 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
55.88%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
 of 20.920

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.124

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


Approach to computing statistics on a latitude/longitude grid
I'm looking for suggestions on the best approach to computing statistics on a latitude/longitude grid in MATLAB. I have a non-g...

5 días hace | 2 respuestas | 0

2

respuestas

Pregunta


Mean of 3D matrix based on range of first dimension
I have a 3d matrix of size (365,360,720) with daily half degree global temperature data. I'd like to take the average over a ran...

alrededor de 1 mes hace | 2 respuestas | 1

2

respuestas

Pregunta


Shapefile or KML from 2d Matrix
I created a two-dimensional matrix (720, 1440) of global temperatures based on 0.5 degree latitude/longitude. I'd like to make a...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


Counting number of elements less than value across 2d matrix
I have a two-dimensional matrix of numbers size A(720,1440). I'd like to calculate the percent of values in part of the matrix -...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Custom colorbar labeling centered on colors
I have a figure for which I want to create custom colorbar labeling. Below is the sample code: figure; set(gca,'xtick',[],'xti...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


Best cloud solution for Individual MATLAB license?
I'm currently running an Individual MATLAB license on Windows desktop. I'm running into an issue with storage for data used when...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Rank value matrix from 3d Matrix
I have a 3d matrix of average global temperatures (0.5 degree lat/long) for 42 years (42×720×1440). For a given year (say year 4...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


Ranking Strategy for Large Temperature Dataset
I have a large dataset of daily global temperatures for 43 years. Imagine a 43x365x720x1440 matrix (43 years, 365 days, 0.25 deg...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Move colorbar closer to figure?
I have a colorbar with no title that I need to move closer to my figure to reduce padding/white space between the figure and the...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Reducing line spacing between multiline figure title
I have a multiline figure title with larger text on top. I'm trying to reduce the white space between text lines so that the two...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Adding text below southoutside colorbar labels
I'm wanting to add a small disclaimer text line under the colorbar of my figure. The figure is a projected map with my colorbar ...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Reshape 1D to 3D array
I have a 1D array (365x1) that I need to reshape into a 3D array (365x1x1) to divide into 3D array (365x721x1440). What's the mo...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Adding 2D array to 3D array within loop
I have a 3d array of zeros size (365,721,1440). I'm iterating through a for loop to add from array (721,1440) to the 3d array fo...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Remove colorbar border but keep tick labels
I'm needing to remove the outline around my colorbar. When I set the colorbar edgecolor to none (hcb.EdgeColor = 'none'), it doe...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Display latitude and longitude labels inside figure axes using m_map
I am using the m_map mapping package (https://www.eoas.ubc.ca/~rich/map.html). I'm wanting to display latitude/longitude labels ...

alrededor de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Centering Colorbar and Reducing Label Padding
I have a colorbar that I've adjusted to be roughly 80% of its original size. I'd like to center the colorbar at the bottom insid...

alrededor de 2 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Title inside figure plot
I have a figure plot with title currently above the figure frame. I'm wanting to remove the white space and border around the fi...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need an Elegant Sorting Solution for Directory File Names
I have a directory of filenames, (within a files structure array) structured like this: cdef2.20140101.pdef.txt cdef2.20140102...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Standard Deviation for X,Y data over 30 Years
I have 30 years of monthly average temperature for global latitude/longitude in a matrix A (dimensions Y,X,Year; size 361,721,30...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Retime Yearly Maximum - Finding Corresponding Dates from Timetable
I'm using the retime function to find yearly maximum values for a timetable (e.g., x=timetable(Datetime, Var); YearlyMax = retim...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Writing cell of dates to Excel file
I have a cell of dates (characters - 4700x1 cell) formatted as mm/dd/yyyy. When I attempt to write to an Excel file using xlswri...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Remote desktop for MATLAB individual license?
I am currently running an individual license of MATLAB on an older laptop (Dell Intel Core i7 @ 2.40GHz, 16 GB RAM, Windows 10 H...

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Divergence of Horizontal Wind using Spherical Coordinates
I'm wanting to compute divergence of the horizontal wind field from U and V components of wind (meters per second), but using a ...

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Converting 1D indexed array to 2D matrix
I have a 1-D array of radar data for latitude, longitude, and altitude (dimensions of 2301 x 1201 x 24). Since not all latitude,...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Creating 2D Matrix from latitude/longitude values
I have three 1D arrays of the same dimensions (14114 x 1): latitude, longitude, and radar reflectivity. The 1D arrays are not so...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Remove whitespace around exported (saved) figure via imwrite
I'm trying to save a figure using getframe and imwrite, however, there's a lot of whitespace around the figure I'd like to remov...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Exporting images (png) through export_fig - painfully slow
I'm using export_fig to export a figure to a high resolution png and it's painfully slow. Takes about 36 seconds to perform the ...

alrededor de 4 años hace | 4 respuestas | 0

4

respuestas

Pregunta


Unable to read grib2 data with nctoolbox
I'm attempting to read MRMS radar data from here: https://mrms.ncep.noaa.gov/data/2D/ReflectivityAtLowestAltitude/ I grabbed a...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Get ticks to lay across colorbar
I'm desiring to place ticks across my colorbar to more clearly separate the color palette. I've set the ticklength to be identic...

alrededor de 4 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Right align text in subtitle
I've created a multi-line title and I need a second string of text right aligned on the second line: t = title({['\fontsize{14}...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Cargar más