Azzera filtri
Azzera filtri

writing data of formula

1 visualizzazione (ultimi 30 giorni)
Busra Akdag
Busra Akdag il 26 Dic 2022
Risposto: Kunal Kandhari il 17 Gen 2023
It is my part of the codes. As such, it gives all Z values. And I want to write imag and real Z but everytime matlab gives me just last value of Z. What can I write all values of imag Z and real Z.

Risposte (1)

Kunal Kandhari
Kunal Kandhari il 17 Gen 2023
Hi
Z = (sin(k)/x_2(s)) * ((cos(phi(k)) + (1j*(sin(phi(k))))))
The variable Z just stores the calculated value in every iteration of code, if you want to store the values of all the iterations, you need to change it to array by doing the following modification:
Z(s) = (sin(k)/x_2(s)) * ((cos(phi(k)) + (1j*(sin(phi(k))))))

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by