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년 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
