Answered
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...

1 year ago | 0

Answered
Why am I getting the error that the 'dimensions of arrays concatenated are not consistent'?
Hi @Shayma Al Ali, from my understanding, you have a double array named “DOYfilt” of size 1408 x 1. You want to convert it into ...

1 year ago | 0

Answered
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....

1 year ago | 0

Answered
How can I get more information about the taper means in array?
Hi @XIAO WEI-ZHI, from my understanding, you have generated the “taper” array and want to gain more insights into it. To get...

1 year ago | 0

Answered
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 ...

1 year ago | 0

Answered
saving a 3D array into a 2d array for each iteration in for loop
Hi @Mhmmd Sjj, To my understanding, you have generated a non-linear differential equation and stored the output in a 3D array....

1 year ago | 0

Answered
how to use for loop and while loop in this equation?
Hi @Engineer Batoor khan mummand, To my understanding, you want to take four initial values of variable ‘x’ and then increment...

1 year ago | 0

Answered
How to display names in edit field of the files selected to run .m file using button in appdesigner
Hi Harish, To my understanding, you have a MATLAB script that takes as input two MAT files, and you want to run the MATLAB scr...

1 year ago | 0

Answered
Match folder names with file names and rename the folder
Hi SChow, To my understanding, you have over 1000 folders named on different cities in a directory. You also have files named ...

1 year ago | 0

Answered
Code suggestion missing for methods using argument validation
Hi Christoph Harrer, To my understanding, you are facing the “code suggestions” issue in the command window of MATLAB while us...

1 year ago | 0

Answered
possible solution to speed up with power function?
Hi Le Duy Nguyen, To my understanding, you want to speed up the code provided by you that includes mathematical operations. To...

1 year ago | 0

Answered
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...

1 year ago | 1

| accepted

Answered
How to set radii in imfindingcircles function?
Hi, The radius range set in the “imfindcircles” method is "[50 100]". It needs to be in the range "[500 650]" to detect the cir...

1 year ago | 1

| accepted

Answered
Doubts regarding MATLAB Fundamentals-self paced Course Topic
Hi, The matrix “popChange” is a 4x4 matrix, created using the matrix notation in MATLAB.The entire matrix is specified within ...

1 year ago | 0

Answered
Complete list of all warnings the function mkdir may throw
Hi, There does not exist a comprehensive list of all the warnings that ‘mkdir’ function throws but here are few of the common ...

1 year ago | 0

| accepted

Answered
what products are recommended for Matlab for Information and communication Student
Hi, You do not need to install all the products to get started. As a master’s student in Information and Communication, you ca...

1 year ago | 0

Answered
I am facing an issue in FONT style in the MATLAB 2024a editor window.
Hi, You are facing the issue of discrepancy in font styles in Editor window and Command window because ‘monospaced’ is a logic...

1 year ago | 0