Feeds
답변 있음
Help with Homework Question
function [PI,RelativeErr] = pi_func(n) P=0; for i = 1 : n PI =4*(((-1)^(i-1))*1/(2*i-1))+P ; P = PI; end Relat...
Help with Homework Question
function [PI,RelativeErr] = pi_func(n) P=0; for i = 1 : n PI =4*(((-1)^(i-1))*1/(2*i-1))+P ; P = PI; end Relat...
3년 초과 전 | 0
답변 있음
need solution of exercice
function y = ProductFun(a,b) m = size(a,1) ; % Column n = size(b,2) ; % Rows if size(a,2)==size(b,1) ...
need solution of exercice
function y = ProductFun(a,b) m = size(a,1) ; % Column n = size(b,2) ; % Rows if size(a,2)==size(b,1) ...
3년 초과 전 | 0
