Statistik
15 Fragen
0 Antworten
RANG
5.759
of 295.467
REPUTATION
8
BEITRÄGE
15 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
53.33%
ERHALTENE STIMMEN
8
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
a program that allows the user to enter his or her year in school
Create a program that prompts the user to enter his or her year in school freshman,sophomore,junior, or senior. The in...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
n term series using For loop
n=input('enter a value n:'); s=0; k=1; for k=<n s=s+k; k=k+1; end I was trying to change my while loop for th...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do I add a title to each subplot?
I have the following codes delta=[-2*pi:0.063:2*pi]; y=sin(delta); subplot(3,2,1) plot(y) y=cos(delta); subplot(3,2,2) pl...
mehr als 11 Jahre vor | 3 Antworten | 5
3
AntwortenFrage
function of time,velocity and acceleration
the position x as a function of time of a particle that moves along a straight line is given >>>x(t)=0.4*t^4+10.8*t^3...
mehr als 11 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
population growth for this problem matlab
The population of a certain country is 50 million and is expected to double in 20 years. Calculate the population 5, 10, and 15...
fast 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
vector elements and exponential
Show that lim n -->inf (1+1/n)^n=e Do this by first creating a vector n that has the elements: 1 10 100 500 1000 2000 4000 ...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Eye command with a matrix
Use the eye command to create the array A shown on the left below. Then use the colon to address elements in the arrays and...
fast 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
row vector with 15 elements
I need to create a row vector with 15 equally spaced elements in which the first element is 7 and the last element is 40. I al...
fast 12 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Write a function named LONG that will use two argument vectors and return the argument vector that has the longer length
I need to Write a function named LONGER that will use two argument vectors and return the argument vector that has the long...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
find the values of a that are between 2 and 6(inclusive)
A>> 7.24 0.80 *7.31* *9.24* *3.09* 1.06 0.06 *8.97* *1.37* *0.55* 8.67 8.88 *9.92* *0.71* *0.90* 3.45 ...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
longest wet and dry spell of the matrix
I have the following matrix a= [99 99 0.100 0.120 0 0.500 0; 0 0 0 0 0.150 0.120 0; 0...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
calculate the average for each column
I have a matrix called d= [99 99 0.100 0.120 0 0.500 0; 0 0 0 0 0.150 0.120 0; 0.110 0....
fast 12 Jahre vor | 1 Antwort | 1
1
AntwortFrage
I have to add the values that are inside the matrix called s
s= [... 99 99 0.100 0.120 0 0.500 0; 0 0 0 0 0.150 0.120 0; 0.110 0.010 0.010 0 0 0.300 0.100; ...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Write MatLab commands to find the index of the max value in the bold area of A
I also need to find find the index of the maximum value in the bold area of A. A>> 7.24 0.80 *7.31* *9.24* *3.09* ...
fast 12 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
MatLab command that will return a matrix that contains the product of every element in two vectors of any length
For example V1 = [10, 20, 30] V2 = [2, 3, 6] and the return should be something like ANS = [20, 40, 60...
fast 12 Jahre vor | 2 Antworten | 0