Estadística
14 Preguntas
2 Respuestas
CLASIFICACIÓN
23.649
of 295.673
REPUTACIÓN
1
CONTRIBUCIONES
14 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
14.29%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
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 can i make algebric operation with syms ??
what's wrong with (symadd,symsub,symmul,symdiv) ???
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
plotting
this is my code clear,clc l=.01; m=.01; for x=0:.00001:l; zeta=(m.*cosh(l-x))./(cosh(m.*l)); plot(x,zeta),hold on end ...
más de 12 años hace | 2 respuestas | 0
2
respuestasMatrix dimensions must agree.
could you please write the syntax ???
más de 12 años hace | 0
Pregunta
Matrix dimensions must agree.
where is the error please ??? clear,clc cp=1005; r=287; d=1.2; v=300; tx=284; px=98; to=298; py=100:200; a1=...
más de 12 años hace | 4 respuestas | 0
4
respuestasPregunta
solve an equation
hello , i have a problem to solve this equation clear,clc cp=1005; r=287; d=1.2; v=300; to=298; py=1...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
not explicity equation
hello how can i solve Not explicitly equation .... for example x=(x^2)/y+z x is the undefined value , y,z are given ???...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
number format
how can i change output number format for ex : x= 5.1235e+003 i want to be 5123.5
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
try&erorr
i have variables FS,di and others .. after calculation i get new value of FS by name FS1 .... FS1& FS must be closed together .....
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
convert matlab to exe file
i made a matlab program and convert it to exe file by using mcrinstaller .. but i can't see the output in exe window .. it disap...
alrededor de 13 años hace | 2 respuestas | 1
2
respuestasPregunta
array access
n=0; while abs(dQ)>.000001 % tolerance n=n+1; if dQ>.000001 % dQ is positive ... Ej must be increased ...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
iteration
plz .... why there is no answer in this iteration when i use this input by order : 30 , .01 ,1 1000 ,18,.02 ,1.2 ,1200, 2 , .0...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
try&erorr
i want to ask how can i make try&erorr with reasonable erorr the program is 3 tanks have a different energy .. and they connecte...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Conversion to double from sym is not possible.
i want to plot the relation between time&velocity by differentiate displacement , but there is an error syms x t; x=2.5*cos...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
plotting
i've a problem in this code ... there isn't any output graph .. i don't know why ??? for t=0:.00001:1; n=n+1; x1=2.5...
alrededor de 13 años hace | 6 respuestas | 0
6
respuestasPregunta
how can i plot all for loop's values
i made a for loop programe ,but when i make plot for value .. the result is point .. how can i save all value of for loop and pl...
alrededor de 13 años hace | 2 respuestas | 0