photo

Mohamed Eljali


Active since 2016

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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*...

ongeveer 8 jaar ago | 0

Answered
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>>

ongeveer 8 jaar ago | 0

Answered
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)...

ongeveer 8 jaar ago | 0