Community Profile

photo

Kai


Last seen: 대략 3년 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


print figure with fixed border
How can I create and print figures with a fixed, predefined border? The context is to create a series of pictures to be used in...

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

0

답변

질문


Creating array by picking certain elements from another array
Let's say I am given two arrays A and B of size 100x100x5. The entries of A are either NaN or integers from 1 to 10, such that t...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Call subfunction many times: Nested or local
I have a question regarding performance. Consider the following code: test1 = 0; for k = 1:100000 test1 = testfun(t...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Repeat and shift array elementwise
Hey, I have some problem about dealing with arrays. I think it is best explained with some example, so let's say I'm given the v...

5년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Find inner points among a set of points on a regular grid
I am dealing with the following problem: *Given a two-dimensional regular grid G = [a*h:h:b*h]x[c*h:h:d*h] and a subset S of ...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Convert gridded data to coordinate matrix
Hello, I was wondering if there is some Matlab command to convert gridded data to a coordinate matrix. For instance, I have ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Strange results for evaluating quadratic function on a linspace
Could it be that linspace is not working quite exactly? Consider the following code: X = linspace(-1.2,1.2,25); F =@(...

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

2

답변