photo

mathman


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

14 질문
1 답변

순위
13,007
of 300,863

평판
4

참여
14 질문
1 답변

답변 채택
71.43%

획득한 표
4

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,413

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How do I save matrices from specific points in a for loop?
for n = 1:100 %first for loop for i = 2:end-1, second for loop for j = 2: end-1 ...

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

1

답변

질문


Manipulating arrays within a cell array
I have a cell array, A_C which has 401 cells (1x401) each with arrays of varying sizes, but same dimensionality. I'm trying to...

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

2

답변

질문


For loop output each iteration to cell array
I have some code below, the problem I'm having is that I want to output each iteration into the cell array P_SUM, and not just t...

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

1

답변

질문


Nested for loop and cell arrays
I have a cell array, A, containing 40 cells, each of different sizes. I need to use each of these cells (let's call one, A1(1x10...

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

1

답변

질문


cellfun for function with multiple inputs
I want to apply a function to every cell within a cell array, so using cellfun seems the logical way to go. But the function req...

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

1

답변

답변 있음
Manipulating arrays within a cell array
for n = 1:l xs_current1{n} = xs_current1{1,n}/num_point_sources(1,n); end

대략 8년 전 | 0

질문


Summing arrays within a cell array.
I've got a cell array which consists of 501 4D arrays, I want to sum all of these together and output a single 4D array. I've ...

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

1

답변

질문


Output each for loop iteration to separate arrays
I have a function which relies on a few inputs, all of these inputs will be the same for each iteration apart from one which wil...

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

1

답변

질문


Contourf colour doesn't display correct values.
I have a contourf plot shown below, the problem I'm having is that the ring is supposed to be almost white; the values in the ma...

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

1

답변

질문


Repeat elements in an array for certain number of cycles
I have a 61x1 array, G, I want to make a new array G_2, where the 61 elements of G are repeated for 5 cycles. For example: G...

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

1

답변

질문


Replacing values in a 4D array.
This is a question arising from this thread: <https://www.mathworks.com/matlabcentral/answers/374453-round-number-closest-to-0-i...

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

1

답변

질문


Round number closest to 0 in array
I have an array with numbers which are all really small (-9e-07 upto 2e+06). I want to round the values in each column of a 4D a...

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

1

답변

질문


How to ignore values in an array
I'm creating an array [array 1] that fulfills the formula (A - B/C), where A and B are matrices with different elements and C is...

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

2

답변

질문


Comparing matrices of different dimensions
I have 3 matrices, one is a 1x301 array,A, one is a scalar value,B, and the 3rd is 10x10x10 array,C. I need to be able to do: A-...

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

1

답변

질문


Creating a 4D array.
I have a 3D array, P_3D, which has the dimensions 1x301x1000. I want to make this a four dimensional array by 'inserting' anothe...

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

1

답변