![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17096108_1576341019081_DEF.jpg)
Python, C++, MATLAB
Spoken Languages:
English, Hindi
Statistiques
0 Questions
130 Réponses
RANG
500
of 297 010
RÉPUTATION
156
CONTRIBUTIONS
0 Questions
130 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
16
RANG
of 20 418
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 687
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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 jours il y a | 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 jours il y a | 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 jours il y a | 1
| A accepté
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 jours il y a | 0
| A accepté
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 ...
environ un mois il y a | 0
| A accepté
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...
environ un mois il y a | 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...
environ un mois il y a | 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...
environ un mois il y a | 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...
environ un mois il y a | 0
| A accepté
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...
environ un mois il y a | 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...
environ 2 mois il y a | 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...
environ 2 mois il y a | 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...
environ 2 mois il y a | 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...
environ 2 mois il y a | 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 mois il y a | 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 mois il y a | 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 mois il y a | 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 mois il y a | 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 mois il y a | 0
| A accepté
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 mois il y a | 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 mois il y a | 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 mois il y a | 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 mois il y a | 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 mois il y a | 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 mois il y a | 0
| A accepté
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 mois il y a | 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 mois il y a | 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 mois il y a | 1
| A accepté
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 mois il y a | 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 mois il y a | 0