Community Profile

photo

Abigail McGahey


2019 年からアクティブ

Followers: 0   Following: 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...

約5年 前 | 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...

約5年 前 | 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 ...

約5年 前 | 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); ...

約5年 前 | 0 件の回答 | 0

0

回答