Python, C++, MATLAB
Spoken Languages:
English, Hindi
Statistics
0 Questions
125 Answers
RANK
541
of 296,352
REPUTATION
142
CONTRIBUTIONS
0 Questions
125 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
15
RANK
of 20,394
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156,133
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
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...
6 hours 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 day 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...
10 days 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...
11 days 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...
11 days 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...
11 days 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...
12 days 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...
14 days 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...
14 days 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...
8 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 ...
8 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...
8 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...
8 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...
8 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...
8 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...
8 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 ()...
8 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...
8 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. ...
8 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...
8 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 ...
8 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...
8 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...
8 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...
8 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...
8 months ago | 0
How to extract many Timeseries data from large object?
Hi kylen, I see you require an efficient manner to obtain all the timeseries objects without having to create variable everytim...
9 months ago | 0
| accepted
Error while trying to launch the matlab installer on linux
Hi LUCA, The issue you are facing might be due to the fact that "Manjaro" isn't a supported Linux distribution for MATLAB relea...
9 months ago | 0
How to write multiple object surfaces/solids to a single .stl file?
Hi Vinit, I understand you want to write multiple object surfaces to a single stl file. I believe this MATLAB answer thread wil...
9 months ago | 0
generate Excel read boxes
Hi Virajita, Since your shared app designer code file already contains implementation for generating dynamic input boxes, I am ...
9 months ago | 1
| accepted
Invalid MEX-file on Macbook Pro, c++ code has been used on other computers
Hi Ron, This issue you are facing might be due to the fact MATLAB system requirements started supporting macOS Sonoma (14) from...
9 months ago | 0
| accepted