![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17306737_1579279145971_DEF.jpg)
Jonathan
Followers: 0 Following: 0
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...
5 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...
5 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...
5 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...
5 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...
5 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...
5 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...
5 years 前 | 1 个回答 | 0