Feeds
Discussion
Ask for help :Matlab| multi layer circular pie chart drawing
Ask for help :Matlab| multi layer circular pie chart drawing
4개월 전 | 0
Discussion
May I ask everyone to help me solve this problem
mu = [0, 0]; % 均值向量(行向量) cov_2d = [1 0.5; 0.5 1]; % 协方差矩阵 % 定义二维正态分布函数 fun = @(x, y) mvnpdf([...
6개월 전 | 0
질문
May I ask everyone to help me solve this problem
mu = [0, 0]; % 均值向量(行向量) cov_2d = [1 0.5; 0.5 1]; % 协方差矩阵 % 定义二维正态分布函数 fun = @(x, y) mvnpdf([...
6개월 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
거의 4년 전
