R
Followers: 0 Following: 0
Statistics
0 Questions
84 Answers
RANK
540
of 293 834
REPUTATION
140
CONTRIBUTIONS
0 Questions
84 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
17
RANK
of 20 069
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 149 888
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
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...
15 minuter ago | 0
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...
ungefär en timme 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...
ungefär 3 timmar 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...
ungefär 22 timmar 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...
ungefär en månad 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...
ungefär en månad 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...
ungefär en månad 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 ...
ungefär en månad 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...
ungefär en månad 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...
ungefär en månad 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...
ungefär en månad 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...
ungefär en månad 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...
2 månader 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 månader 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 månader 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 månader 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 månader 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 månader 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 månader 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 månader 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 månader 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...
3 månader 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...
3 månader 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...
3 månader 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 ...
3 månader 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...
3 månader 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...
3 månader ago | 1
plot CCDF with absolute value, not percent: now max CCDF (Y-scale) is 100% but I;d like to have 1.0
Hi @Alexander! Yes, there is a way to plot the CCDF with absolute values on the Y-axis. You can use the set function in MATLAB ...
3 månader ago | 0
| accepted
Does Simscape Specialized Power Systems blocks work with HDL Coder?
Specialized Power Systems Library is designed for modeling electrical power systems using specialized components and blocks. How...
3 månader ago | 0
Cannot solve algebraic loop involving 'Mo_phong_xe/Equation1_ddgama1/MATLAB Function5' because it consists of blocks that cannot be assigned algebraic variables, such as block
Thanks for sharing the model. As prompted by the error message, there is an algebraic loop in the model. Refer to the following ...
3 månader ago | 1