MATLAB: Error_Exact_Backlash{i} is variable to depend inputs.Ex. it contains 1X10 cells.Each cell can be same array or not like 1×27,1×25,1×26,1×26 double.I want to write all in same array as 1x(27+26+26+25..). Plot this value.Thnks in advance for your rep

plotting data from cell array.and combine all of them

for i=1:1:TWheel
Error_Exact_Backlash{i}=(Exact_Backlash(1,(1+(round(360/TWheel))*(i-1)):((round((360/TWheel)*i))+1)))+(Pr(i)./1000);
% figure;
% hold on;
% cellfun(@plot,Error_Exact_Backlash);
end

Best Answer

@BAHADIR Karba: I hope that my answer helped. Remember to accept my answer!