Statistics
0 Questions
87 Answers
RANK
506
of 294.421
REPUTATION
148
CONTRIBUTIONS
0 Questions
87 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
18
RANK
of 20.110
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151.653
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
MATLAB/Simulink FPGA-In-The-Loop (FIL) Connection Issue with Zybo Z7 20
Hi @Oussama, The Arty board, based on the Zynq platform, is not officially supported by MathWorks. However, you can configure a...
24 dagen ago | 0
Provide a custom Platform Abstraction Layer. external mode XCP
Hi Miguel, The issue you're encountering with the custom Platform Abstraction Layer in your Embedded Coder setup is due to the ...
25 dagen ago | 0
Running external mode as a background thread with grt.tlc target
Hi @Konstantinos, The capability to run external mode simulations as a background thread is typically controlled through Simuli...
25 dagen ago | 0
| accepted
Replacing a column in a table
Here's a simple example on how to do achieve this s = table([1; 2; 3], [4; 5; 6], 'VariableNames', {'A', 'B'}); % Create the...
26 dagen ago | 1
Failed Code generation information file does not exist.
Hi @Yeltsin, I tried the build on my machine and it was successful, looks like the issue is not reproducible and specific to yo...
26 dagen ago | 0
How to create an array from a 'for loop' of numeric data read from multiple excel files?
Hi @Nicholas Findanis, Here how you can do it: % List of Excel files facdata = {'1.xlsx', '2.xlsx', '3.xlsx'}; % Ensure the f...
26 dagen ago | 0
How to do CAN Loopback test on jetson agx orin
Hi @mayukh, There's a detailed example of sending and receiving data with all the setup available in MathWorks documentation: C...
27 dagen ago | 1
How to choose a single element randomly from a vector
Hi @Yogesh To choose a random element from the vector A each time in MATLAB, you can use the randi function to generate a rando...
2 maanden ago | 1
| accepted
TI C2000 f28388d SPI Tx and SPI Rx with multiple chip select GPIOs
@Mohamed Shaheen, To implement SPI communication with multiple chip select (CS) lines using the C28x SPI Transmit block, you fi...
2 maanden ago | 0
How can I understand that my program is running or not?
Hi @Sunipa Som, You can use a few methods to determine if your MATLAB program is still running: Command Window Output: You can...
2 maanden ago | 1
| accepted
Memory consumption of the quad tree
Hi @Ali Al-Janabi The memory consumption of the recursive quadtree decomposition procedure S = qtdecomp(I) with respect to the ...
2 maanden ago | 0
| accepted
How to create the heat transfer between MA and MA and how to know the temperature and humidity of the outlet air in the cooling tower?
Hi @忠宇, Creating a heat recovery system for moist air (MA) in Simscape involves a few essential steps. Begin by opening Simulin...
2 maanden ago | 0
S function not accepting Input port Sample time
Hi @Joseph Stalin Pitchai Pillai, To ensure your S-function properly handles the sample times, you need to set the output sampl...
2 maanden ago | 0
Integrating Newton Andor camera with Matlab.
Hi @Paramjit Yadav, As far as I know, the Newton Andor 920 camera does not come with a built-in adaptor specifically for MATLAB...
2 maanden ago | 0
which MATLAB version is suitable for modelling and simulation of this topic "SENSORLESS SPEED TRACKING OF AN INDUCTION MOTOR DRIVE BASED ON
Hi @fredrick omollo, When selecting a MATLAB version for modeling and simulation of your aforesaid model, consider the followin...
2 maanden ago | 0
| accepted
Can we sort the variables of a table as per the values in a particular row.
Hi @Ron, I don't know what code you are using but I tried the same sort function and it worked for me. For you reference, I ha...
3 maanden ago | 0
How to handle multiple devices with an external trigger signal in NI-PXI platform?
Hi @Hyu-Sang Kwon, To acquire data from multiple NI PXI-4496 devices using an external digital trigger in a PXI chassis (model:...
3 maanden ago | 0
How to make multiple graphs in one plot with a for loop?
Hi @Marit Your code structure appears correct for this purpose. However, to ensure that each line is plotted correctly, you sho...
3 maanden ago | 0
Why can't i suppress the simulink warning Simulink:protectedModel:protectedModelMexWrongPlatformSimCodeGenWithWebview?
Hi @Philipp Krause, In Simulink, certain warnings are designed to be non-suppressible due to their importance or potential impa...
3 maanden ago | 0
| accepted
Add header to extrated data from .mat file
Hi @Sachin Uttamrao, To add headers to each column in the generated text file, you can modify your script to create a table wit...
3 maanden ago | 1
Error overwriting array when using Simulink
Hi @Dmytro Sokol, It is challenging to diagnose the specific error without access to the model, but I created a sample model us...
3 maanden ago | 0
How to fix this Targetlink error during code generation
Hi @Basim, It is likely an update issue. Initially, TargetLink 2023-B (23.1) did not support MATLAB® R2023a and R2023b releases...
3 maanden ago | 0
customlized AMD rfsoc board support package configure error
Hi @忆雪, I can see you are following the steps at https://www.mathworks.com/help/soc/ug/create-board-support-framework.html for ...
3 maanden ago | 0
Can compiler.package.installer() create "end user files"?
I believe you can use the files from 'for_testing' folder generated while packaging MATLAB functions. Quoting from MATLAB Docume...
3 maanden ago | 1
| accepted
Why is the FPGA image for UHD different?
Hi @Jay, The MathWorks UHD image (UHD_4.2.0.0-vendor) is customized to integrate seamlessly with MATLAB and Simulink. This in...
4 maanden ago | 0
How can I replace NaN in a table with a zero?
Hi @Elyse, If you're working with a table in MATLAB and you want to replace NaN values with zeros, you'll need to handle the da...
4 maanden ago | 0
| accepted
Passing Custom Command Line Arguments to a Compiled Simulink Model
Hi @Leon Sievers, Passing command-line arguments to a compiled GRT Simulink model, with the objective of modifying predefined v...
4 maanden ago | 1
| accepted
Generate deadband smaller than Ts (sample time)
Hi @Arifin, The deadband observed in the ePWM block pertains to the PWM signal on the designated target, and it's important to ...
4 maanden ago | 0
Support package for IDS
Hi @Jesus Abraham Rodriguez Arellano, @Linda Kampe, To enhance the performance of your IDS-USB3.0 camera in MATLAB, the recomme...
4 maanden ago | 0
Error when building model in simulink "Error(s) encountered while building model"
The issue you're encountering seems to be related to the code generation process not properly overwriting or managing previously...
4 maanden ago | 1