Community Profile

photo

Jonathan


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


defining a polygon area within an array
I have a 2D array of numbers. I have a polygon with defined x and y coordinates. Could someone please help me set the area w...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Combining results of a 3D array
Hi everyone, I have a series of ND arrays of the same size filled with zeroes and ones. I want to combine the array with the f...

4 years 前 | 1 个回答 | 0

1

个回答

提问


creating multiple circles inside an array
Hi - this is some code that I found of the matlabs wiki. I am trying to modify it to suit my use and am struggling greatly to ac...

4 years 前 | 3 个回答 | 0

3

个回答

提问


How to combine arrays
I have 3 2D arrays, let's call them A, B, C of equal dimensions. What I want to do is return a combined array 'D' which has th...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Creating an array and ruling out overlapping circles
Hi Everyone! I was undertaking a project where I am given various rectangles of various X and Y dimension. Within this rectang...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to search a table for a string
Hi, I have a table of data. One of these columns includes a column which I have labelled 'Participant Data' I want to search 'P...

4 years 前 | 1 个回答 | 1

1

个回答

提问


comparing rows in cell array
Allcases = readtable('227.xlsx'); caseID = Allcases{:,1}; caseX = Allcases{:,2}; caseY = Allcases{:,3}; i = 1 f = {} while...

4 years 前 | 1 个回答 | 0

1

个回答