
Onur Metin Mertaslan
Followers: 0 Following: 0
統計
MATLAB Answers
11 質問
0 回答
ランク
of 160,316
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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 ...
約3年 前 | 1 件の回答 | 0
1
回答質問
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...
約3年 前 | 1 件の回答 | 0
1
回答質問
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...
約4年 前 | 1 件の回答 | 0
1
回答質問
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-...
約4年 前 | 1 件の回答 | 0
1
回答質問
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...
4年以上 前 | 1 件の回答 | 0
1
回答質問
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....
5年弱 前 | 1 件の回答 | 0
1
回答質問
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!
5年弱 前 | 1 件の回答 | 0
1
回答質問
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...
5年弱 前 | 1 件の回答 | 0
1
回答質問
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...
5年弱 前 | 1 件の回答 | 0
1
回答質問
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...
5年弱 前 | 0 件の回答 | 0
0
回答質問
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...
5年弱 前 | 1 件の回答 | 0