solex03 worksheet for MATLAB

worksheet

Ahora está siguiendo esta publicación

% solex03.m
clc ;
clear all;
close all;
load('nokdata.mat');
[N,Ma] = size(A);
[N,Mb] = size(B);
[N,Mc] = size(C);
[N,Md] = size(D);
n = 0: 1: N-1;
figure(1);
for jj = 1: 1: Ma;
% plot(n,A(jj,:));
stem(n, A(:,jj));
xlim([min(n), max(n)]);
ylabel(['x' num2str(jj) '[n]'], 'FontSize',14);
% ylabel('%Reflectance','FontSize',14);
% xlabel('Wavenumber (cm^-1)','FontSize',14);
xlabel('n','FontSize',14);
grid on;
% hold on;
pause;
end;
% XX = [x.' y.'];
% [r,p] = corrcoef(XX); % compute sample correlation and p-values
% [i,j] = find(p<0.05); % find significant correlations
% [i,j] % display their (row,col) indices

Citar como

Pongsakorn Pannim (2026). solex03 worksheet for MATLAB (https://es.mathworks.com/matlabcentral/fileexchange/107784-solex03-worksheet-for-matlab), MATLAB Central File Exchange. Recuperado .

Etiquetas

Añadir etiquetas

Add the first tag.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0