photo

Joseph Lee


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

30 질문
2 답변

순위
12,906
of 300,364

평판
4

참여
30 질문
2 답변

답변 채택
80.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 4
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


How to remove lines from mesh plot
<</matlabcentral/answers/uploaded_files/98683/true.png>> How do i remove the columns of straight lines across x axis? shading...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How to set axis of a plot to correspond to their values.
x = 10:0.05:30; z = 1:0.005:3; [X,Z] = ndgrid(x,z); mesh(X,Z,Y) This is the plotting code, however the surface...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Remove columns for a cell array
Z= {10x3000} how do i trim away 1000 columns to Z={10x2000}

거의 8년 전 | 답변 수: 3 | 0

3

답변

질문


How to fill cell arrays with zeros to make them equal
M= {10x107} {10x108} {10x103} {10x105} how to fill each cell with zeros to reach the size of the max length...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How to find the minimum length of a cell array
M= {10x107} {10x108} {10x103} {10x105} how do i find the minimum length among the cells? eg. 103

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


transform a 3x1 cell array containing {2x4}cell arrays into 2x1 cell array containing {3x4}cell arrays
C={ {[36 16 1 16 36] [20 12 2 12 22] [13 43 33 3 33 43 13] [19 4 19] [40 20 5 20 40] [26 16 6 16 26] [17 47 37 ...

거의 8년 전 | 답변 수: 1 | 0

1

답변

답변 있음
MATLAB 2017b 初始化时间长,结束后出现如图的错误信息,求解答!
< <https://ch.mathworks.com/matlabcentral/answers/366640-cannot-run-newly-installed-matlab-2017b?s_tid=answers_rc1-1_p1_MLT 请看> ...

거의 8년 전 | 0

질문


adding data from one cell array to a matrix
M is a 2x4matrix H is a 3x4cell array How do i add the 1st row of H to every row of M? M = [ 1 2 ...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


How to store cell arrays
If cell arrays contains matrices, what contains cell arrays? Is it possible to store different cell arrays into a single data s...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


minimum of different sized cell arrays using cell2mat error
How do i find the overall minimum of a cell array, cell2mat gives error. Y= {[100 200] [50 100] [20] [30 140]; ...

거의 8년 전 | 답변 수: 3 | 0

3

답변

답변 있음
How can I calculate the area of this curve?
<</matlabcentral/answers/uploaded_files/95874/solution.png>> I assume you have the equation for the semicircle as well, ...

거의 8년 전 | 0

| 수락됨

질문


Minimum for different sized cell arrays
How do i find minimum value from indexing, it is simple for a matrix but how to do the same for different cells? x & y are s...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Plotting sphere error using surf
Error using surf (line 82) Z must be a matrix, not a scalar or vector. [x z y] = sphere; a=[ 0.2627 0.26...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Find minimum for cell arrays
P & z are both 10x1300 cell arrays, how do i find the minimum P value at z=1 after i obtained the index, eg. Columns 1297 t...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


Error with indexing 'First argument must be numeric or logical'
M & z are both 10x1300 cell arrays of same size Columns 1296 through 1300 [1×23 double] [1×23 double] [1×...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Indexing for cell arrays
I have 10x1300 cell array z, how do i find a certain value of z using indexing find(abs(z-z_position)<intvl) did not work ...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Adding random data to left and right of each element in a matrix
This is a change from my previous question with random elements instead of fixed elements <https://www.mathworks.com/matlabce...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


Form a Cumulative sum matrix
S= 10x1300 R=10x1300 z1= S1+R1 x1300 z2=S1+R1+R1+S2+R2 x1300 z3=S1+R1+R1+S...

거의 8년 전 | 답변 수: 3 | 0

3

답변

질문


Gaussian distribution with randn
Is it possible and how can i obtain a Gaussian distribution with randn for mean= 0.126 and it varies by+- 0.02, max=0.14...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


How to interpolate a 3d surface and smooth it out
how do i get from the first picture to the second Y is a 201x201 matrix Y= [201 201] x = 10:0.1:30; z = 1:0...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


How to smooth a 3d surface
How to smooth my 3d plot,i tried smooth function but it only works for 2dimensional. <</matlabcentral/answers/uploaded_fi...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


Random positive numbers with constant sum
How to form a matrix such that every time the numbers add up to be the same z=0.4 minimum z= 0.2 maximum z= 0.6 R ...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


Adding data to two matrices for indexing
I have 2 matrices Z and Y, both are a 10x1300 matrix and consists of random numbers, how do i add data to the left and right of ...

거의 8년 전 | 답변 수: 1 | 0

1

답변

질문


how to plot a 3d surface with a matrix
M=201x201 matrix of 400201 numbers, each number is a height how to plot against x and z from x=10 to 30 with 0.1 increment an...

거의 8년 전 | 답변 수: 2 | 0

2

답변

질문


using mat2cell
M is matrix of 2010x1300 how do i form 201 cells of 10x1300 using mat2cell?

대략 8년 전 | 답변 수: 2 | 0

2

답변

질문


Change data from 10 cells into 201 matrices of 10x1300
[201×1300 double] [201×1300 double] [201×1300 double] [201×1300 double] ...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


change data from cell array to a matrix
[201×1300 double] [201×1300 double] [201×1300 double] [201×1300 double] ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


cumulative sum in matrix
How do i generate a 5x10 matrix such as: Z1 Z2 Z3 ... Z4 Z5 Z6 Z7 Z8 Z9 Z10 ( each Z is a random number...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


cumulative sum in a loop
c = 1; while c <= 5 i = 1; while i <= 10, z = rand(1, 10); Z(c, i) = z(i) % how to get ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


Find minimum of first column of matrix among multiple cells and then second and so on..
M is a cell array of 1650x1 rows M{1} is a matrix of 160x1 rows Looking to find the minimum among each row of every matri...

대략 8년 전 | 답변 수: 1 | 0

1

답변

더 보기