Hitesh - MATLAB Central
photo

Hitesh


Last seen: Today Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 08/24 to 05/25Use left and right arrows to move selectionFrom 08/24Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
135 Answers

RANK
444
of 298.641

REPUTATION
176

CONTRIBUTIONS
0 Questions
135 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
14

RANK
 of 20.635

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161.878

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

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Mingw not working for C++ compilation
Hi Darshna, Since you already appeared to have an existing installation of the MinGW Support Package, it is much easier if you ...

1 dag ago | 0

Answered
License Manager Error -9: "Your username is not authorized to use this license"
Hi Bharani, These resources might be helpful to resolve this issue. Kindly try out the troubleshooting steps mentioned in MATLA...

1 dag ago | 0

Answered
What do the learning parameters of the cwtLayer refer to? How can we combine the cwtLayer and the icwtLayer to predict the time series?
Hi 家俊, Learning Parameters of cwtLayer : cwtLayer (Continuous Wavelet Transform Layer) typically does not have learnable para...

3 dagen ago | 0

Answered
main.c:405: error: undefined reference to 'InitInfAndNaN', Getting this error when I'm building a .mdl Simulink Module.
Hi Veera, The "rt_InitInfAndNaN" function is a support routine inserted automatically when your model may involve special float...

3 dagen ago | 0

Answered
Simulink SDI interface err(snapshot to matlab figure)
Hi @Zheng de, I too encountered the similar issue with Simulink SDI interface. The workaround that worked for me was to update ...

3 dagen ago | 0

Answered
Where can I find the TLC files and S-functions for built-in Simulink blocks?
Hi Aleks, TLC Files for Built-in Simlunk Blocks TLC (Target Language Compiler) files for built-in Simulink blocks are typicall...

4 dagen ago | 0

| accepted

Answered
Issue with Matlab Widget toolbox: ListSelector call back is exectued twice
Hi @Sylvain, I too encountered the same issue. The workaround that worked for me was to update Widgets Toolbox - App Designer a...

5 dagen ago | 0

Answered
Error using feval -- Unrecognized function or variable 'py.dict' when trying to use pyrunfile or pyrun.
Hi Darral Freund, I tried executing the same set of commands that produced an error in your case, but I am not encountering any...

5 dagen ago | 0

| accepted

Answered
Error with mobiledev object;
Hi 政博, I'm not sure why you're still encountering this error even after removing the "mobiledev" object from the workspace. Sta...

6 dagen ago | 0

| accepted

Answered
how can i transfer my Simulink block to amesime
Hi Ali, I understand that you have a SIMULINK model and want to include in a Simcenter Amesim model. Using Simulink model in Am...

6 dagen ago | 0

| accepted

Answered
Simulink Problem: Filter Designer producing noisy output.
Hi Lui, This issue of getting noisy output when importing your SOS filter into Simulink's Filter Designer might be due to follo...

8 dagen ago | 0

Answered
How do I use a Bus in conjunction with a matlab function block in Simulink?
Hi Filippo, You may be encountering this error due to the following reasons: The MATLAB Function block expects the Bus object ...

9 dagen ago | 1

Answered
ho to implement Undo/Redo in a Matlab App
Hi Sylvain, Absolutely, you’re on the right track! Implementing a custom undo/redo stack is a robust, general approach, especia...

10 dagen ago | 0

| accepted

Answered
Comparison of M-files and Simulink models
Hi 賢斗 森谷, You need to use regular expressions to extract variables from the M-file. However, for Simulink models, the approach ...

10 dagen ago | 0

Answered
Edit existing toolstrip - Add Format Variable Tab
Hello Cg Gc, The docked Format Variable tab is hidden when no variable in the workspace is selected. It reappears when you doub...

10 dagen ago | 0

Answered
MATLAB 2024a BER tool data is generated but can't be seen. Is there anyway to adjust the window size or scaling of BER tool?
Hi Win, You need to zoom in or either zoom out depends on the "BER" values plot in the BER figure. Sometimes, the default axes...

10 dagen ago | 0

Answered
Neural ODE with custom layer for adding various input signals
Hi Sergio, The error that you are encountering "dimensions of arrays being concatenated are not consistent" indicates that ODE ...

12 dagen ago | 0

Answered
Help with particle filter for measurement denoising
Hi Daniel, There are some conceptual and implementation issues that are causing the poor performance. The performance is enhanc...

12 dagen ago | 0

Answered
Import Custom C++ Class using Simulink Code Import Wizard
Hi Chris, I did not encountered any issue while importing Custom C++ Class using Simulink Code Import Wizard in MATLAB R2024b. ...

ongeveer een maand ago | 0

Answered
Creating in-window movable panes in App Designer?
Hi Kolbe, Creating in-window movable panes or panels within a MATLAB App Designer app is a bit challenging, as App Designer doe...

ongeveer een maand ago | 0

Answered
Change visibility of a Paramter Based on variant selected on a masked susbsystem
Hi Abhishek, In the code you have shared, within variant B, Line9 and Line10 are identical that is "TestParam" is set to visibl...

ongeveer een maand ago | 0

Answered
Optimising bracket with holes
Hi Rea, Optimizing the thickness of a bracket while minimizing its mass requires both the geometry and the constraints, includi...

ongeveer een maand ago | 0

Answered
Clearing existing restFunctionService and API key question
Hi @Adan, I too encountered the similar issue, you need to use following command before clearing the service. Since the service...

ongeveer een maand ago | 0

Answered
JPEG encoder and decoder
Hi Divyashree, The quantization matrix 'Q' plays a crucial role in determining the quality of the compressed image. A less aggr...

ongeveer een maand ago | 0

Answered
By using Time dependent group velocity dispersion parameter plot the graph between intensity and T/To
Hi Aayushi, Kindly follow the below steps to achieve time dependent group velocity dispersion parameter and plot the graph betw...

ongeveer een maand ago | 0

| accepted

Answered
Using for loop for midpoint method
Hi Khang, The error "Too many output arguments" indicates that the "midpoint" function did not return two outputs. You need to ...

ongeveer een maand ago | 0

Answered
how can I solve the problem of imwrite permission
Hi Ess Ma, You need to add the current directory path to MATLAB path. The directory in which you were trying to write the image...

ongeveer een maand ago | 0

Answered
Can't create Partial Dependence Plot
Hi James, 'plotPartialDependence' function works as intended in MATLAB R2022a. Kindly refer to the following piece of code as a...

ongeveer een maand ago | 0

Answered
The data read by VideoReader is inconsistent between Ubuntu and Windows 10.
Hi 敬 杨, The variation in frame values across different operating systems is due to the platform-specific third-party libraries ...

ongeveer een maand ago | 0

Answered
how to make transformation in mp4 vedio
Hi Muhammad, The error indicates that frames concatenated are not having consistent dimensions which leads to error. Kindly ens...

ongeveer 2 maanden ago | 0

Load more