we have found r2

This commit is contained in:
rainydaysavings 2020-10-05 21:20:33 +01:00
parent 71ab88c0c5
commit 2ec8e909af
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
%% Exercício 2
function DiogoEliseu_TP2_2(N1, N2)
function DiogoEliseuHugo_TP2_2(N1, N2)
n = N1:N2;
% Impulso def

7
DiogoEliseuHugo_TP2_3.m Normal file
View File

@ -0,0 +1,7 @@
%% Inicialização do ambiente
clear ; close all; clc
%% Exercício 3
DiogoEliseuHugo_TP2_2(-10,30);
DiogoEliseuHugo_TP2_2(-50,20);
DiogoEliseuHugo_TP2_2(-100,100);

View File

@ -1,7 +0,0 @@
%% Inicialização do ambiente
clear ; close all; clc
%% Exercício 3
DiogoEliseu_TP2_2(-10,30);
DiogoEliseu_TP2_2(-50,20);
DiogoEliseu_TP2_2(-100,100);