Pregunta


How to converet the format of figure (e.g. ***.fig) of two intersected spheres generated using matlab to obj format (e.g. ****.obj)?
Using this code, i created two intersected spheres. Now how to convert the figure generated using below coding to ***.obj form...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to generate point of two intersected spheres
If we have two spheres with same or different radii. How to generate its point cloud.

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to merge two spheres using matlab?
Lets suppose we have two spheres of same or different radii. i want to merge them. sure it will give overlap. i am trying but co...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to generate point cloud of two merged spheres?
Lets suppose we have two spheres of any radii. Is there any idea how to genrate its point cloud.

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to change the order on vertical axis on a figure ?
From the below code, in the figure, vertical axis is from -1 to 2. i want to change the order i.e 2 to -1. Thanks for all cooper...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Hiw to save the image as best resolution image
Hi math works community, Thanks for all support and guidance from all expert friends through out the globe. Its a great plate...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to fill interior as different color
Hi Mathwork community, Using below code, i can get boundary as blue color and gaps filled as yellow color but i want to fill th...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to close the boundary of a surface already generated by filling the holes
from give matrix (attached), i am using following code to close the surface and to make a boundary but i am getting errors that...

más de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to apply a matlab code on a matrix if it already working on column vector.
MM = [3 3 3; 3 3 3; 0 0 0;0 0 0;3 3 3;3 3 3;0 0 0;0 0 0;0 0 0;3 3 0;0 3 3;0 0 3;3 0 0;3 3 0;3 3 3;0 0 0; 0 0 0;3 3 3...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to fill 3 in a column of matrix so that each column has first =3 and last =3
In Matrix M, My aim is that each column should have starting 3 in any row and final 3 at any row. i am facing problem with co...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Respondida
Is Walter Roberson a real person, or is he some kind of Matlab AI robot?
Mathworks community is outstanding plateform of science and all are performing like a team but some are Leaders like Mr. Walte...

más de 4 años hace | 6

Pregunta


How to use matlab function to fill or label the previous or next column cells with respect to certain column of of a matrix with a number (3)
As clear from figure, this is my M-matrix. With respect to 2nd colum, in first colum, the 3rd row or 4th row i.e horizentally, ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use linear interpolation or other functions to generate the closed boundary to apply some functions to get certain results
This is my M matrix. In my first column, i want to introduce 3 either in 3rd row or in 4th row with respect to 3 of 2nd column...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to manipulate a matrix under certain conditions to fills gaps with numbers.
M is a small matrix. i am working on Big Matrix. My focus is on central (Middle) column. Using mid column, i want to fill (repal...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to fill gaps of rows with 3s of a matrix under certain conditions.
I have a matrix M. M = 0 0 3 3 0 0 0 3 0 0 0 0 3 0 3 ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use Matlab to fill gaps
If I have matrix in this shape. M =[0 0 0; 2 2 3; 3 3 0; 0 0 0; 3 3 0; 2 2 3; 0 0 0; 3 3 2; 0 0 0; 3 3 3] How can I fill: 3 0 ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to fill gaps in a matrix with a numbers using interpolation to develop a contour.
M = 0 0 0 0 0 3 0 3 0 3 0 3 0 3 0 0 0 3 ...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to use linear interpolation for filling with 3s inside empty spaces in a matrix of os and 3s
M = [0 0 0;... 0 0 3;... 3 3 0;... 0 3 3;... 3 0 0;... 0 0 3;... 3 0 0;... 0 0 0]; I ...

más de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to use linear interpolation to fill gaps to generate a contour (closed surface)
M = 0 0 0 0 0 3 0 3 3 3 3 3 0 0 0 0 0 3 3 0 0 0 0 0 % in the first colmn, btween 4th ...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to replace the elements row by rows instead of column by column in matrix
A =[ 0 0 3 3 3 0 0 3 0 0; 0 0 0 3 3 3 0 3 3 0] [rows,colms ] = size(A) for i = 1:rows for j = 1:colms index-...

más de 4 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to label the interior of region as 2 where as boundary is already labelled as 4 for an object using Matlab coding
I am using grids with width 10. I want the interior to be filled as 2. As shown in attached figure. Than I want to count all fil...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to fill the interior as 3 while boundary is labelled as 4
I want to find the interior to filled or labelled as 2

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to fill pre allocated matrix using two columns vectors
Matrix = zeros(5) interval range =10 X = [ 35;43;22] Y = [75;44;67] 40 50 Y 60 ...

casi 5 años hace | 3 respuestas | 0

3

respuestas

Pregunta


how to combine the coordinates of points of 2 column vectors for specific width
Thanks for community support. let me phrase my questions with more detail lets suppose i have vertices of a tea cup. Vx =[ 0;...

casi 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to find matching elements of two colums vectors
if i have a two column vectors generated from a figure like from apple. how can i combine them the matching elements using matla...

casi 5 años hace | 1 respuesta | 0

1

respuesta