Dhruwal Dilipbhai Bhimani
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
89.706
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
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
Projecting eigen vectors on contour pdf
I have the eigen vectors and need to project it on the contour plot already generated. I have attached the figure as to how it ...
alrededor de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
I want to create a mesh from 2 plotted 1D PDF plots
I want to create a mesh given the two one dimensional pdf plot whose code is as follows: mu1=3.4*10^6; sigma1=0.5*10^6; X1=no...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Restrict x values while plotting the pdf function
mu2=3; sigma2=2; X2=normrnd(mu2,sigma2,[200,1]); sorted_X2=sort(X2); Y2=normpdf(sorted_X2,mu2,sigma2); figure plot(sorted_...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I want a draw a line parallel to x axis in the existing graph while plotting itself
%Noisy data ND=importdata('Noisydata.txt'); x3=ND(:,1); y3=ND(:,2); subplot(3,2,6); plot(x3,y3) title('Noisy Data') Now...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I am finding it difficult to write extended langmuir isotherm using summation.
I am new to MATLAB so the equation looks like this. Gsel = sum(Gsli(1:4))*((yi*P)/Pli)/(1+sum(yj*P/Plj(1:4))
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Help me out on this error
I am plotting a pdf curve from a given mean and std deviation and I need to sample 200 data points within the pdf curve and from...
alrededor de 3 años hace | 1 respuesta | 0