已回答
I need to extract only the horseshoe cells, Plz let me know how to extract only those cells , and marked in blue on top of the original image.
Hi batya, I understand you need to a extract certain portions of image satisfying a certain criteria(color) , in this case - ho...

2 years 前 | 0

已回答
How can I remove the background noise of this image from the mat file?
Hey Gulfam, I understand you want to eliminate the background noise and make it fully black. I have tried removing background o...

2 years 前 | 0

已回答
Getting error - Unable to launch MVM server: License Error: Licensing shutdown
Hey Shweta, I understand you are facing shutdown due to license error. Since the error number has not been mentioned,I will sug...

2 years 前 | 0

已回答
Simulink compilation error missing string.h
Hey Paulo, I understand you are facing error regarding 'string.h' file. You can specify the C header file for simulation in t...

2 years 前 | 0

已回答
I am having a query in image transformation on fitgeotform2d function. Can anyone please explain what is moving points and fixed points and how to find them please?
Hi Dinesh, I understand you want to create a bird's eye view projection of the given image. Please go through the following i...

2 years 前 | 0

已回答
Masking of RGB Image?
Hello Imran, I understand that you are looking to automate the process of removing the background from RGB images of finger knu...

2 years 前 | 0

已回答
Arduino Code Generation Error
Hi Shehryaar, I understand you are facing issue in building your file and also that you have tried reinstalling MATLAB. To tro...

2 years 前 | 0

已回答
I need to do a least squares fit on an image
Hey Jessica, I understand you want to find the equation for hough line in an image through least squares method. Please refer ...

2 years 前 | 0

已回答
Meaning of the LiDAR-Camera Calibrator Output
Hey Michele, The Lidar-Camera Calibrator is a tool used to calibrate the extrinsic parameters between a lidar sensor and a came...

2 years 前 | 0

已回答
I want to run my .m script in cloud like AWS or Google Cloud
Hello Saurabh, To execute your function script in a cloud instance and enable communication with a mobile application, you can...

2 years 前 | 0

已回答
Segmentation Fault (Core Dumped) after Update to MATLAB R2023a
Hey Sarah, I understand you MATLAB is suddenly turning off and you are getting ‘segmentation fault’ as error message. Some work...

2 years 前 | 0

已回答
Save Consecutive Sounds From an Audio Recording into Individual Variables or Array
Hey Aidan, As per my understanding, you need an method to sort audio sounds over multiple audio multiple files.Please find an e...

2 years 前 | 0

已回答
Trying to rescale earthquake magnitudes from Richter scale to points^2 using geoscatter so they appear proportional
Hey Matthew , I understand you want a better method to map the richter scale values.Since rescale maps the values linearly, I ...

2 years 前 | 0

已回答
How to receive serial strings in Simulink
Hi Rick, I understand that you want to receive strings of variable length through serial receive block, but block parameters ar...

2 years 前 | 0

已回答
Slam Map Builder and rosbags
Hey Angelos, I understand that you are facing issues subscribing to values through the '/odom' topic. To troubleshoot this pro...

2 years 前 | 0

已回答
how do i export indiviudal cells of an array into seperate csv files with horizontal merging ?
Hey manav, I understand you want to export individual cell values of a cell array. Please verify the values passed into the cel...

2 years 前 | 0

已回答
I want to draw all three different tau_rms values in one picture ,tau_rms = 10*10^(-9), 30*10^(-9), 100*10^(-9), SNR = 30
Hey zoop, You can find a detailed approach to your issue here – https://in.mathworks.com/matlabcentral/answers/1840038-how-can-...

2 years 前 | 0

已回答
Minimum value and Indices by removing same indices combination form the MAT file
Hey Aamir, I observed you want to find the minimum value and indices of an array in each iteration followed by removal of the m...

2 years 前 | 0

已回答
Unable to generate C code for Serial Receive Block
Hello Fauzan, From my understanding, you are facing problem in generating c code from your simulink model. The model file s...

2 years 前 | 0

已回答
matlab plot for non separable function
Hi @Satyajit Kumar, I believe you want to plot custom function over a range without having to pass the x and y points.I guess p...

3 years 前 | 0

已回答
To find the maximum value in each column of a cell array.
hi, I hope this will help, C = {[1 2;10 11] [2 3;4 5]; [3 4;9 10] [4 5;2 3];[2 3;2 3] [5 6;3 4]} [r,c]=size(C); for i=1:r...

3 years 前 | 1

已回答
Convert to fixed values and replace N/A with zero?
Hey @Adeline War, I believe by "converting to fixed number" you are trying to convert the scientic notation to real number nota...

3 years 前 | 0

| 已接受

已回答
generate 100-element row in matlab
Hey, I believe you need to store the values of the function in a vector of 100 elements; %create evenly spaced input values% ...

3 years 前 | 0

| 已接受

已回答
How to create table?
Hi, One way to have this table is to assign problem name to each of its constituent problem metric.The table can take shape as ...

3 years 前 | 0

| 已接受

已回答
How to store data from a nested For loop
Hi, I beleive you can proceed in the following manner, xy_coord = zeros(9,2); x = -500:500:500; % X range y = -500:500...

3 years 前 | 0

| 已接受

已回答
how can i plot these periodic function ?
Hi, You can refer the given basic implementation for (a) and can follow similarly for (b) and (c). %intialise the values of N%...

3 years 前 | 0

已回答
how to put range for findpeaks function
Hey, As you have two vectors for frequency and magntude,you can use sorting vectors by same order,mentioned here -- sorting and...

3 years 前 | 0

已回答
how to Write a code that read student marks and assign grade to it. By reading the grades from a txt file.
Hi, From my understanding,you want to read the grades and range of marks it corresponds to from a txt file and use this informa...

3 years 前 | 0

已回答
generate sine waves that appears after one another
hi @Ali Albaidhani, I believe you want to visualise the various amplitudes of sin wave in continous segments, that is the first...

3 years 前 | 1