photo

R


Last seen: 8 days ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 4
  • 6 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
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...

25 days ago | 0

Answered
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:...

28 days ago | 0

Answered
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...

28 days ago | 0

Answered
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...

28 days ago | 0

| accepted

Answered
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...

28 days ago | 1

Answered
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...

28 days ago | 0

Answered
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...

28 days ago | 0

Answered
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 ...

29 days ago | 0

Answered
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...

29 days ago | 1

| accepted

Answered
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...

1 month ago | 0

Answered
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...

1 month ago | 0

| accepted

Answered
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...

1 month ago | 0

| accepted

Answered
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 ...

1 month ago | 0

Answered
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...

1 month ago | 0

Answered
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...

1 month ago | 1

Answered
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 ...

1 month ago | 0

| accepted

Answered
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...

1 month ago | 0

Answered
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 ...

1 month ago | 1

Answered
Create 'siteviewer' object without displaying it?
To create a 'siteviewer' object without displaying it, you can turn on the Hidden property of 'siteviewer'. hiddenViewer = site...

1 month ago | 0

Answered
GUI commands transition from R2007 to R2018
The issues are likely stemming from the switch from the older DAQ interface techniques (putsample) to the newer session-based in...

1 month ago | 0

| accepted

Answered
Parrot minidrone - original firmware restoration
You can follow the steps mentioned in the documentation page below to reset your Parrot Drone to the original state from where y...

1 month ago | 0

| accepted

Answered
How to practice matlab programs?
You can try with MATLAB OnRamp to get started with basic MATLAB. https://matlabacademy.mathworks.com/details/matlab-onramp/gett...

2 months ago | 0

| accepted

Answered
Can I simulate more than one stl geometry/ an assmebly with the 'createpde' function?
This is likely due to the limitations of importGeometry: https://www.mathworks.com/help/pde/ug/pde.pdemodel.importgeometry.html...

2 months ago | 0

Answered
my netcdf.open can not open the url I want ;help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
The error occurred because the URL provided is not a valid OPenDAP URL. When the NETCDF-C library encounters a path resembling a...

2 months ago | 1

Answered
how can i free the port to be used when fopen a udp by function fopen
You can refer to the following troubleshooting steps to make sure that there are no other applications or MATLAB instances runni...

2 months ago | 0

Answered
Necessary Toolbox for FKinBody Function
FKinBody is not a MATLAB function. I assume you are referring to the function found in the following GitHub repository: https:/...

2 months ago | 0

Answered
Ricanchannel built in function
The input signal for the comm.RicianChannel function in MATLAB should be in the time domain. The function models a Rician fading...

2 months ago | 0

Answered
Parallel task error while loading control algorithm into HIL
As per my understanding, you have an Export-Function Model and the System Target File as Speedgoat.tlc. The export function mod...

2 months ago | 0

| accepted

Answered
What are all the possible WhyStop reasons in the Termination portion of a System ID Estimation Report?
Hi Emma, I couldn't find a list of possible reasons for termination. However, these are the strings I have come across while us...

2 months ago | 1

| accepted

Answered
How to list of input, output, signals and its data types used in the simulink model?
The Data Import/Export pane of the Configuration Parameters dialog box includes parameters that configure options for exporting ...

2 months ago | 0

| accepted

Load more