형준 이
Followers: 0 Following: 0
Statistics
RANK
198,762
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
87.5%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Question about converting integral formula to matlab code
I'm trying to code an integral formula as a sum of discrete data. That seems correct, but the result is different. Pleas...
2 years ago | 0 answers | 0
0
answersQuestion
3d Plot Coordinate Axis Settings
I loaded the .stl file using the pdegplot (code name). I want to erase the red arrow on the picture. What should we do? <...
2 years ago | 2 answers | 0
2
answersQuestion
loop for removing highest value until specific value is reached
for exmaple, for 10x10 matrix A i want to make loop which removes highest element until sum of A is less than 20 and i want...
2 years ago | 2 answers | 0
2
answersQuestion
solving a triple sigma equation (or triple integral)
above equation is what i want to express by mathlab code for definite the A(x,y,z) A(x,y,z) : random size 3-D vector ...
2 years ago | 1 answer | 0
1
answerto make a specific position of the surface image transparent
I make it yeah!
2 years ago | 0
| accepted
Question
to make a specific position of the surface image transparent
in making 3d image by 3d data, I want to make low value of data transpartent so that portion of high value remains i think som...
2 years ago | 1 answer | 0
1
answerQuestion
Image file saving location
my code ↓ for i = 1:5 h = imagesc(X, Y, Z(:,:,i)); xlim([-2 2]); ylim([-1 1]); fname = ['Image', num2str(i)]; ...
2 years ago | 2 answers | 0
2
answersQuestion
how to make "two matrixes → one matrix repeated colum"
for A = [a11 a12 a13; a21 a22 a23; a31 a32 a33] B = [b11 b12 b12; b21 b22 b23; b31 ...
3 years ago | 1 answer | 0
1
answerQuestion
matrix row, column change
i'm not good at matlab... question : if E1 = 800 X 1 matrix, and i want E_VV = 20 X 40 matrix what is the simple code to cha...
3 years ago | 1 answer | 0