photo

Gadadhar Sahoo


2017 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how to plot a 2D gaussian in a graph using surf
clear clc load (fullfile('C:\Users\CHINMAYEE\Desktop\Datasets\red_data.txt')) size(red_data) [N, M] = size(red_dat...

6年以上 前 | 0 件の回答 | 0

0

回答

質問


how to plot a gaussian1D for probability density of the normal distribution
gaussian = (1/sqrt(2*pi*vars(k)))*exp(-(x(p)-means(k)).^2/(2*vars(k)));

7年弱 前 | 1 件の回答 | 0

1

回答

質問


how to plot a gaussian 1D in matlab
for k = 1 : K ax = linspace(min_x,max_x,100); y = my_gaussian(x,means,vars); plot(ax,y); end

7年弱 前 | 2 件の回答 | 0

2

回答