
Hitesh
Followers: 0 Following: 0
Statistics
0 Questions
124 Answers
RANK
495
of 298,512
REPUTATION
158
CONTRIBUTIONS
0 Questions
124 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
13
RANK
of 20,606
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 161,536
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
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 ...
3 hours ago | 0
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...
1 day ago | 0
| accepted
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 ...
1 day ago | 0
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...
1 day ago | 0
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...
2 days ago | 0
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 ...
3 days ago | 0
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...
4 days ago | 0
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. ...
28 days ago | 0
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...
29 days ago | 0
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...
29 days ago | 0
Optimising bracket with holes
Hi Rea, Optimizing the thickness of a bracket while minimizing its mass requires both the geometry and the constraints, includi...
1 month ago | 0
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...
1 month ago | 0
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...
1 month ago | 0
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...
1 month ago | 0
| accepted
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 ...
1 month ago | 0
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...
1 month ago | 0
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...
1 month ago | 0
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 ...
1 month ago | 0
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...
1 month ago | 0
I have to find specific parts of an image , should I mention the size of those parts to be detected?
Hi Aiman Zara, Your code mostly looks correct, but you need to use color-based segmentation for detecting specific parts of an ...
1 month ago | 0
how do you add bit error rate after applying noise to an image, the code below explains it.?
Hi Pranav, Although I am not entirely sure what you are specifically seeking, it seems like you are interested in determining t...
1 month ago | 0
mask area outside a shapefile
Hi Sourangsu, You need to create a mask that identifies points inside the polygon defined by the shapefile, and then apply that...
1 month ago | 0
i want to create a figure using imagesc for a 3D coordination system.
Hi Rafik, The error you are encountering is due to "imcrop" function, which expects a rectangle defined by four elements: [xmin...
2 months ago | 0
why I cant use velodyneFileReader
Hi YUSHENG, The error you are encountering indicated that there might be an issue with the PCAP file itself rather than a size ...
2 months ago | 0
retrieveImages giving empty scores
Hi Neha, I am assuming that you have sufficiently large and diverse image dataset that allow for effective similarity compariso...
2 months ago | 0
How do you include 0's in confusionchart?
Hi April, I too encountered the similar issue with the "confusionchart", the workaround that worked for me was to use "heatmap"...
2 months ago | 0
how to modulate two images in which one is color image and other is matlab generated object?
Hi ajeet, To modulate the color fringe pattern "Color" with the MATLAB generated object "Q", you need to perform element-wise m...
2 months ago | 0
regarding fake currency detection matlab code...it is showing "real" even if i upload fake image,please rectify my code
Hi Thanusha, This happens when the model's features are insufficient to effectively differentiate between real and fake notes. ...
2 months ago | 0
How to get vision.TemplateMatcher to work with colored templates and images?
Hi Tim, The error you are encountering is due to the "vision.TemplateMatcher" system object does not support truecolor (RGB) im...
2 months ago | 0
License Manager Error -96 when installing Polyspace 2024b in linux
Hi Ricardo, This error message indicates that there is a problem resolving the hostname of the license server. The license serv...
2 months ago | 0