Onur Metin Mertaslan
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
204.713
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
54.55%
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
How to solve 2nd order DE with Explicit Euler method?
Hello, I have a second order DE equation with 2 initial conditions. I have to solve it with Eurler's method but I don't kow how ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Finite difference method to solve a nonlinear eqn?
Hello, I have a second order nonlinear question and I need to solve it for different times by using finite difference method bu...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot 2D graph
Hi, Here is the question; and I want to calculate plot x-t-F graph for first 100 terms of n. Sum=0; for t=1:20 for x=1...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
how to plot of a infinite series in 2D
Hello everyone, I need a help I have an infinite series: I need to graph the partial sum of 100 terms as a 2-D surface on x-...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to solve the linear system in the matlab?
eqn 1: a*Q+b*Y=2380E eqn 2: b*T-a*K=2386E Q, Y, T and K are known 64*64 Matrices a, b and E are 1*64 row vectors and we are...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Can someone help me with my code?
clear all, clc, close all; N=1:99; alfa=0.05; z=1.96; t= 1.984; %two-tailed t critical for 95% confidence interval N_l=(4....
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I Choose one built-in dataset in MATLAB?
Hello, I need to Choose one built-in dataset in MATLAB, How can I see the datasets or choose one of them? Thank you!
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Someone help me to fix the problem?
Hello everyone, I need to create random numbers and find the poisson distribution and its pdf and the draw the plot of it, I try...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How can ı creat poisson random variables?
lambda = 75; N = 0:200; %Number of people P = poisspdf(N,lambda); E=lambda;%expected value V=lambda; %variance bar(N,P,1...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I find the probability of each term in the array?
Let's say we have an arrary such [1,1,2,3,5,5], how can I find the probability of the terms? I am quite new in Matlab and I coul...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I find the probability of each term in the array?
Let's say we have an arrary such [1,1,2,3,5,5], how can I find the probability of the terms? I am quite new in Matlab and I coul...
más de 4 años hace | 1 respuesta | 0