photo

Anthony Bartsch


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
156,666
of 300,900

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 21,106

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,578

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How to make 3d plot to model logistic regression?
I am trying to create a 3d plot of probability as the z-axis, C and P as the x-axis and y-axis. C should have the range of 0 to ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to rewrite fac = primes(prod) in line of code?
See title question.

5 years 前 | 0 个回答 | 0

0

个回答

提问


Prime Factorization Function Script
Write function script that accepts a value which should be prime factorized. The function script should output the respective fa...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Using load() Command for Two Columns
How to use load() command to load an -ascii file that contains two columns of numbers? In addition, what would this -ascii file...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How to create the following file for this function script header
I have a function script which should receive through the header the name of the file that contains a data set. This file is to ...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Create a file in ascii format containing two columns of numbers
Can someone direct me on how to do this in MATLAB: Create a file in ascii format containing two columns of numbers: the first c...

5 years 前 | 2 个回答 | 0

2

个回答

提问


How does one rotate the bottom half of an image 180 degrees while keeping the upper half the same?
Also, how does one rotate the left half of an image 180 degrees while keeping the right half the same? and display the image ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How do you plot the following function?
y_num = @(x) cos(x).*(sin(x)).^3; I_num = @(xmin, xmax) integral(y_num, xmin, xmax); xmin = 0; xmax = 2*pi; %%plot(x, I_nu...

6 years 前 | 1 个回答 | 0

1

个回答