![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7944651_1678714384838.jpg)
Chris Dan
Followers: 0 Following: 0
Feeds
質問
Creating a string with Permutation
Hi, I have a short question, I am creating a string with a loop but I cannot do the permutation/combination correctly here is...
2年以上 前 | 3 件の回答 | 0
3
回答質問
Removing quotation marks in a string using for loop
Hi, I have a short question, I am creating a string with a loop but I cannot remove the quotation marks " ". here is my code ...
2年以上 前 | 1 件の回答 | 0
1
回答質問
Find the center of the cluster made from random spheres having different diameters
Hi, I am making clusters using spheres having different diameters. The sphere's diameters and their center points are generated...
2年以上 前 | 2 件の回答 | 0
2
回答質問
Find closest sphere in a cluster with random spheres having different diameters-2
Hi, I posted this question before and i got good help in how to find closest sphere in a cluster with random spheres having dif...
3年弱 前 | 1 件の回答 | 0
1
回答質問
Reading a file without extension
Hello, I want to read a file in matlab which doesnot have an extension. I am attaching the file by converting the file to .txt ...
3年弱 前 | 1 件の回答 | 0
1
回答質問
Find closest sphere in a cluster with random spheres having different diameters
Hi, I am making clusters of spheres using random number generator. Some of the spheres are connected and some of them are not c...
3年弱 前 | 1 件の回答 | 0
1
回答質問
Making circular shapes using equation of circle
Hello, I am trying to make circular shapes using this code, but it is plotting half circles or quater circles instead. close a...
3年弱 前 | 2 件の回答 | 0
2
回答回答済み
Creating Spherical Particle Agglomerates in Matlab in 2D or 3D
close all; clear all; %% Data for Agglomerates N = 1000; % number of spheres a = 1; % lowest diameter of sphere b = 200 ; ...
Creating Spherical Particle Agglomerates in Matlab in 2D or 3D
close all; clear all; %% Data for Agglomerates N = 1000; % number of spheres a = 1; % lowest diameter of sphere b = 200 ; ...
3年弱 前 | 0
| 採用済み
回答済み
Creating Spherical Particle Agglomerates in Matlab in 2D or 3D
found the answer in 2D close all; clear all; %% Data for Agglomerates N = 100; % number of spheres a = 1; % lowest diamete...
Creating Spherical Particle Agglomerates in Matlab in 2D or 3D
found the answer in 2D close all; clear all; %% Data for Agglomerates N = 100; % number of spheres a = 1; % lowest diamete...
3年弱 前 | 0
回答済み
Making circular agglomerates using equation of circle
close all; clear all; %% Data for Agglomerates N = 100; % number of spheres a = 1; % lowest diameter of sphere b = 100 ; %...
Making circular agglomerates using equation of circle
close all; clear all; %% Data for Agglomerates N = 100; % number of spheres a = 1; % lowest diameter of sphere b = 100 ; %...
3年弱 前 | 0
| 採用済み
質問
Making circular agglomerates using equation of circle
Hello, I am trying to make circular agglomerates using this code, but it is plotting rectangles instead. close all; clear all;...
3年弱 前 | 2 件の回答 | 0
2
回答回答済み
Making a spherical cap using equations of sphere
alternate answer: clear all; close all; p = linspace(-1/2,1/2,100); [X,Y,Z] = meshgrid(p,p,p); % box mesh R = p(size(p,2))/...
Making a spherical cap using equations of sphere
alternate answer: clear all; close all; p = linspace(-1/2,1/2,100); [X,Y,Z] = meshgrid(p,p,p); % box mesh R = p(size(p,2))/...
3年弱 前 | 0
回答済み
Spherical Patch in 3D
I found out the answer clear all; close all; p = linspace(-1/2,1/2,100); [X,Y,Z] = meshgrid(p,p,p); % box mesh R = p(size(p,...
Spherical Patch in 3D
I found out the answer clear all; close all; p = linspace(-1/2,1/2,100); [X,Y,Z] = meshgrid(p,p,p); % box mesh R = p(size(p,...
3年弱 前 | 0
| 採用済み
質問
Spherical Patch in 3D
Hello, I am trying to make a 3d spherical segment. I am having problems with the atan2 function. in 2D my code is clear all;...
3年弱 前 | 2 件の回答 | 0
2
回答質問
Creating Spherical Particle Agglomerates in Matlab in 2D or 3D
Hello, I have a small question and I would like to know any tips or hints or a small code patch on how to proceed with it. I ...
3年弱 前 | 2 件の回答 | 0
2
回答質問
Cutting a Circular Ring at particular points using angle-theta
Hello, I am drawing a circular ring using the following code: clear all; close all; p = linspace(-1/2,1/2,100); [X,Y] = ...
3年弱 前 | 2 件の回答 | 0
2
回答質問
Making a spherical cap using equations of sphere
Hello everyone, I am trying to make a spherical cap using points or nodes and mesh grid . I dont want to use built in function...
3年弱 前 | 2 件の回答 | 0
2
回答質問
set of equations to represent Truncated icosahedron
Hello, I would like to make a Truncated icosahedron on matlab using a set of parameteric or implicit set of equations such as ...
3年弱 前 | 1 件の回答 | 0
1
回答質問
Reading a .dat file or .geom file in Matlab
Hello, I have geometry files of a sphere which I want to visualize in matlab. The file name is "sphere.geom" or "sphere.dat". ...
3年弱 前 | 1 件の回答 | 0
1
回答回答済み
MATLAB is stuck at full screen!! - a weird problem
Hi, did you find the solution?
MATLAB is stuck at full screen!! - a weird problem
Hi, did you find the solution?
約3年 前 | 0
| 採用済み
質問
Reading .txt files from the folder and extracting data
Hello, I have a couple of folders which have three text files, I want to read the first file and save the numerical value in an...
約3年 前 | 1 件の回答 | 0
1
回答質問
calculating weighted sum of values in a matrix
Hello I have a short question. I have csv file called "input.csv" which is a 51x3 matrix. I am reading the file and I have to c...
3年以上 前 | 1 件の回答 | 0
1
回答質問
Removing low values from a matrix
Hi I have a small problem, I have a 134x10 matrix, which has some noise elemetns. I would like to remove them. As in the pict...
約4年 前 | 1 件の回答 | 0
1
回答質問
Increasing the figure size in GUI
Hello I have this gui which is static in size, as shown in pictures I use the following code to create this figure function...
約4年 前 | 1 件の回答 | 0
1
回答質問
Making a 1D array/vector from a table
Hello, I have this table or a 2D array I want to seperate the numbers from the first column which have zero values in the ...
約4年 前 | 1 件の回答 | 0
1
回答質問
Inserting Array into Another Array
Hello, I have three arrays as shown in the code below z = zeros(25,2); % main array y = rand(23,1); a = ones(25,1); x ...
約4年 前 | 1 件の回答 | 0
1
回答質問
Removing rows in a matrix
Hello, I have this matrix, called A matrix. I am attaching the file with the question. Also the picture of some of its data val...
4年以上 前 | 3 件の回答 | 0
3
回答質問
double peaks in FFT matlab
Hello, I am trying to generate FFT with matlab code for the time based forces acting on a machine tool. The difference I am usi...
4年以上 前 | 1 件の回答 | 0
1
回答質問
Frequency and Time Relation
Hello, I am trying to generate a frequency series using the FFT matlab algorithm. It is for a machine tool. Here is my code: ...
4年以上 前 | 1 件の回答 | 0