Statistica
4 Domande
0 Risposte
RANK
237.908
of 299.984
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
25.0%
VOTI RICEVUTI
0
RANK
of 166.841
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
Incorrect dimensions for matrix multiplication.
Z=[cos(x)*cos(sqrt(X.^2 + Y.^2))]*e.^-mod(2*x) ; Error using * Incorrect dimensions for matrix multiplication. Check that ...
quasi 5 anni fa | 1 risposta | 0
1
rispostaDomanda
getting y1(i)=trajectory(x1(i),v0,theta) presents an error
x=0; y=4; v0=80; theta=50:10:90; g=9.8; disp('part a') % a) and b) fprintf("Theta(d)\t height(m)\t Rang...
quasi 5 anni fa | 0 risposte | 0
0
risposteDomanda
unable to run my script getting error[ Not enough input arguments. Error in bank for i=1:size]
function [user_id,current,saving]=read(size) user_id=[]; current=[]; saving=[]; for i=1:size user_i...
quasi 5 anni fa | 0 risposte | 0
0
risposteDomanda
It follows the END that terminates the definition of the function "NumIntF" error
function f =NumIntF(xi,xf) h=0.001; N=(xf-xi)/h; ii=1; while(ii<= (N+1)) if(ii==1); x(ii)=xi; y(ii)= cos(x(ii))*...
quasi 5 anni fa | 2 risposte | 0