Estadística
41 Preguntas
2 Respuestas
CLASIFICACIÓN
13.504
of 295.467
REPUTACIÓN
3
CONTRIBUCIONES
41 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
53.66%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
returning output of nested function
Hi there, I have a function nested inside another function. How can I get the main function to return the output of the nest...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to prevent objective function from becoming negative with the linprog solver (i.e minimum should be 0)
Hi there, I am using the linprog solver to find two decision variables (x1 and x2) in order to minimize an objective functio...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to filter data in matlab like in excel
Hi, I have a variable 'data' with 2 columns, time (1-24) and energy consumption. I have a whole year of data. If I only want...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to prevent function output being overwritten in for loop?
Hi there, I have a for loop below which calls the same function "Optimiseenergy" in each iteration. There are 2 outputs from...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
seeking help with a for loop syntax
Hi there, I'm trying to write a simple for loop to simulate how the state of charge of an electric vehicle battery decreases...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
correct syntax for appending number to word in for loop
Hello, I was wondering if somebody could help me with a for loop. In the for loop below, what would be the correct synta...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
creating variable of specified length and same values
Hi, How could I create a 4x1 variable of the value 1.2? For example 1.2 1.2 1.2 1.2
alrededor de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
Dates not being handled correctly in script
Hi there, I'm trying to write a function to import data from a Microsoft access database between two dates. I'm using the da...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Downloading weather (wind speed) data in matlab
Hi there, I am interested in downloading weather data into matlab or setting up at datafeed feed to a website. Specifically ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
defining simple optimization constraint: When x1 > 0 then x2 has to equal 0
Hi there, I'm working on an optimization problem with 2 decision variables x1 and x2. The problem optimizes the values of x1...
alrededor de 11 años hace | 3 respuestas | 0
3
respuestasPregunta
Question regarding hydroelectric dam optimization webinar
deleted
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Seeking help creating a double matrix of ones and minus ones
Hello, I'm relatively new to matlab and I'm trying to create a matrix like the example below. But I can't seem to get the co...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Confusion matrix neural network
Hello, The confusion matrix for my NN for classification is below. I'm struggling to understand the numbers. I know the over...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
filling in blank cells with nearest number
Hi there, Would anybody be able to help me with some code to 'fill in some data'. I have a column of data with '1's and ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Spreadsheet link MLGetMatrix function
Hello, I have a question regarding the Spreadsheet Link EX tool. I have been trying to use the code below in a loop in a V...
más de 11 años hace | 0 respuestas | 0
0
respuestasQuestion regarding the Spredsheet link EX tool, MLGetMatrix function
bump
más de 11 años hace | 0
Pregunta
Question regarding the Spredsheet link EX tool, MLGetMatrix function
Hello, I have a question regarding the Spreadsheet Link EX tool. I have been trying to use the code below in a loop in a...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
quantify difference between discrete distributions
Hello, I am trying to quantify the difference between two discrete distributions. I have been reading online and there seems...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Chi squared test to test if data is from same distribution
Hello, I have recorded some discrete data with an unspecified distribution. I have generated some discrete data from a m...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
creating a hist3() plot with already binned data
Hello, I was wondering if anybody could help me with a relatively simple problem that I have creating a plot. I create a 3D ...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Looping through files and creating and saving plots
Hi, I'm trying to loop through a folder of files (20) to create 20 plots. I have most of the code completed I think, but...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
different cdf plot produced by 2 different code
Hello, I created 2 plots below using the same data but different code. Could anybody explain to me why the cdf plot (red lin...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem binning data with histc()
Hello, I am trying to bin velocity and acceleration data using histc(). However, I am getting an error. I would be grateful ...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
matrix dimension mismatch in hist3 plot()
Hi, I am using the code below to create a hist3 plot. My question is, why is the variable z data a 405x605 matrix? I ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem plotting with bar() instead of hist()
Hi, I use this code to overlay a CDf plot on a histogram. Note the histogram data in binned according to bin centers. ...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
intercept of secondary axis
Hi, Im plotting two lines using two axis. They are velocity and acceleration. My question is how can I make the 0 point on t...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Histc function, bin edges error
Hi, I am using the code below to overlay a cdf plot on a histogram (top code). I want to specify the bin edges using the his...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change text size in boxplot
Hi, Would anybody know how to change the size of the font on the x-axis labels in a boxplot. For example I want to make the l...
casi 12 años hace | 3 respuestas | 2
3
respuestasPregunta
Property editor grid lines
Hello, Can you make the grid line in a plot thicker in the property editor? I want to make mine more visible but cannot figu...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
matlab code error - Subscript indices must either be real positive integers or logicals.*
Hi, Would anybody know why I am getting the following error after the code below executes a couple of times (about 20 times)...
casi 12 años hace | 2 respuestas | 0