photo

Jessica Larry


Last seen: plus de 5 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

6 Questions
0 Réponses

RANG
263 835
of 300 369

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
66.67%

VOTES REÇUS
0

RANG
 of 20 936

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 436

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Good non linear Regression
I have the following data: x = [15, 25, 35, 45, 55, 65, 75] y = [22.3, 27.5, 28.8, 29.9, 29.6, 27.4, 23.3] How could I create...

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

1

réponse

Question


Not enough input arguments.
L = data(:,3); %this is the length/value of each item for k = 1:length(P) item.test(k) = tolerance(item.cat(k),L(k)); end ...

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

0

réponse

Question


Trying to use a user-define function but keep getting ERROR: "Unrecognized function or variable 'tolerance'."
L = data(:,3); %this is the length/value of each item for k = 1:length(P) item.test(k) = tolerance(item.cat(k),L); end ...

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

0

réponse

Question


Error " Array indices must be positive integers or logical values."
This is the Question I am being asked to solve and this is the code I have so far... T1 = 70; %deg F T2 = 200; %deg F W = 2...

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

1

réponse

Question


"Index exceeds the number of array elements (1)."
load('air.txt') Air.temp = air(:,1); Air.press = air(:,2); Air_R = 0.287; load('argon.txt') Argon.press = argon(:,2); Ar...

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

1

réponse

Question


matrix full of zeros
load('air.txt') Air.temp = air(:,1); Air.press = air(:,2); Air_R = 0.287; for k = 1:length(air) Air(k).vol = (Air_R...

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

1

réponse