photo

ML


Last seen: 3年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
0 回答

ランク
217,388
of 300,292

評判
0

コントリビューション
8 質問
0 回答

回答採用率
87.5%

獲得投票数
0

ランク
 of 20,908

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 167,999

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How can I get my function that calculates distance between data and user input with sort data and closest data set from file
This simple function is able to get data from 'somedata.xlsx' file and takes input from user and computes the distance between t...

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

1

回答

質問


Implement all nearest neighbor
Lets say I want to find all neighbors. A function that will take in an excel file with data of different cars (caryear carmileag...

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

1

回答

質問


Have a function that can take either string text or numeric input depending on what user is requesting
https://www.mathworks.com/matlabcentral/answers/1723030-function-with-text-string-input-and-excel-file For reference here is a ...

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

0

回答

質問


function with text string input and excel file
How can I write a function that takes input of (filename, user_input)... basically the user input would be a text string that wi...

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

1

回答

質問


Write a function with input .xls file to read
I am writing a function that will take inputs from excel data sheet and user input and compare it to see if the values are the s...

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

1

回答

質問


How can I implement KNN ? I want to have user input and data from excel sheet compared.
Basically I want to have a code that compares input with excel sheet data if said data is there then I want to return that if no...

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

1

回答

質問


User input compared with excel sheet data and returns best fit
I want to create a program that for examplle reads an excel data sheet with x, y, and z car and each have different parameters ...

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

1

回答

質問


This is not my code, it is used from an answered question on here. How could I functionalize it?
[num,txt,raw] = xlsread('p.xls') ; P = num(:,1) ; RV = num(:,2) ; D = num(:,3) ; % Pick a pressure value Pi = input('Inp...

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

1

回答