![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17096108_1576341019081_DEF.jpg)
Python, C++, MATLAB
Spoken Languages:
English, Hindi
Statistics
0 Questions
130 Answers
RANK
500
of 297,010
REPUTATION
156
CONTRIBUTIONS
0 Questions
130 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
16
RANK
of 20,418
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,687
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
set simulink Scope Property----BackgroundColor
Hi Pangpang, I was able to replicate your issue successfully with a help of a sample model. I think the issue arises because p...
23 days ago | 0
Intermittent error on Linux: 'Launching updater executable'
Hi matlabgod, I understand you are getiing 'Launcher updater excutable' error on running a batch script. I am assuming your scr...
25 days ago | 0
I change the arrival time in the entity generator but the scope for entities departured stay the same (simulink)
Hi John, The mean parameter of the exponential distribution affects the inter-arrival time of entities, not the number of entit...
27 days ago | 1
| accepted
Matlab parpool gives me 4 workers on Azure VM instead of 8 workers
Hi Farouk, By default Parallel Computing Toolbox will attempt to use a number of workers equal to the number physical cores of ...
27 days ago | 0
| accepted
How to change baud rate for tc3x ?
Hi Fred, The 'Baud Rate' is a read-only parameter which cannot be edited. You can view this information by doing a right click ...
1 month ago | 0
| accepted
CustomDisplay functionality for AppDesigner apps
Hi Anthony, I do not think the AppDesigner framework allows editing the inheritance structure of apps. As a workaround, when yo...
1 month ago | 0
image coordinates to robot coordinates
Hi Ra'ad, I understand you want to convert 2D image coordinate to 3D world coordinates. To calculate intrinsic parameters, 'c...
1 month ago | 0
Arduino code control Simulink circuit
Hi Ahmad, To control the Simulink model using the Arduino, the Arduino needs to send control signals to Simulink. This can be a...
1 month ago | 0
Change Date Formatting for Excel in Matlab
Hi Devidutta, The 'datestr' function is not recommended to be used since R2022b as mentioned here: https://www.mathworks.com/he...
1 month ago | 0
| accepted
Launching code from MS scheduler...code starts before initialization has finished
Hi David, I am assuming here by MATLAB initialization, you are referring to the loading up of the MATLAB GUI. If your script is...
1 month ago | 0
How to run this CNN?
Hi NGR, In your provided script, the dimensions were managed by resizing entire data arrays to match a target row size 'desired...
2 months ago | 0
Post dissolution particle size prediction
Hi Shadrack, You can find the particle size by using thresholding and image segmentation techniques. Afer some pre-processing o...
2 months ago | 0
Serial Connection Issue On ESP32 DevkitC V4/WROOM32-E
Hi Meric, I understand you are facing issues connecting to ESP32 and overwriting of arduino code. Here are some troubleshooting...
2 months ago | 0
How to define rrMap in rodrunnerHDMap as multiple rather than just one
Hi JK, I understand you want to create unique road runner maps with different geometry settings. The 'roadrunnerHDMap' functio...
2 months ago | 0
why file did not appear
Hi farina, As your image file is not visible in the "Files" Directory, I would first suggest to make sure your image file - 'im...
9 months ago | 0
Customizing the Neural Network model and details in nnstart
Hi musa, nnstart and its associated GUI tools (like the Neural Networks Fitting Tool) offer a straightforward path to creating ...
9 months ago | 0
programmatically change simulink scope plot line visibility
Hi Robyn, I understand you want to change the visibility of lines plotted on scope block programmatically.I also could not find...
9 months ago | 0
Antenna and Arrays toolbox - Export Geometry
Hi Tuli, Export to dxf or stp files is not supported from MATLAB .But there is stlwrite function in MATLAB which you can levera...
9 months ago | 1
Is it possible to plot a SURFPoints or MSERRegions object using App Designer on UIAxes? Or any other Point Object?
Hi Darral, The error you're encountering in MATLAB App Designer when trying to plot "fixedPoints" (which are SURF feature point...
9 months ago | 0
| accepted
How can I get the average color of a ROI (mask) ?
Hi Mona, Given you have a selected a ROI in a picture and would want to replace each pixel inside the area of mask with the ave...
9 months ago | 0
Is it possible to use tiledlayout to create a figure with plots and a PDF image? (per attachment)
Hi AP, Using "tiledlayout" in MATLAB, you can create a figure that includes both plots and images.But MATLAB doesn't support PD...
9 months ago | 0
Warning: Error updating FunctionLine. The following error was reported evaluating the function in FunctionLine update:Array indices must be positive integers or logical value
Hi Utkarsh, The error you're encountering in your MATLAB code is due to the misuse of curly braces {} instead of parentheses ()...
9 months ago | 1
MATLAB R2024a Trial update problem
Hi Shuvndu, Please refer to this MATLAB answer article as to "how to extend or renew trail or get a new one" - https://www.math...
9 months ago | 0
How can I filter data plotted on my UIAxes?
Hi Miguel, I understand you have issues showing filtered and unfiltered data simultaneously on your app designer's UI windows. ...
9 months ago | 0
Constructing 3D cloud from set of similar 2D images
Hi, For the task of "constructing 3D cloud from a set of 2D images", you can refer to following workflow & resources: 1.Determ...
9 months ago | 0
| accepted
Running a program in loop if file exists
Hi Shreyas, To ensure your MATLAB code continues running in an infinite loop, even when the image file is deleted, you need to ...
9 months ago | 0
sorting data into excel file
Hi Omer, In order to store feature extraction for audio files in a excel file , you can create to table to store the features a...
9 months ago | 1
It is difficult to control the range
Hi 재훈, From the code snippet you have provided , I can make out an observation as follows: Plotting Issue with Cubic Spline: T...
9 months ago | 1
| accepted
Error forming mini-batch of targets for network output. Layer output format is not consistent with the input data.
Hi mad_de, This error suggests there was a mismatch between the network's expected output format and the format of the training...
9 months ago | 2
Error during implementation of Wavelet based denoising using hybrid approach of adaptive flitering and single value decomposition
Hi Manindar, The error in your script relating to "diag(S - threshold*(S > threshold))" is due to violation of the laws of Matr...
9 months ago | 0