Community Profile

photo

Joe Cousins


Last seen: 6ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Find maximum difference between two arrays
I have to arrays of the same size 1x101, how can I find the absolute maximum difference between the arrays? This is what I trie...

7ヶ月 前 | 2 件の回答 | 0

2

回答

質問


Creating a loop to find next point in array
function [next_point, distance] = find_next_point(current_point, points_to_check, x, y) distance = compute_distance(current_p...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to return a specific index of a vector?
The problem I have here is that I want to return the index of the next point. If I input find_next_point(1, [6 7 8 9], x, y) the...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Creating a vector from a set of coordinates
If I have a set of coordinates of: x = [10.1, 5.4, 7.3, ...]; y = [2.3, 7.4, 8.8, ...]; How can I create a single vector th...

2年以上 前 | 2 件の回答 | 0

2

回答