Estadística
4 Preguntas
0 Respuestas
CLASIFICACIÓN
178.469
of 300.343
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.926
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.172
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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 ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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))*...
casi 5 años hace | 2 respuestas | 0
