統計
MATLAB Answers
8 質問
0 回答
ランク
of 170,923
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
