Jessica Larry
Followers: 0 Following: 0
Statistica
6 Domande
0 Risposte
RANK
204.014
of 295.467
REPUTAZIONE
0
CONTRIBUTI
6 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
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 ...
oltre 4 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
"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...
oltre 4 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 4 anni fa | 1 risposta | 0