photo

Abigail McGahey


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
29,284
of 300,753

声誉
1

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,075

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How do you make a 3D plot with the given information?
Use the same “patient_data.txt” file used earlier, write a Matlab program to produce a 3D plot of the patient data. The three co...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Modify the code from the previous example
clear, close all; % Activity problem 6 % First example. With a loop, no ligical indexing. N=6; %NxN magic square A=ma...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How do I fix my error in line 6?
Download the code sumOfIntegers.m, we can measure how long the function takes to execute for various values of N. We will focus ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Re-write the following code so that it avoids using a loop. N = 10; a = zeros(1, N); b = zeros(1, N); for i = 1:N a(i) = i; b(i) = a(i) * a(i); end
Re-write the following code so that it avoids using a loop. N = 10; a = zeros(1, N); b = zeros(1, N); ...

7 years 前 | 0 个回答 | 0

0

个回答