function [OUT] = JOVE_IsAllLoaded(A,B,C,D,E) if A && B && C && D && E OUT = 1; else OUT = 0; end end