photo

Amith


Last seen: 2일 전 2024년부터 활동

Followers: 0   Following: 0

통계학

  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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....

2일 전 | 0

답변 있음
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...

3일 전 | 0

답변 있음
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...

3일 전 | 0

| 수락됨

답변 있음
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...

3일 전 | 0

답변 있음
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...

3일 전 | 0

답변 있음
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일 전 | 1

답변 있음
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일 전 | 0

답변 있음
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...

4일 전 | 0

답변 있음
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....

4일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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...

5일 전 | 0

답변 있음
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일 전 | 2

답변 있음
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일 전 | 0

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

6일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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...

6일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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일 전 | 1

답변 있음
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일 전 | 0

답변 있음
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...

7일 전 | 0

답변 있음
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 ...

7일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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일 전 | 0

답변 있음
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일 전 | 1

더 보기