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

さらに読み込む