Anh Phan Viet
Followers: 0 Following: 0
Feeds
提问
Equivalent code in Python when appending arrays
Hello everyone, I've got a problem when trying to translate this code in MATLAB to Python. The problem happened when I tried to...
4 years 前 | 0 个回答 | 0
0
个回答提问
How to match last point of the previous coordinate with the next point of the next coordinate?
Hello everyone. I have a dictionary, size 99, but I take only 5 values for example: dict{1} = [ 24 13; 8 21 ] dict{2} = [ 2 1...
4 years 前 | 2 个回答 | 1
2
个回答提问
Adding elements into array in for loop
Hello everyone, I have a problem with my project, which is little bit complicated, so that I describe it to you briefly: I have...
4 years 前 | 0 个回答 | 0
0
个回答提问
Converting matlab file to stl file
Hello everyone, Can anyone please help me convert matlab file to file stl. My plot 3D consists of 7 sets of [X,Y,Z]. I've tried...
4 years 前 | 1 个回答 | 0
1
个回答提问
Filling with colour the space inside object
Hello, how can I fill my following object with colour inside?
4 years 前 | 1 个回答 | 0
1
个回答提问
Changing from 2D plot to 3D plot and to STL file
Hello everyone, I have these following codes: All of them creates a 2D plot, now I really want to create a 3D plot with Z: the t...
4 years 前 | 0 个回答 | 0
0
个回答提问
Filling the area and change 2D object to 3D object
Hello, how can I fill my antenna with color. I've used the command fill, and patch, but it doesn't work properly? I post my file...
4 years 前 | 0 个回答 | 0
0
个回答提问
How can I compare distance (not only between two points, but also a set of points)
I have a set of points (coordinates X, Y). X is matrix 10*100, also Y. I 've devided these points into 100 collums, 1 collum h...
4 years 前 | 2 个回答 | 0
2
个回答提问
How can I draw this graph ( equiangular spiral antenna) using following functions and plot?
r1= r0.exp(a*phi); r2= r0.exp(a*(phi-delta)); r3= r0.exp(a*(phi+pi)); r4 = r0.exp(a*(phi-delta+pi)); Delta = pi/2 r0 = 0.5 ...
4 years 前 | 0 个回答 | 0