photo

Catalytic Kys


Last seen: 6年弱 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

14 質問
2 回答

ランク
155,738
of 300,829

評判
0

コントリビューション
14 質問
2 回答

回答採用率
57.14%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,210

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Does anybody know how to write a function which returns the coordinates of a convex hull of a list of certain points?
Does anybody know how to write a function which returns the coordinates of a convex hull of a list of certain points? I can't f...

約6年 前 | 2 件の回答 | 0

2

回答

質問


How do I replace the last value in the output string to 'and *value*.' instead of ', *value*,'?
How do I replace the last value in the output string to 'and *value*.' instead of ', *value*,'? Any help is greatly appreciated...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Can someone help me get going with writing code for this? I don't get where to start and how to get this to code..
NEXT PAGE: The function convhull nor convhulln are sufficient, since I have to make this in my own code and output th...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Why do the values not get added into the array such as [2,3,5,7], but instead they get summed up?
clear; close all clc; N = 10; list=2:N; values = [2]; list(find(mod(list,2)==0))=[]; tester = 3; while ~isempty(...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Why is this while loop not working? Prime number from list
clear; close all clc; N = 10; list=2:N; values = [2]; list(find(mod(list,2)==0))=[]; tester = 3; while list ~= [...

約6年 前 | 1 件の回答 | 0

1

回答

質問


I want to check the list [2:N] for values that are devisible by 2 and remove those from the list, help plz
clear; close all clc; N = 10 list = [2:N] x = 2 if (list(list(x) ~= 2) == 'false' list(x) = [] x = x + 1 end ...

約6年 前 | 1 件の回答 | 0

1

回答

回答済み
Prime Numbers From List Function
Still looking for an answer

約6年 前 | 0

質問


Cloud of points Convex Hull
How do I get a function "getConvexHull(x,y)" that returns the indices of the points that lay on the convex hull of the cloud, ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Prime Numbers From List Function
I have to make a function that gives all the prime numbers from a list [2:N] The following steps is what I came up with: 1. ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Could someone please tell me which value of omega you get for steps = 100, 500, 1000, 5000, 10000? My laptop can't handle the processing...
clear; close all; clc; format long caught = false; omega = 0; while ~caught omega = omega + 0.00000...

約6年 前 | 0 件の回答 | 0

0

回答

質問


Someone please optimize this code or write is a little different, so that it doesn't take that much time to run. I really need it, I'd appreciate it alot!
close all format long caught = false; w = 1.61803; while ~caught w = w + 0.0000010000000000; N = 100000000; x = zeros(N, ...

約6年 前 | 0 件の回答 | 0

0

回答

質問


How do I compare 'list' with 'out' to check where both values of a row for 'out' are equal to both values of a row for 'list'?
clear; close all; clc; list = [ 50 74; 6 34; 147 162; 120 127; 98 127; 120 136; 53 68; 145 166; 95 106; 242 243; ...

約6年 前 | 1 件の回答 | 0

1

回答

質問


How do I get the row numbers of the 'list' where the values are equal to the values of the array 'days'
%clear; %close all; %clc; list = [ 50 74; 6 34; 147 162; 120 127; 98 127; 120 136; 53 68; 145 166; 95 106; 242 243;...

約6年 前 | 1 件の回答 | 0

1

回答

質問


Could anyone help me with a code to check if the time intervals intersect
% This script should select the optimal time intervals, so that as many time intervals fit without intersecting each other. c...

約6年 前 | 1 件の回答 | 0

1

回答