Feeds
提问
How to plot a smooth curve with eliminating NAN and complex datapoint?
close all clear clc Y=xlsread('PET'); Y1=Y(:,1); Xp=cumtrapz(Y(:,2)); Xp1=trapz(Y(:,2)); X=Xp/Xp1; W=log(X); W1=log(W)...
8 years 前 | 0 个回答 | 0
0
个回答提问
How to solve it?
I am getting nothing in the plot(T,PA) for T=120:10:230 Ao=4.2968;A1=-3.4709*10^-1;A2=-1.1008*(10^-1);A3=1.4812*(10^...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to plot the results?
for T=120:10:230 Ao=4.2968;A1=-3.4709*10^-1;A2=-1.1008*(10^-1);A3=1.4812*(10^-2); A4=-1/1150*(10^-3);b1=1.29*(10^-5); b2=4...
8 years 前 | 0 个回答 | 0
0
个回答提问
Getting multiple answers for a for loop of three iterations
I have the following function being iterated and recalled in another m-file. I am getting multiple answers of 'a' and 'b' for i=...
8 years 前 | 1 个回答 | 0

