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년 전 | 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년 전 | 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년 전 | 0