![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4415912_1527546540314_DEF.jpg)
Hyun-su Kim
Followers: 0 Following: 0
Feeds
질문
plot title including _
ang_z = 0; ang_x = -6; ang_y = 0.5; % rotation angle around itself (degree) fname = ['dist_a',num2str(ang_z),'b',num2str(ang_x)...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
simple way of matrix array resorting
I have three matrix, A, B, and C. A = [a1 a2 a3 ...], B = [b1 b2 b3 ...], C = [c1 c2 c3 ...] I want to create a matrix Q wh...
대략 5년 전 | 답변 수: 3 | 0
3
답변질문
How to skip values in matrix and plot it properly
Let say, I have two matrix, A = [0, 0, 3, 4, 0, 0] B = [0, 1, 4, 4, 0, 0] I want to calculate following, G = A/B And I wan...
대략 5년 전 | 답변 수: 1 | 0