Estadística
6 Preguntas
6 Respuestas
CLASIFICACIÓN
1.682
of 295.467
REPUTACIÓN
40
CONTRIBUCIONES
6 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
14
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Splitting legend in north and south
Hi, I have two plots and I want the first legend in the north and the second legend in the bottom. I tried functions in t...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Reading only number from ,string mixed with numbers in a file
I'm reading a data file that FEM mesh data. Initial few like are: # TITLE = "fluent13.0.0 build-id: 10703" # VARIABLES ...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Solving system of non-linear equations
I'm trying to solve system of 12 non-linear equations with 19 unknown code I have written is : clc clear all close al...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaRead text file into matlab
Sry I don't know why that was not working you can try this alternative one: clc clear all fid = fopen('Raw.txt'); ...
más de 9 años hace | 0
In PDE tool What is the difference between Convection heat transfer coefficient(h) and heat transfer coefficient(q)? I know Convection heat transfer coefficient( htc ) but not sure about heat transfer coefficient. Is it the overall htc of the object?
We use "h" for "Convection heat transfer coefficient" in heat transfer, "h" for enthalpy in thermodynamics. please don't confuse...
más de 9 años hace | 1
| aceptada
How to generate THREE surfaces side-by-side
[X Y Z] =peaks(25); subplot(1,3,1) surf(X,Y,Z) axis square subplot(1,3,2) surf(X,Y,Z) axis squ...
más de 9 años hace | 0
How to rotate plot using code?
let y is pixel intensity x=1:1:length(y) plot(y,x) may work instead of plot(y) this command is useful to flip axis...
más de 9 años hace | 13
| aceptada
How to change axis tick values to specific dates?
I think u have plot ur y value vs index value. I hope length of x axis is 2550 else check that using size() or length() Here u...
más de 9 años hace | 0
Integrating array of functions
In this calculation i have assumed that you are doing double integration first w.r.t y then x. First define symbolic matrix. The...
más de 9 años hace | 0
| aceptada
Pregunta
pause a Programming in matlab
Hi, I am doing some what big iteration in matlab, Is there is any option available in matlab to pause the calculation and cont...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
fourier series
How to convert a algebric equation into equivalent fourier series using command
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Symbolic computation
Could you tell me how to define a array containing more than hundred symbolic variable using loop or commands?
casi 13 años hace | 1 respuesta | 0