photo

Anthony Bartsch


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
100,922
of 300,765

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
12.5%

VOTES RECEIVED
0

RANK
 of 21,084

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,941

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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

5 years ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer