
Payam Morsali
M.Sc. in energy engineering
Statistics
RANG
9 279
of 275 708
RÉPUTATION
4
CONTRIBUTIONS
1 Question
4 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 18 573
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
Question
how to plot 3 different vectors without any relation, in a 3d plot
Hi everyone, I want to plot 3 vectors in a same 3D plot; (plot3 and meshgrid-surf are not working for my case). let's say thre...
9 mois il y a | 1 réponse | 0
1
réponsehow make this eq.
for series you can set a variable to zero and iterate the sum: fibonacci for example: a(1)=1 a(2)=1 for i=3:n a(i)=a(i-1)+a...
plus de 2 ans il y a | 0
I need this program to only output one time. Right now it is outputting for every individual element in the s matrix.
try using ";" after t=s1(q(:,1:end))>=0
plus de 2 ans il y a | 0
I tried to solve problem but I couldn'!
function y=compare(n,A,B) y=0; for i=1:length(A) if n>=A(i) && n<=B(i) y=y+1; elseif n>=B(i) && n<=A(i) ...
plus de 2 ans il y a | 0
| A accepté