Community Profile

photo

Menghui Chen


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

Feeds

Ver por

Pregunta


why the caculation results is different for parfor-loop and for-loop?
load('matlab.mat') for i =1:1 b_OLS(i) = X_*y; end parfor i =1:1 b_OLS_(i) = X_*y; end error = b_OLS_-b_OLS The ...

más de 2 años hace | 1 respuesta | 1

1

respuesta