Answered
How do I set command and editor icons that appear in windows alt-tab?
Hi Philip, As per my understanding, you want to distinguish between the windows by viewing different icons for different window...

2 years ago | 0

Answered
How do I implement typedefs of unions + structure variables in Simulink?
Hi Paul, As per my understanding you want to implement "union" data structure in Simulink. Simulink does not support direct use...

2 years ago | 0

Answered
Input definition in "MATLAB System" block not necessary?
Hi Manu, As per my understanding you want to know the usage of "tilde" (~) in MATLAB function arguments. This operator is used...

2 years ago | 0

Answered
Error when run koppen.m function
Hi Manikandan, As per my understanding you are getting an "index exceeds array bounds" error. I assume that the logic of your c...

2 years ago | 0

Answered
placing spots on graph
Hi James, As per my understanding, you are trying to indicate the moves of the player and the computer alternatively according ...

2 years ago | 0

Answered
Can MATLAB with a network license, be accessed over X11 by SSH clients?
Hi Marshall, As per my understanding, you are trying to use MATLAB over X11 and you are unable to do so. There are a few ways t...

2 years ago | 0

Answered
How does Crossover occur in a Genetic Learning Algorithm- do genes ever mix/change locations?
Hi Jacob, As per my understanding, you want to know about the scope of "crossover" operation. When you are using the ‘Genetic ...

2 years ago | 0

Answered
Griddata Memory Usage for small arrays
Hi Rod, As per my understanding you are trying to optimize the speed for your code which uses "griddata" function. When dealing...

2 years ago | 0

| accepted

Answered
parfor sliced variable unable to classify the variable
Hi Riccardo, I understand that you are trying to store "Mtemp" in a specific index of "M" in each iteration of the "parfor" loo...

2 years ago | 0

Answered
figure squares visible on boarder
Hi James, I assume that these screenshots are taken from figure windows. These squares appear when we open "property editor" or...

2 years ago | 1

Answered
importing a series of text file and save them into a array
Hi Sunghwan, As per my understanding you are trying to read a set of files following a specific naming convention. I assume tha...

2 years ago | 0

Answered
I don;t know how to fix this error
As per my understanding you are getting "invalid use of operator" error in the line where "for loop" is written. In MATLAB, the...

2 years ago | 0

Answered
Index in position 1 exceeds array bounds (must not exceed 2) error using nftool fitnet
Hi Saikat, As per my understanding, you are getting an "index exceeds array bounds" error at line 176 which is: range(inputS...

2 years ago | 0

Answered
What are Some General Tips for Making a Simulink model itself more efficient?
As per my understanding you want to know the efficient methods to design a model. This is a very subjective question and depends...

2 years ago | 0

Answered
High Bit Error using an adaptive equalizer
I understand that the code you provided seems to be implementing FSK modulation and demodulation, as well as equalization using ...

2 years ago | 0

Answered
How to add/combine two entity paths together to make it a singular one?
Based on my understanding, it appears that there is a discrepancy between the expected and observed behavior in your simulation ...

2 years ago | 0

Answered
Mex compilation error when linking with gmp on Linux
As per my understanding, you are encountering an error related to the GMP library when attempting to use a mex command on Linux....

2 years ago | 0

Answered
It's about the edited file
As per my understanding you have saved the live script to some folder in your computer and not in MATLAB. In such cases it's pos...

2 years ago | 0

Answered
Solve overrun issue due to buffer larg size in dSPACE real-time simulation.
As per my understanding, you are facing “overrun error”. Since you have mentioned about a few options, I would assume that you a...

2 years ago | 0

Answered
Why is the a vector not getting added to constants?
I understand that you can see a vector of repeated numbers which is incorrect. Assuming that you have executed the same code tha...

2 years ago | 0

Answered
Property visibility behaves as hidden when using breakpoints and "property acces list"
As per my understanding, within the "testMethod" function, you can see the value of Property1 in the Command Window but not in t...

2 years ago | 0