How do I make a series inside an array, that contains the values of another 2 arrays? Picture of array in question that I need to create.

2 views (last 30 days)

Answers (1)

Alberto Gonzalez Garcia
Alberto Gonzalez Garcia on 29 Nov 2020
For anyone wondering ro is a simple array of length(I) with the results of another calculation. t is calculated from this:
for qq=1:length(I)
for tt=1:length(I)
t(qq,tt) = sqrt(4*(tt*tt-2*tt-2*tt*length(I)-qq*qq+2*qq*length(I)+2*length(I)+1))
end
end

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!