![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | Thread Tools | Display Modes |
| | (permalink) |
| New Member | Hi guys, I got errors at this point of running the codes. Can anyone help? M=3 Y=[126;126;126;127;128;133;126;126;126;126;126;126;12 6;126;126;125;124;124;130;130] function [h, mu, sigmas, P] = em(M, Y); [T,D] = size(Y); % T=20, D=1 Tmu=1.0e-03; % Tmu=0.0010 h = ones(T,M)/M; P = ones(M,1)/M; for j=1:M, k = round(rand(1)*T); mu(j,1 sigmas(j,1 end |
| | |
| | (permalink) |
| Super Moderator | Which language is that. Doesn't seem to be like C or BASIC.
__________________ "There is no way to peace, peace is the way!" |
| | |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |