질문


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...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


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...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


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.

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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...

4년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
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...

4년 초과 전 | 6

질문


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, ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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 ...

4년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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 ...

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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-...

4년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

거의 5년 전 | 답변 수: 3 | 0

3

답변

질문


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;...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 5년 전 | 답변 수: 1 | 0

1

답변