답변 있음 Creating arrays that depend on each other
Hi @John Doe, from my understanding, you have two predefined arrays, named “Loss” and “H”. Now, you want to create two arrays, n...
답변 있음 Leave one out of an array in a for loop
Hi @Joana, from my understanding, you have generated a “feat_Concatenate” array in which you have concatenated all the features....
답변 있음 Greatest Common Divisor, Recursive code
Hi @Kitt Naughton, To my understanding, you have written code to calculate GCD of two integers.
Your code works fine, but the ...
답변 있음 extracting area of cracks from image
Hi,
As I can understand you are trying to extract cracks from a tomography image. You tried several ways to enhance the colours...