Answered
App Designer field disorientation issue
Hey @Dhaval Patel, Since the app you're trying to build is quite complex, I’m unable to reproduce the issue on my end. Could yo...

5 months ago | 0

Answered
problem while solving CPF in psat toolbox
Hey @Kalyani Kulkarni, It looks like the CPF solver in PSAT is struggling to converge during the corrector step—basically, it’...

6 months ago | 0

Answered
How do I create this interactive plot?
Hey Daniel Motoc, Here’s a simple Matlab example to help you visualize how the intersection of your two regions changes as you ...

6 months ago | 0

Answered
How to use Feature selection in MATLAB
Hey @Hugo, Answering your queries: 1.Which feature selection method to be used? The best method depends on your data and your...

6 months ago | 0

Answered
assessment of the control loop performance using the Integral of the absolute error (IAE) performance index
Hey @Amnia Al-Hammadi, The issue is caused due to usage of P_Measure.IAE = trapz(t, abs(e)); inside a function, but did not def...

6 months ago | 0

Answered
Read multiple data from channel to visualizations
Hey, To read the data from the 3 different channels and get the correct plot, you can use the following code : % Example dat...

7 months ago | 0

Answered
Is it possible to change background color or text color of mask editor dialog edit text field?
Hey Arunkumar Muthukumaran  , Changing the background color or text color of an edit text field in the Mask Editor dialog box ...

7 months ago | 0

Answered
Visualize fold change over multidimensional array
Hey Maria Chadiarakou, To visualize the change in flux for each reaction across different conditions using a heatmap, you can...

7 months ago | 0

Answered
Matlab Code for Rectangular Wave
Hey @nisha bhatt, I hope the following code helps : % Parameters amplitude = 5; % Amplitude of the wave duty_cycl...

7 months ago | 0

Answered
Error in bitand() documentation
Hey @Dirk-Jan, That was a precise observation. Thank you for pointing it out. The mistake has been rectified in the recent docu...

7 months ago | 0

Answered
how to reduce feature length of local binary pattern for content based image retrieval?
Hey Himanshu Tyagi , To reduce the feature length of Local Binary Pattern (LBP) for content-based image retrieval, you can use ...

8 months ago | 0

Answered
I have declared local data in stateflow mode after generating code, local data are not present in code.
Hey Ankit , This issue likely stems from how Stateflow handles local data and code generation. Local data in Stateflow charts a...

8 months ago | 0

Answered
How to plot with t-SNE in MATLAB from 5 elements composition into 2 dimensions?
Hi Majid Vaghari, The resolution to visualize from composition space with 5 elements into 2D can be achieved using the followi...

8 months ago | 0

Answered
Stereo camera calibration from matlab to opencv
Hey @Mostafa, Below is the revised code that will help you with your query : 1. Create an Asymmetric Synthetic Checkerboard...

8 months ago | 0

Answered
rotate a matrix with a fixed grid position
Hey Daniel Mella, The following code changes the orientation of matrix A by the desired angle (here 1 degrees) while being in ...

8 months ago | 0

Answered
How to display a cell content in MATLAB appdesigner
Hey Elie Gédéon BIKIE, The error occurs because the function used i.e. “celldisp” is meant for printing while here, it’s being...

8 months ago | 0

Answered
Control Systems: increase the number of M-circles on a Nichol's plot?
Hey Shovnik Paul, Below code will add more M-contours manually and keep the labels visible even when zoomed in : % Step 1: ...

8 months ago | 0

Answered
Built in function for S-transform
Hi @parham kianian, There is no built-in function in MATLAB that will help you compute the S-transform. But you can create ...

8 months ago | 0

Answered
how to access built in matlab function in simulink?
Hi @Anu Sri, You can use any of the following two approaches to help resolve the query. MATLAB Function Block Setup: In y...

8 months ago | 0

Answered
display latex in mask help dialog
Hello @Brian Wilson, Kindly refer to the following steps to resolve the query : Add supported TeX commands to your annotatio...

9 months ago | 0

Answered
how to connect matlab with php?
Hey @Jeneffir Jeneffir, To call MATLAB scripts from PHP, you can use PHP's “exec” or “system” commands with the “matlab -r” o...

9 months ago | 0