photo

Mustafa Furkan SAHIN


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
217,729
of 297,547

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
80.0%

VOTES RECEIVED
1

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,122

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Knowledgeable Level 1

View badges

Feeds

View by

Question


Matlab - Modelformed.NumNeighbors
What should NumNeighbors be equal to so I can find the correct result? How is NumNeighbors determined? I tried all the values...

2 years ago | 1 answer | 0

1

answer

Question


Matlab Code - Data Analysis
My program crashes without asking the user for sample data, how can I fix this? It worked when I tried the values of smaller dat...

2 years ago | 1 answer | 0

1

answer

Question


Data Analysis Matlab Code
I have a dataset(145 rows, 32 columns without student id and attributes) https://archive.ics.uci.edu/ml/datasets/Higher+Educatio...

2 years ago | 1 answer | 0

1

answer

Answered
Data Analysis Write a Porgram
V1 = input('Vector V1= '); V2 = input('Vector V2= '); frstprt= dot(V1,V2)/norm(V1,2)^2; scndprt = frstprt.*V1;

2 years ago | 1

| accepted

Question


Data Analysis - Matlab Code
I have a dataset(145 rows, 32 columns without id and attributes https://archive.ics.uci.edu/ml/datasets/Higher+Education+Student...

2 years ago | 2 answers | 0

2

answers

Question


Data Analysis Write a Porgram
How to write a program for finding the ortogonal projection of a given vector V1 on another given vector V2?? How should ı do? ...

2 years ago | 1 answer | 0

1

answer