Estadística
CLASIFICACIÓN
9.368
of 295.569
REPUTACIÓN
4
CONTRIBUCIONES
6 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
83.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
figure not coming up
I have written a code in which i have created a rectangular surface using patch command and i m rotating this surface about z ax...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Estmated time required for my following program
Can anyone help me out with their past experience that how much time this below program will take approximately containing 6 for...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
how to use xlswrite to write in a numbered column in excel
actually i have a excel sheet with columns being numbered instead of A B C. i have to use xlswrite to write my matrix in 31 num...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestai want to create an excel sheet for A=14/(cos(b))^3,where b varies from 8 to 25(i.e 8,9 ....,25). How to write a programme ?
this will be ur program function surfer() m=zeros(18,1) for b=8:1:25 A=14/(cos(b))^3; m((b-8)+1,1)=[a]; end %create a...
alrededor de 8 años hace | 0
| aceptada
Pregunta
want a floating value?
t1=14; t2=int16(2.2*14); y=t2/t1 y=2 but i want a floating value or double of y i.e y=2.2143 in answer but it is s...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
want a floating value in output
t1=14; t2=int16(2.2*14); y=t2/t1 y=2 but i want the actual floating or double value of y i.e y=2.2143 as output. explain me...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
how to store output values in a matrix for each output variable?
I want to store output values of x1,g(x) etc in a matrix,plz help me out. here's my program: function SA() x1=input('\...
más de 8 años hace | 1 respuesta | 0