photo

Namnendra

MathWorks

Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

0 Questions
13 Answers

Cody

0 Problems
32 Solutions

RANK
277,106
of 300,756

REPUTATION
0

CONTRIBUTIONS
0 Questions
13 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 21,077

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
15,822
of 170,890

CONTRIBUTIONS
0 Problems
32 Solutions

SCORE
357

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Version control of Matlab Coder generated files
Hi Øystein, I understand that you want to "tag" the generated files with the current git version of the MATLAB repository when ...

2 years ago | 0

Answered
Simulink: How to select and save coordinates from a video viewer block.
Hey Edward, To read out and transfer the coordinates of a red object that you have detected using a median filter in MATLAB, yo...

2 years ago | 0

Answered
Simulink Audio Toolbox Compressor Specify on input port
Hey Matthew, I understand that you want to enable the "Specify on input port" option for the Compressor block parameters and al...

2 years ago | 0

Answered
Report generator to Word Table how to use AlowBreakAcrossPages
Hey Daniel, I understand that you want to move a table row to new page if the row doesn't fit in the page. For that you want to...

2 years ago | 0

Answered
Corrupted .m file
Hey Jason, I understand the frustration of losing unsaved modifications in MATLAB due to a reboot. Unfortunately, if the files ...

2 years ago | 0

Answered
Creating an efficient frontier
Hey Aaron, The step function is designed to generate a vector of values with a constant step size between two given limits. In ...

2 years ago | 0

Answered
Creating a binary mask from pixels within rectangles
Hey Aaron, To create binary masks from the regions of interest (ROIs) defined by the rectangles in your images, you can follow ...

2 years ago | 0

Answered
Invalid Mex File: Gateway Function is missing in compiled app
Hey Aaron, This error message typically occurs when the Mex-file is not compiled correctly or is missing the gateway function t...

2 years ago | 0

Answered
Way to make timescope "alwaysontop" or embed timescope object in uifigure?
Hey Aaron, The timescope object in MATLAB does not have an option to set it as always on top, but you can achieve this behavior...

2 years ago | 0

Answered
Multiple Arduino with same simulink block diagram
Hey Aakash, One solution is to use the Simulink Support Package for Arduino Hardware to communicate between the two Arduinos. Y...

2 years ago | 0

Answered
Foreground DAQ acquisition after background acquisition suddenly not getting correct number of scans
Hey Aaron, It's difficult to say exactly what might have caused this sudden change in behavior without more information, but on...

2 years ago | 0

Answered
Creating multiple circuit using same nport RF object in MATLAB with different node assignment?
The error message suggests that you are trying to add the same `nport_obj` (which is an `S-parameters` object) to multiple circu...

2 years ago | 0

Answered
How do I find the trough of my data with stated x limits where it should occur?
As far as I understand your issue, if the peak is always located around x=60, you can modify the code to only search for the tro...

2 years ago | 0