Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
288.541
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
85.71%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
problem about the scipt
clear all l = 25 E = 200*10^9 I = 350*10^-6 w = 6*10^3 x = input('enter length of the beam') ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use if statement to test if it is a integer and real number?
x = input('enter the number: '); if isreal(x) else delete x if isinteger(x) delete ...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
how to change it?
i =0; while (i<10) i = i+1; x = input('enter the number'); if isreal(x) ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Ask for help to solve the question.
write a script to input an integer number between 0 and 255, and output the number to the screen between the characters '< ' and...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
question about surf function
t = linspace(0,2,100) x = linspace(0,10,100) [X,T]=meshgrid(x,t) U = 10*sin(2*pi*(t-x/5))+2*sin(2*pi*(t+x/5)) surf(X,T,U) ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
What's wrong with this script?
t = linspace(0,2,100) x = linspace(0,10,100) U(t,x) = 10*sin(2*pi*(t-x/5))+2*sin(2*pi*(t+x/5))
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
use the nested loop to calculate the kronecker product for different size
A = round((rand(2)*11-5.5)) B = round((rand(3,4)*21-10.5)) calculate the kronecker product of AB
casi 11 años hace | 2 respuestas | 0