Community Profile

photo

Luigi Bucci


Last seen: environ 2 ans il y a Actif depuis 2021

Studying in Politecnico of Bari, in Italy, I use MatLAB for math coding. MatLAB is useful also for learning the bases of coding, cause the similarities with C++

Spoken Languages:
English

Statistiques

All
  • Thankful Level 1
  • MATLAB Central Treasure Hunt Finisher
  • Solver

Afficher les badges

Content Feed

Afficher par

A répondu
How to go back to the input in a if?
%M=Righe della matrice A M=4; %N=Colonne della matrice A N=input('n'); for i=1:4 for j=1:N if (N<=13)&&(N>=3) ...

environ 2 ans il y a | 0

| A accepté

Question


Research of an element in an array
%Ricerca elemento X nel vettore somma S disp ('Ricerca elemento X nel vettore somma S') X=input ('X'); if K==find(S==X) ...

environ 2 ans il y a | 2 réponses | 0

2

réponses

Question


How to go back to the input in a if?
%M=Righe della matrice A m=4; %N=Colonne della matrice A input('n') for i=1:4 for j=1:n if (n<=13)&&(n>=3) ...

environ 2 ans il y a | 2 réponses | 0

2

réponses

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

plus de 2 ans il y a