Statistik
7 Fragen
0 Antworten
RANG
76.847
of 300.759
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
100.0%
ERHALTENE STIMMEN
0
RANG
of 21.081
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.900
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Determining Constants of Best Fit Curve
I have a dataset (x,y) that I would like to fit a curve to. The curve must be of the form: y = a + b*c^d*x^e where a,b,c,d...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to element by element multiply all rows of a matrix in a loop?
I've written a function which generates an (a x b) matrix where a,b are both inputted quantities. After I've generated this matr...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Running through a randomly generated array and doing calculations
Here's the problem statement: "Consider an array x of randomly generated positive and negative integers. Write a script that pe...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Sum of first 100 integers?
Write a script that uses a for loop to calculate the sum of the first 100 integer numbers
fast 12 Jahre vor | 5 Antworten | 0
5
AntwortenFrage
Vector Equation with scalars?
Define a and b as scalars a = 3 and b = 4, and x as the vector x = −3,−2.8,−2.6,··· ,1.6,1.8,2. Then use these variables to calc...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Three element vector function?
Create a MATLAB function that, given a three element vector [x1 x2 x3] as input, calculates r = x1^2 + x2^2 − x3^2.
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Constucting an array in column form
Construct an array a (in column form) made of 17 (equally-spaced) values between 17 and 289.
fast 12 Jahre vor | 2 Antworten | 0
