Answered
How do I assign a different category list to each row in the same column using UITable in AppDesigner?
Hey Kristoffer Walker, You're trying to assign a new categorical value with a different set of categories to just one row usin...

6 months ago | 0

Answered
Building apps using Thunkable that is similar to MIT app inventor, how to POST / write continuous data to Thingspeak for visualization & analysis using the API link?
Hey Marcus HO , Here are few steps that can help you resolve the query: Set the URL in your API block to: https://api.things...

6 months ago | 0

Answered
3D data visualization
Hey Angela, You can use a 3D surface plot combined with a gradient magnitude overlay to highlight the suppressed vertical regi...

6 months ago | 0

Answered
User Input to the Dropdown menu in appdesigner
Hey Harish M Y, The code you provided adds a new item to the dropdown only in memory and does not save the new item or the ass...

6 months ago | 0

Answered
Streamlines to visualize 6-component Electromagnetic data
Hey Sean Phillips , The problem with the code provided is that “startx, starty, and startz” are defined as 1D vectors, but the...

6 months ago | 0

Answered
How do I plot a set of data with a non-numerical X-axis using the workspace?
Hey Lauren ROdriguez, The problem with the provided code was a mismatch between the number of tick positions and the number of...

6 months ago | 0

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

6 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’...

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

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

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

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

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

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

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

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

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

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

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

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

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

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

9 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: ...

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

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

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

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

10 months ago | 0