Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to save data coherence in matlab by using fprintf from the given coding?

1 visualización (últimos 30 días)
alaisya
alaisya el 9 de Mayo de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
fs=1000;
xn=importdata('alphaO1.txt');
yn=importdata('deltaCz.txt');
mscohere(xn,yn,[],[],[],fs);
ylim([0 1]);
xlim([0 500]);
  2 comentarios
Walter Roberson
Walter Roberson el 9 de Mayo de 2017
Change
mscohere(xn,yn,[],[],[],fs);
to
cxy = mscohere(xn,yn,[],[],[],fs);
then run the code. When it finishes, tell us what
size(cxy)
shows.
alaisya
alaisya el 9 de Mayo de 2017
ok.. thank you very much.. finally i get data of coherence..thanks again..

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by