photo

Suman


Last seen: 5 månader ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
76 Answers

RANK
1 503
of 300 369

REPUTATION
46

CONTRIBUTIONS
0 Questions
76 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
9

RANK
 of 20 936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 436

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

  • 6 Month Streak
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
"mex -l" adds wired path
Hi @Fei It seems it is looking for the libabcd.lib in wrong directory instead of the one you passed with -L option. Are you sur...

5 månader ago | 0

Answered
how can figure renderer be changed in Matlab 2025a?
Hi @Oleg S For plotting and MATLAB graphics, you cannot currently choose which GPU is used from within MATLAB. MATLAB makes a c...

5 månader ago | 0

Answered
Set callback Function to Multiple Blocks
Hi @Daiana Tudose You can programmatically assign the same "OpenFcn" callback to multiple Subsystem blocks in Simulink using a ...

5 månader ago | 0

Answered
Cross-compile for linux with compiler.build.productionServerArchive
Hi @Marcus A compiled MATLAB binary can only be run on machines which match the architecture of the machine that originally com...

5 månader ago | 0

Answered
Simscape Local Restriction (G) Delta P Equation Documentation
Hi @Luke, You can refer to the following documentation for more information on Local Restriction.

6 månader ago | 1

Answered
Some properties of Aero.satelliteScenario.PhysicalProperties object don't work while other properties of it works.
Hi @Ömer Utku, You can use the 'physicalProperties' function to set the value for the PhysicalProperties of the satellite by sp...

6 månader ago | 2

| accepted

Answered
Data Dictionary Not Visible in Model Explorer for Reference Subsystem
Hi @thomas, Adding to what Anushka has already mentioned in her answer. “Is there a way to make all linked data dictionaries v...

6 månader ago | 0

Answered
How can I have Matlab Simulink autocode program read data from an external file?
Hi Glen, In order to promt for user input in your compiled application, you will need to incorporate custom C/C++ code in the g...

7 månader ago | 1

Answered
"By default, some results are not generated for headers" - how to get them to generate?
Hi Graham, Here is the link to the documentation for -generate-results-for.

7 månader ago | 1

Answered
How to create signals in data dictionary using excel sheet?
Hi Aditya, You can use the 'readtable' function to read data from the Excel sheet and then create and Signal object and store...

ungefär ett år ago | 0

Answered
To Connect FMU input and output to goto, from blocks using matlab Code.
Hi Hithesh, Please refer to the following documentation to learn about how you can connect blocks programmatically: https://...

ungefär ett år ago | 0

Answered
How to get the port domain or type of a simscape block programmatically?
Hi Jonas, To get information of Simulink or Simscape blocks, you can use 'get_param' function. You can use 'get_param('blockPat...

ungefär ett år ago | 0

Answered
Question about making simulink block for opencv_contrib
Hi Jianlong, OpenCV Importer does not support "opencv_contrib" as mentioned in this documentation. You can try to use the same ...

ungefär ett år ago | 0

Answered
Alternative way to use fitcsvm for code generation
Hi Keshav, You can try to use the "coder.extrinsic" function to use functions that are not supported for code generation. Pleas...

ungefär ett år ago | 0

Answered
Three Phase Power Converter Simulink Model for Losses calculation
Hi Khawaja, The example you are referring to is only available since MATLAB R2022a. Hence, you are unable to find it. You may r...

ungefär ett år ago | 0

Answered
Subscripting into an mxArray is not supported. Cell contents reference from a non-cell array object.
Hi Añ An, The error "Cell contents reference from a non-cell array object." means that the variable "cbs1" is not a cell array....

ungefär ett år ago | 0

Answered
What is the difference between 'none' and 'off' using find_system with 'LookUnderMasks' (MATLAB 2017b)?
Hi Amadeus, The 'none' and 'off' are exactly the same for 'LookUnderMasks'. Similarly, 'all' and 'on' are also equivalent. In f...

ungefär ett år ago | 0

Answered
How to connect a Subsystem's outputPorts (more than 5) to "Bus Creator" programmatically (from scripting)
Hi Arepalli, To add a new "Bus Creator" block with "n" number of Inputs, you can pass an additional name-value parameter in th...

ungefär ett år ago | 0

| accepted

Answered
Get recent scan data during continuous background sampling with DAQ
Hi Holden, In the code snippet, I see that you are using "start(device)" function to start sampling. This will only acquire dat...

ungefär ett år ago | 0

Answered
Simulink Coder/Embedded Coder: How to configure identifier naming of utility functions?
Hi flrhlt, Please refer to the this MATLAB answer: https://in.mathworks.com/matlabcentral/answers/493581-how-do-i-change-the-na...

ungefär ett år ago | 0

Answered
I want to collect all the block parameters of the multiple simulink model as per the user select the model and print it in Excel file
Hi Aditya, You can use the uigetfile function to select the model files for which you want to extract the parameters. Make sure...

ungefär ett år ago | 0

Answered
How do I change a table lookup algorithm option for all the table lookup blocks in a large Simulink model?
Hi Jeff, You can do it programaticaly with a simple MATLAB script. 1. Get all the Lookup Table blocks present in the model: l...

ungefär ett år ago | 0

Answered
how can I simulate values I saved from CSV file to array.mat in Simulink?
Hi, You can use the "readtable" function to read the data from the CSV file to MATLAB. The "readtable" function returns a MATLA...

ungefär ett år ago | 0

Answered
I am unable to find the .mlx file attached in a simulink model in MATLAB 2021 version. How can I get the file please help me out.
Hi Soumya, Based on the error message, it seems that MATLAB was unable to find the .MLX file. Assuming that it exists, you can ...

mer än ett år ago | 0

Answered
How to specify input arguments data type when using ssDeclareFunctionCaller?
Hi Arian, You can use the ssSetSimulinkFunctionArgDataType function to set the data types of function and the ssSetSimulinkFunc...

mer än ett år ago | 0

Answered
Call Simulink Function That is Defined in a Separate Model Using MATLAB Function Block and Model Reference
Hi Arian, It is indeed possible to call a Simulink Function from a MATLAB Function block that are both implemented in separate ...

mer än ett år ago | 0

Answered
Error using signal.internal.sigcheckfloattype
Hi, You may refer to this MATLAB Answers thread for the similar issue: https://www.mathworks.com/matlabcentral/answers/361053-c...

mer än ett år ago | 0

Answered
I have to change function visibility of simulink function block using M-Script.
Hi Umesh, In order to modify some dialog parameter value, you can find out the actual parameter name in the following way: >...

mer än ett år ago | 0

Answered
how to konw the meaning of xout of simulink
Hi 盈天 裴, the xout property refers to the block states at each time point. You can refer to this https://www.mathworks.com/help/...

mer än ett år ago | 0

Answered
How to remove the error "Can not resolve Simulink signal object for output port" in matlab 2009b
Hi yogi, The error "Cannot resolve Simulink signal object for output port" typically occurs when Simulink is unable to find or ...

mer än ett år ago | 0

Load more