Domanda


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

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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.

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

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

oltre 5 anni fa | 6

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 5 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 5 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 5 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 5 anni fa | 3 risposte | 0

3

risposte

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 5 anni fa | 1 risposta | 0

1

risposta