Amith
Followers: 0 Following: 0
Statistica
RANK
1.107
of 293.862
REPUTAZIONE
62
CONTRIBUTI
0 Domande
76 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
25
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Energy efficiency in wireless sensor networks
Hi Said, I understand that you are interested in learning about graph formation for optimization to increase coverage area whi...
circa 12 ore fa | 0
How to launch scripts into Simulink using key shortcut
Hi Marco, Unfortunately, MATLAB doesn’t support running a specific script using a custom keyboard shortcut. It only allows pred...
1 giorno fa | 0
Failed to compile the Simulink model due to the NiBusLib.tlc
Hi Maya, I assume that you are facing this error while building the model,if the model build was successful previously, the er...
2 giorni fa | 0
How to execute other statement in an if loop if a condition is satisfied
Hi Imaad, I understand that you want to re-execute the code starting from the first if statement each time bar_dia is set to 25...
2 giorni fa | 0
Create a function block at the command line
Hi Hisham, To create a function block using your command line, you can utilize the 'add_block' function provided by MATLAB. To...
4 giorni fa | 0
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...
19 giorni fa | 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...
19 giorni fa | 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...
19 giorni fa | 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....
20 giorni fa | 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...
20 giorni fa | 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...
20 giorni fa | 0
| accettato
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...
20 giorni fa | 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...
21 giorni fa | 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...
21 giorni fa | 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...
21 giorni fa | 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...
21 giorni fa | 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....
21 giorni fa | 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...
22 giorni fa | 1
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...
22 giorni fa | 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...
22 giorni fa | 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...
23 giorni fa | 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...
23 giorni fa | 0
link ansys workbench to matlab
Hi Ferdaous, To establish an interactive connection between MATLAB and ANSYS, consider exploring this File Exchange resource. ...
23 giorni fa | 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...
23 giorni fa | 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...
23 giorni fa | 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...
24 giorni fa | 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 ...
24 giorni fa | 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...
24 giorni fa | 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...
24 giorni fa | 0