How can I represent this equation on MATLAB

1 vue (au cours des 30 derniers jours)
Ibrahim swidan
Ibrahim swidan le 28 Avr 2022
Commenté : Ibrahim swidan le 30 Avr 2022
How can I represent this equation on MATLAB
𝑌[𝑛]=3𝑛2−1 𝑤ℎ𝑒𝑟𝑒 −2≤𝑛<3
  2 commentaires
Mahmoud Ashraf
Mahmoud Ashraf le 28 Avr 2022
Modifié(e) : Mahmoud Ashraf le 28 Avr 2022
can u rewrite the equation?
Ibrahim swidan
Ibrahim swidan le 30 Avr 2022

Connectez-vous pour commenter.

Réponse acceptée

Mahmoud Ashraf
Mahmoud Ashraf le 28 Avr 2022
if i read the equation corrently this code with product the value of y in vector
clear all;
clc
for n=-2:3
y(1,n+3)=3*(n^2)-1;
end

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by