photo

Mann Baidi


Last seen: Today Active since 2022

Followers: 1   Following: 0

Statistics

All
  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
Can't open a corrupted .mat
HI @LEONARDO I tried many ways trying to open file. But unfortunately, I was unable to open it. However, the reason behind the ...

18 hours ago | 0

Answered
how can i plot errorbar on x-axe, without the line which connect each points
Hi, You can set the 'LineStyle' property of errorbar as 'none' using the following command. errorbar(x,y,yneg,ypos,xneg,xpos,...

1 month ago | 0

Answered
Display of errorbar function in plot legend
Hi @Andreas Grøvan Aspaas, I can understand that you would like to remove the line in the errorbar legend symbol. Although I ...

1 month ago | 0

Answered
Tiledlayout: Make Plots of unequal width
Hi @Matthew, I can observe that you would like to plot graphs with unequal width using "tiledlayout". For plotting graph with ...

1 month ago | 0

| accepted

Answered
Plot a rectangular/square box around a set of random points
Hi, You can plot lines around the random points that will wrap all the points using the following line of code: % Generate ra...

1 month ago | 1

| accepted

Answered
array exceeds maximum array size preference
Hi @amani, I observer that you are trying to create a 65536x65536 matrix in your script. You are getting the error due the maxi...

2 months ago | 1

| accepted

Answered
How to fix this error please?
Hi @Nisar Ahmed, I observer that you are trying to create a 59582x 59582 matrix in your script. You are getting the error due t...

2 months ago | 0

Answered
Map plot overlaying frame
Hi For moving the position of the plot, you can change the 'Postition' property of the 'axem' function. You can try the follo...

2 months ago | 0

Answered
Write MATLAB code to perform the following computations:
Hi. For applying set computations in MATLAB, you can refer to the following link: https://www.mathworks.com/help/matlab/set-op...

2 months ago | 1

| accepted

Answered
Is it possible to save high resolution jpg with the saveas command?
Hi I can see that you would like to set the resolution for saving an image file in MATLAB. I would suggest to use the 'exportg...

2 months ago | 1

Answered
Please tell me save as text file !!!!!!!!!!!!!!!!!!!!
Hi @유미, If you would like to save the data points of the graph as a text file using MATLAB, you can use the 'writematrix' funct...

2 months ago | 1

Answered
command window is not working
Hi @Bhavana, I am assuming here that you are facing issue while taking an array as an input from the user using the command win...

3 months ago | 1

Answered
i want matlab code to find sand grain size
Hi, You can use the 'regionprops' function for finding the size of the sand grain in MATLAB. You can refer to the documentaion...

3 months ago | 0

Answered
Divide connected regions in an image into sub-groups
Hi @Arnab Samaddar-Chaudhuri, I can see that you would like to classify the vertical and horizontal borders separately. You ca...

3 months ago | 1

| accepted

Answered
detect the blue color
Hi @Shilpa, I am assuming you would like to detect the blue color in the image using the LAB Color space. For detecting the bl...

3 months ago | 0

Answered
finding the mean/average of the smallest values in a row
Hi @Ach, For finding the minimum values for each row in a matrix, you can use the "min" function in MATLAB. You can use the mi...

3 months ago | 0

Answered
.tiff to .avi conversion
Hi @Shubhi Sharma, As per my understanding of the question, you would like to create an .avi file using a sequence of .tif imag...

3 months ago | 0

Answered
Converting TIFF cell array sequence to video
Hi @Brandon Hoy, I am assuming you would like to convert a multilayer tiff file to a video and play using the mplay function. ...

3 months ago | 0

Answered
extract clusters based on the dendrogram
Hi @liangjian, I assume that you would like to get th einformation of the cluster from the generated dendrogram plot. You can...

3 months ago | 0

Answered
Find number of clusters remaining after doing agglomerative hierarchical clustering
Hi @Parkavi Kabilathas, I am assuming that you would like to get the number of clusters present in the data after using cutoff ...

3 months ago | 0

Answered
plot custom cubes inside a sphere
Hi Ali, As per my understading of the question,you would like to plot grid/cubes in a 3D sphere in MATLAB. I would suggest you...

3 months ago | 0

Answered
Performance evaluation for kmedoids clustering?
Hi @husnir nasyuha, As per the understanding of the question you would like to evaluate the performance of the kmedoids cluster...

3 months ago | 0

Answered
Cluster performance
Hi @Amishi, I understand that you would like to calculate the performance of your clustering algorithm using some in-built MATL...

3 months ago | 0

Answered
auto clustering
Hi @Shivaranjani kamaraj, As per my understanding of the question you would like to perform the auto-clustering on a dataset in...

3 months ago | 0

Answered
Adding specific colors on a fig file
Hi, As per the understanding of the question, you would like to add different background color for area above and area below th...

4 months ago | 1

| accepted

Answered
How can I convert multiple individual .tif files to a single .tif stack
Hi Joe, Asumming you would like to store the frames of your .avi file in a single single stack of .tif file, but your facing is...

4 months ago | 0

Answered
read images from multiple image tif file
Hi, As per the understanding of the question, you would like to read multiple images from a multi-frame tiff file. Assuming y...

4 months ago | 0

Answered
Space coordinates of points in mesh
Hi Shreya, As per my understanding of the above question, you would like to find the space coordinates for the upper surface o...

4 months ago | 0

Answered
siteviewer object and visualization
Hi @yazz.jazz and @Tarek Mohamed, As per my understanding, you don't want a new window popping up everytime you create a new 's...

5 months ago | 0

Answered
Plot cube with certain length, width and height.
Hi, As per my assumption you would like to plot a cuboid/cube with length,width and height as input. For plotting a cube, you...

5 months ago | 0

Load more