Statistica
RANK
263.293
of 300.753
REPUTAZIONE
0
CONTRIBUTI
9 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
44.44%
VOTI RICEVUTI
0
RANK
of 170.858
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
Need help debugging code
Question I am trying to code : (20 pts)Write a function named matAvg that will receive a matrix matas given below as an input...
circa 3 anni fa | 2 risposte | 0
2
risposteDomanda
Need help coding this
(8 pts)Create a data file that has a matrix of positive numbers. Save it as mymat.dat. Write a script named subplots that will ...
circa 3 anni fa | 0 risposte | 0
0
risposteDomanda
Need help with code
Generate Random number (b) real number in the range (120, 130)
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Need help coding assignment
(a) Create a variable named theta. Assign an angle of pi/4 to it. Prove the trigonometric identity sin^2(Theta)+cos^2(Theta)= 1...
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
confused on how to code this
(a) Create a variable named theta. Assign an angle of to it. Prove the trigonometric identity sin^2(theta)+cos^2(theta)=1 Her...
oltre 3 anni fa | 2 risposte | 0
2
risposte1
risposta1
rispostaPlease help me code this
func=@(x,y) sqrt(x.^2 + y.^2); ymax=@(x) sqrt(2.*x - x.^2); result=integral2(func,0,2,0,ymax); disp("Result="); disp(result)...
oltre 3 anni fa | 0
| accettato
Please help me code this problems
syms x y z %3a expr_A = x*exp(-y); expr_A_y = int(expr_A,y,0,log(x)); expr_A_yx = int(expr_A_y,x,0,2*z); expr_A_yxz = int(...
oltre 3 anni fa | 0
| accettato
