photo

Namnendra


Last seen: Today 2022 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
C++
Spoken Languages:
English

統計

  • 3 Month Streak
  • Knowledgeable Level 3
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Feature Fusion code to fuse two feature space
Hi Mathana, Certainly! Below is an example of how you might implement Attentional Feature Fusion (AFF) and iterative AFF in MAT...

4日 前 | 0

回答済み
Error running 'h2f_175_S2_sil_plant_model' on target computer: Timed out waiting for External mode connect to complete.
Hi Mahesh, It sounds like you're encountering an issue with the External Mode connection between your host computer and the Spe...

4日 前 | 0

回答済み
Does any tensorflow module can be imported to MATLAB
Hi Araa, The error "Unable to resolve the name 'tensorflow.Graph'" occurs because MATLAB does not directly support TensorFlow's...

7日 前 | 1

| 採用済み

回答済み
Missed blocks between two models
Hi Praveen, To compare two Simulink models and identify added, deleted, and modified blocks, you can use MATLAB's Simulink Repo...

7日 前 | 0

回答済み
Running sbatch in HPC using "system command" in MATLAB script is not working.
Hi Neda, I understand that you are facing issues with running a .sbatch file inside a matlab script using "system" command. Th...

7日 前 | 0

回答済み
Syncing iterations of the loop and the time step of the simulation
Hi Hani, Let's address your questions one by one: 1. Iterative Execution in Simulink If you want the iterations of a loop t...

7日 前 | 0

回答済み
Get data from parsim (different variables)
Hello Artjom, To access the end temperature and end time from each simulation in a `parsim` (Parallel Simulink Simulation) run,...

25日 前 | 0

回答済み
Unable to use 'Extract bits' block in Simulink for data type int32
Hi Vishal, The issue you're encountering with the 'Extract Bits' block in Simulink seems to be related to how different MATLAB ...

25日 前 | 0

回答済み
Initial angular position of a mechanical system in SimScape
Hello Ruud, I understand that you want to set the initial angle of the mechanical system to zero (at t = 0). It sounds like yo...

26日 前 | 0

回答済み
Parfor "Out of Memory during deserialization" in large matrix operations
Hello Preetham, I understand that you want to optimize your program by reducing memory usage. When using `parfor` in MATLAB, o...

26日 前 | 0

回答済み
how to specify numbers in an array with varying steps
Hello Alex, To specify a group of numbers in an array that do not appear in even steps, you can manually create the array by sp...

27日 前 | 0

回答済み
When running regression tests in Test Manager, how can you tell if all tests have run to completion without skipping any?
Hello David, I understand that you want to ensure that tests run to completion and verify that they are executed as expected. ...

27日 前 | 0

回答済み
code imported from app designer in .m reimported in .mlapp
Hello Jorge, I understand that you have the .m code of your MATLAB app file and you want to regenerate the app using that code....

27日 前 | 1

| 採用済み

回答済み
Displaying Live Occupancy Grid
Hi Josh, I understand that you want to keep the viewing settings and don't want it to reset when you call show() function. Whe...

27日 前 | 1

回答済み
Can I optimize (using optimization tool box) few variables for a quantity extracted from a covariance matrix (Lyap function) numerically?
Hello Anil, I understand that you want to optimize multiple variables for a quantity extracted from a covariance matrix (using ...

27日 前 | 1

| 採用済み

回答済み
perform parallel computation in the given equation to solve it fast. this equation comes after solving lidar equation for extinction coefficient.
Hi Shailja, I understand that you want to use Parallel Computing to solve your equation fast. To perform parallel computing i...

29日 前 | 0

回答済み
Converting NumericEditFields to TextEditFields in App Designer
Hi Gokhan, There isn't a direct "Replace with" option in MATLAB App Designer for converting `NumericEditField` components to `T...

2ヶ月 前 | 0

回答済み
Using n-D Look Up Tables for Data Conversion
HI Caly, For the purpose you've described, using an 8-D Look-Up Table (LUT) in Simulink to combine 8 different EMG sensor data ...

2ヶ月 前 | 1

| 採用済み

回答済み
How to generate code for self attention layer for deployment
Hi Mohammed, Generating code for a self-attention layer, especially for deployment purposes, involves a few steps, including th...

2ヶ月 前 | 0

| 採用済み

回答済み
Neural Network Fitting each layers neurous number
Hi Wei, To determine and modify the number of neurons in each layer of a neural network for fitting tasks in MATLAB, you typica...

2ヶ月 前 | 0

| 採用済み

回答済み
Empirical Mode Decomposition and Hilbert Huang Transform for Impedance Calculations
Hi Centauri, Computing the impedance of a nonlinear and time-varying system poses unique challenges, especially when using meth...

2ヶ月 前 | 0

| 採用済み

回答済み
MATLAB Report Generator - Edit PDF page margins in sections.
Hi Alexandre, Editing the `.pdftx` template for a MATLAB Report Generator report to customize headings, margins, and other styl...

2ヶ月 前 | 0

| 採用済み

回答済み
App Designer - lamp display running status
Hi Elina, To achieve the functionality of changing the lamp color in your app while the Simulink simulation is running and then...

2ヶ月 前 | 0

回答済み
What is the command to fetch Requriement detail from the simulink model?
Hi Vickey, To fetch requirement details from a Simulink model, you typically use functions provided by Simulink Requirements™. ...

3ヶ月 前 | 0

回答済み
Delays in control systems with communications toolbox
Hi Juan, Yes, you can use MATLAB's Communications Toolbox in conjunction with the Control System Toolbox to simulate delays and...

3ヶ月 前 | 0

| 採用済み

回答済み
How to list the names of all the output ports in a model, including the output ports of subsystem?
Hi Digvijay, To list the output parameters of all the output ports of a model, especially when it contains subsystems with thei...

3ヶ月 前 | 0

回答済み
Training RL agents in Simulink
Hi YL, When using Reinforcement Learning (RL) agents in Simulink for parameter tuning or control tasks, encountering unreasonab...

3ヶ月 前 | 0

| 採用済み

回答済み
Transform Cylindrical polar coordinates to Cartesan but equally distributed
Hi Oliver, To convert your polar coordinate matrices (`R`, `Phi`, and `Z`) into Cartesian coordinate matrices (`X`, `Y`, and `Z...

3ヶ月 前 | 1

| 採用済み

回答済み
What is the allowable signal type for the mv.target input of the linear MPC controller block?
Hi Brendan, The error message you're encountering indicates that the `mv.target` input to the MPC Controller block expects a sc...

3ヶ月 前 | 0

回答済み
Unable to display a selected image despite finding no errors while running the code
Hi Adithi, Both versions of your code seem logically sound for displaying an image and text using Psychtoolbox in MATLAB. Howev...

3ヶ月 前 | 1

| 採用済み

さらに読み込む