photo

Mohamed Eljali


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
how to plot a bounding min/max function around the output of a Monte Carlo simulation?
% code clc; clear all; close all; t=rand(30,3); st=zeros(30,3); for k=1:3 st(:,k)=sort(t(:,k)); end d=2-2*...

8 years 前 | 0

已回答
how to plot a bounding min/max function around the output of a Monte Carlo simulation?
<</matlabcentral/answers/uploaded_files/52265/media-490-4900240d-0fe9-4bbb-9f9a-36f32957eafe-phpo72m7a.png>>

8 years 前 | 0

已回答
How to plot figure with following?
% code X1 = 0:50; Y1 = 0:50; figure(1) stem(X1,Y1,'Marker','none','Color',[1 0 0]); hold on stem(X1(X1>25),Y1(Y1>25)...

8 years 前 | 0