photo

Samuel Katongole


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

6 个提问
4 个回答

Cody

0 个问题
24 个答案

排名
219,785
of 299,763

声誉
0

贡献数
6 个提问
4 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,798

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
16,743
of 165,797

贡献数
0 个问题
24 个答案

评分
315

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1
  • Revival Level 1
  • First Answer
  • Introduction to MATLAB Master
  • Solver

查看徽章

Feeds

排序方式:

提问


plotting two lines intersecting at a certain point
Hello friends, I have got some data and i want to draw two lines of best fit, one from the left and the other from the right tha...

4 years 前 | 2 个回答 | 0

2

个回答

提问


Categorical Data preprocessing for Data mining
Hello friends I have been working on the Tanzania wells state ,with Taarifa data obtained from DrivenData, problem for my ML pr...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How to tell/check existing categories in tall tables
I have a table of over 50,000 rows containing various categories for each row. Is there a way i can check the specific existing ...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
i want more numbers details on y axis
I suppose the follwoing should help. However, it does not display upto 4; but shows what you want set(gca,'yticklabel',[0:0.2:4...

4 years 前 | 0

已回答
Add headers to matrix using table
In studying this problem, I have tried and gone through the code; and also tried out the suggested tDP=array2table(datapool,'V...

4 years 前 | 0

已回答
Why can I not import an excel file into MATLAB without error?
Try testing your files with the following trial codes: fid=fopen('oil_prices_testdata.csv') fid=fopen('oil_prices_testdata.xls...

4 years 前 | 0

提问


How to test model developed using the Regression Learner App
I am working on some oil data trying to build a model for future predictions. My challenge has come with the testing of the chos...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
i want more numbers details on y axis
Please try changing the values on the y-axis: add this code to your code %get insight on the maximum and minimum values of your...

4 years 前 | 0

提问


Data types of arrays in a function
Hey, I am trying to create a function that takes an array as an input arg and returns another array as output arg which should ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


I am trying to run this script, but it only returns the last part of the switch- the otherwise part, please help...
The script is here... % Initiating the integer variable, num num=-10:10; % Prompting user to enter integer num=input(...

5 years 前 | 1 个回答 | 0

1

个回答