photo

Onur Metin Mertaslan


Last seen: etwa 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • Thankful Level 3
  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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!

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort