photo

Alexandra Brian


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

12 Questions
1 Réponse

Cody

0 Problèmes
4 Solutions

RANG
79 356
of 300 786

RÉPUTATION
0

CONTRIBUTIONS
12 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 091

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
65 074
of 171 031

CONTRIBUTIONS
0 Problèmes
4 Solutions

SCORE
50

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 8 ans il y a

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 8 ans il y a

Question


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...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

A résolu


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

plus de 8 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

plus de 8 ans il y a

Question


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 = ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
I'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.

presque 9 ans il y a | 0

Question


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...

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


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...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


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 ...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 9 ans il y a | 2 réponses | 0

2

réponses

Question


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?

environ 9 ans il y a | 2 réponses | 0

2

réponses

Question


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'...

environ 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 9 ans il y a | 1 réponse | 0

1

réponse