Estadística
0 Problemas
4 Soluciones
CLASIFICACIÓN
79.290
of 300.343
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.926
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
63.846
of 168.172
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
50
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Trouble with Mean function
Hi, I wrote the following code, but it is returning NaN for the output of AvgRule1. It should be the mean of X, when A < 1. I ha...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
I am trying to write data from fitlm model to excel and write a column vector of the name of variables into my excel table
Hi, Here is my code: clear all X = xlsread('example.xlsx', 1, 'A2:A857'); %get data from column in excel Y = ...
más de 8 años hace | 1 respuesta | 0
1
respuestaI'm trying to select out rows with strings from a spreadsheet that agree with certain conditions.
Thank you Gim! Now I just need to figure out how to select column 1's value based on the other columns.
más de 8 años hace | 0
Pregunta
I'm trying to select out rows with strings from a spreadsheet that agree with certain conditions.
Hi, I'm trying to write a code to select out the strings that have a 1 in the corresponding column. This is the code I wrote...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Why doesn't my code return the correct value when I try to find the average of the values greater than 0?
Hi, I'm trying to find the average of the values that are greater than 0 and the average of values less than 0. I wrote the f...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to find the average of a matrix from excel in MATLAB
Hi, I would like to find the average of the matrix found in the spreadsheet attached in MATLAB. I calculated my results manua...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Trying to find all the average of negative numbers under certain conditions
Hi, I'm trying to find the average of numbers less than 0 in one column that correspond with positive numbers in the rows of ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
counting the number of elements under multiple conditions
Hi there, I need to count the number of elements in column y that confirm two conditions: # When the column x is greater ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Trouble with a correlation analysis code
I'm writing a code to run a correlation analysis between two variables under certain conditions. I want to see if there is a c...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Unregistering a computer and registering new computer
I got a new laptop and want to un-register my MATLAB account off of my old computer and set it to the new one. I already am usin...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Is it possible to use 20 variables in a multi regression on MATLAB?
Is it possible to use 20 variables in a multi regression on MATLAB?
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
I'm trying to run a linear regression on cases that fit certain criteria, can you help?
I have a matrix I downloaded from excel: clear all x = xlsread('excelspreadsheet.xlsx'); z = xlsread('BR5_BR4.xlsx'...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I write multiple sets of data from MATLAB to one sheet in excel?
I'm running a linear regression test in MATLAB from data I have in excel. A = xlsread('excel_report.xlsx', sheet, 'ColumnA...
alrededor de 9 años hace | 1 respuesta | 0

