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