photo

Mohamed Eljali


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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*...

environ 8 ans il y a | 0

Réponse apportée
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>>

environ 8 ans il y a | 0

Réponse apportée
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)...

environ 8 ans il y a | 0