solex03 worksheet for MATLAB

worksheet
103 Downloads
Updated 10 Mar 2022

View License

% 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

Cite As

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

MATLAB Release Compatibility
Created with R2022a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
1.0.0