photo

Amith


Last seen: 3 dagen ago Active since 2024

Followers: 0   Following: 0

Statistics

  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
detect task overrun on Zync ZCU102
Hi Michele, You can configure a Simulink model running on the target hardware to detect and notify you when a task overrun occu...

2 dagen ago | 0

Answered
How to export EUV mask geomtry from FDTD into MATLAB ?
Hi Hala, I understand that you would like to import an FDTD simulation into MATLAB. Unfortunately, there are no built-in metho...

2 dagen ago | 0

Answered
Data Streaming from updating .txt file
Hi Omilnoth, I understand that you would like to import data from a text file. You can achieve this using the importdata functi...

2 dagen ago | 0

Answered
How can I create a 2D and 3D specified porous material?
Hi Aida, You might find this awesome GitHub repository helpful for generating and visualizing porous materials: https://github....

3 dagen ago | 0

Answered
Convolution of 1D Signal using MATLAB
Hi Manipal, To perform convolutions on a 1D layer of signals, you can use the 'convolution1dLayer' function available in MATLAB...

4 dagen ago | 0

Answered
I got error when i account for thermal port in battery.
Hey Gokarna, The error you are experiencing might be due to your model having difficulty reconciling all initial conditions. Yo...

4 dagen ago | 0

| accepted

Answered
Load Model Advisor Configuration through Command Line
Hi Mohan, To set your Model Advisor configuration via the command line in MATLAB releases R2022a and later, you can use the fol...

4 dagen ago | 0

Answered
How to output the application screen as an image or PDF on the web app
Hi TRyo, The exportapp function is not supported in MATLAB Online or Web Apps. The getframe function does not support the foll...

4 dagen ago | 0

Answered
Unable to read MAT-file
Hi Minh, It appears that your MAT-file may be corrupted. You might want to check out this MATLAB Answer, which could assist you...

4 dagen ago | 1

Answered
Temperature reading on the graph Think Speak
Hi Andrzej, To update your temperature readings dynamically, you can use the Charts API which is used to generate charts with H...

4 dagen ago | 0

Answered
How to get a graph of an equation having a sigma notation with double indices
Hi Sania, To simulate the given equation in MATLAB, you can utilize `for` loops, setting `maxIterations` to 100 to represent t...

5 dagen ago | 0

Answered
How to work around "invoke" error
Hi Ima, To handle VISA errors and retry invoke commands in MATLAB, you can use a combination of error handling and retry logic....

5 dagen ago | 0

Answered
Connecting MATLAB to ABAQUS and reading osb output files
Hi Sagnik, To execute Abaqus files using MATLAB, you can follow these steps: Create a new MATLAB file in the same directory as...

5 dagen ago | 0

Answered
Digital twin for Battery
Hi Nalla, To compare simulation data from Simulink with hardware results from Arduino, you can try these steps: 1. Run the sim...

5 dagen ago | 0

Answered
Optimization with 3 variables- how to find the values of each variable to minimize mass?
Hi Din, To solve this problem, we need to find the optimal number of excavators, reactors, and 3D printers that will complete t...

6 dagen ago | 0

Answered
onset time for first level analysis
Hi Lynn, The dicomcontours object extracts and stores region of interest (ROI) data from the metadata in DICOM-RT structure se...

6 dagen ago | 2

Answered
Draw amplitude spectrum of filter
Hi Hoa Luong, Find the MATLAB code below according to the specification requested where there is an amplitude of 5 in the range...

6 dagen ago | 0

Answered
link ansys workbench to matlab
Hi Ferdaous, To establish an interactive connection between MATLAB and ANSYS, consider exploring this File Exchange resource. ...

6 dagen ago | 0

Answered
How to plot decision boundary using ELM classifier for two class problem.
Hi Uma, To find and visualize the decision boundary for a two-class classficiation problem using Extreme Learning in MATLAB yo...

6 dagen ago | 0

Answered
Find the max PSD for EEG data
Hi Tran, To find the maximum PSD for beta, alpha, and theta waves in the signal, you can create a function similar to the one s...

7 dagen ago | 0

Answered
Permanent magnets in PDE toolbox
Hi Julien, You can model permanent magnets through surface currents. You can learn more about this in the MATLAB Answer linked...

7 dagen ago | 0

Answered
Domain sketch for multiple variables function
Hi Khoa, You can make use of the example below to sketch the domain of the provided function: % Define the range for x and y ...

7 dagen ago | 1

Answered
Position finding by triangulation
Hi Curious, I believe the answer to your question about triangulating a position using two DMEs can be found at this link: http...

7 dagen ago | 0

Answered
How to connect ESP8266 modeule to app designer via serial communication and wifi
Hi Sanjay, To connect an ESP8266 module to an app designed in MATLAB via serial communication and Wi-Fi, you would need to foll...

8 dagen ago | 0

Answered
How to open AutoSar Component Designer programmatically?
Hi Woqi, Unfortunately there are no commands to open AUTOSAR Component Designer programmatically. But you can follow the below ...

8 dagen ago | 0

Answered
Trying to 3D export from openprop to stl
Hi Shaheed, To export a 3D propeller from OpenProp MATLAB code to an STL file, you can use the stlwrite function. For guidance ...

8 dagen ago | 0

Answered
Random Number Generation with Parameters
Hi Demosthenis, I understand that you want to generate random numbers based on a few rules/parameters. The first and second c...

8 dagen ago | 0

Answered
how to achieve parameter sharing in the deep learning design?
Hi Zini, If the Deep Learning Toolbo doesn't offer the specific layer you need for your task, you have the option to create you...

8 dagen ago | 0

Answered
resize netcdf resolution to smaller size
Hi Den, The above requested conversion is not possible but incase you would like to compress the netCDF file, you can add a 'D...

9 dagen ago | 0

Answered
Tcpclient send [FIN, ACK]
Hi Malin, You can make use to Python MATLAB interface to resolve the issue. Here is the sample code, s = py.socket.socket(py....

9 dagen ago | 1

Load more