Community Profile

photo

James Epkins Jr.


Last seen: 約1年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


I'm trying to input a data set to calculate the Gaussian (Normal) Distribution. This something that i found on youtube but I keep getting the error: Error in my_gaussian (line 4) f = zeros(n, 1); When i hit Run. What is this error about ?
function [ X, f ] = my_gaussian( mu, sigma_sq, min_x, max_x, n) f = zeros(n, 1); X = zeros(n, 1); x = min_x; dx = (min...

3年以上 前 | 1 件の回答 | 0

1

回答