Community Profile

photo

Luigi Bucci


Last seen: etwa 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

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

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 2 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Gelöst


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

mehr als 2 Jahre vor