photo

Catalytic Kys


Last seen: 거의 6년 전 2019년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

14 질문
2 답변

순위
97,446
of 300,759

평판
0

참여
14 질문
2 답변

답변 채택
57.14%

획득한 표
0

순위
 of 21,081

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,900

참여
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

답변