Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
if (j==i) , or (flag(j)==1)...
In the example Fuzzy PID Control with Type-2 FIS, there is nothing that explain how to save the converted fuzzy type 1 system (the fis2). I tried to d...
The data is: # Trace: no # Gravitation: no # Seed: 1539094448 # Param: alpha=0.15 # type: array_2d(700, 700) # Source: _05.instr # component: 2D_mo...
Hi, I have a 50x1 cell array (A = cell(50,1)), each cell has a 4x960 matrix(all elements are 0 or 1) in it, I want to this for each cell: use 'find' t...
I found that the custom deep learning layer is very tasteless and can only be used for simple image classification or regression. It is difficult to...
I want to change the color of the fields of the confusion matrix and also to change the font size of the entries in the fields. I know I can do it i...
I would like to know how the winning neuron is selected by the NEWSOM function within Neural Network Toolbox....
For a traditional pole placement control strategy, I'd like to adjust gains k1 and k2 to get specific closed loop poles (eigenvalues). Is this possibl...
I am wondering why additional analysis points change the outcome of the optimization with the systune command. The results are quite similar, but I wo...
I've modeled a state space system and now want to plot how the state variables change in time. This is how I've set it up: hx = phi_t * B hy ...