Community Profile

photo

Onur Metin Mertaslan


Last seen: 2 years ago Active since 2020

Statistics

  • Thankful Level 3
  • Thankful Level 2

View badges

Content Feed

View by

Question


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 ...

2 years ago | 1 answer | 0

1

answer

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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-...

3 years ago | 1 answer | 0

1

answer

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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....

4 years ago | 1 answer | 0

1

answer

Question


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!

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 0 answers | 0

0

answers

Question


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...

4 years ago | 1 answer | 0

1

answer