Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
181.083
of 300.302
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.911
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.040
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
How to write this expression in matlab ? Boolean logic
( P ^ Q ) or (~p) (p and q) or ( not p) I do know that and(p,q) is P ^ q and that or(p,q) is P or Q but how do I write ...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
How to write this expression in matlab ? p ^ q ^ r
I do know that p ^ q is and(p,q) . But not sure what p q and r is Thank you
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
How to plot lnx ?
let us say x= [0 1 2 3 4 5 6 7 8 9] and y = ln(x) plot (x,y ) does not work. Is y=ln(x) a wrong statement ?
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to specify size of row and column vector
*If we have a row vector A and a column vector B How do we specify the size for both vectors ?*
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
How can i open a file that the user inputs ?
Is this right ? FileID = input('please enter the name of your file'); fopen(FileID);
alrededor de 12 años hace | 2 respuestas | 0