Thomas Burbey
Followers: 0 Following: 0
Estadística
14 Preguntas
2 Respuestas
CLASIFICACIÓN
26.213
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
14 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
Feeds
Pregunta
I want to color code US states by specific metrics. What is the easiest way to do this?
I know how to create a conus map ax = usamap('conus'); %ax = worldmap('USA'); load coastlines geoshow(ax, coastlat, coastlon...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem getting number of ticks and labels to work properly
My x axis corresponds to dates. My data go from Nov 1994 to Dec 2007 and currently the default plots even years from 1996 to 200...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I use fprintf to print an mxn matrix of values to a file
I have a calculated flow net of values in a matrix that I want to print in order (mxn) How can I print the matrix to a file tha...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasDefault layout configuration. I see only a command window
Thank you!
alrededor de 6 años hace | 0
Pregunta
Default layout configuration. I see only a command window
This is a dumb question, but I'm in some configuration where all I see is the command window. I can't see the workspace, the com...
alrededor de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
Removing rows in a timetable that don't meet certain criteria
I've created a timetable that has daily values of precipitation for a large number of years. I want to use retime to obtain the ...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot range of values as bars
I'm trying to figure out how to plot a range of y values as bars. For example if my x-axis is days of the month, my bars would r...
más de 6 años hace | 5 respuestas | 0
5
respuestasPregunta
Need to obtain daily average values
I have a file (attached) with hourly volumetric moisture content data for various depths in the soil column. I want to create a ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Daily average precip for many years
I have a large matrix of two columns containing dates (eg 1/1/1991) and precip values. I want to create the average daily precip...
más de 6 años hace | 2 respuestas | 0
2
respuestasPregunta
How to add poly fit to time series
I'm using the timeseries class to create time series plots. How do I add a poly3 fit to the time series and get the correspondin...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Upgraded to R2017a from R2016a and now fit function won't work
I'm getting the following error (the code worked fine with version R2016a). Can anyone help and explain why?? Error using c...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Associating fit polynomial X values with dates of timeseries
I have a time series of water-level data that I have used a poly3 fit to. I'd like to create an array or table with the datenum ...
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
I'm trying to create a date columm vector that only has the month and year, since my data are average montly values over a large number of years. I can't seem to find a way to do this when days are not included. Suggestions?
I want to create a table column that has month and year (eg. Jan-1991, Feb-1991....Dec-2015) as a date-time type. However, I can...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
create a 3D bar from table of data
I have a table with years in column 1 and months in columns 2-13 with the table values representing total monthly precipitation....
alrededor de 7 años hace | 0 respuestas | 1
0
respuestasHow to plot monthly values of precipitation over multiple years and have years plotted on x-axis
How do I reshape my array that is in the form (year, month, data value): 1991, 1, 45.2 1991, 2, 84.3 1991, 3, 23.3 1991, 4, ...
alrededor de 7 años hace | 0
| aceptada
Pregunta
How to plot monthly values of precipitation over multiple years and have years plotted on x-axis
I have a table with headings of year, month, and value where the value is the total precipitation of the month. I would like to ...
alrededor de 7 años hace | 2 respuestas | 0