we have found r2
This commit is contained in:
parent
71ab88c0c5
commit
2ec8e909af
@ -1,5 +1,5 @@
|
|||||||
%% Exercício 2
|
%% Exercício 2
|
||||||
function DiogoEliseu_TP2_2(N1, N2)
|
function DiogoEliseuHugo_TP2_2(N1, N2)
|
||||||
n = N1:N2;
|
n = N1:N2;
|
||||||
|
|
||||||
% Impulso def
|
% Impulso def
|
7
DiogoEliseuHugo_TP2_3.m
Normal file
7
DiogoEliseuHugo_TP2_3.m
Normal 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);
|
@ -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);
|
|
Reference in New Issue
Block a user