Zachary Giovanelli
Followers: 0 Following: 0
Statistica
3 Domande
0 Risposte
RANK
115.507
of 295.527
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 154.057
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How can I run multiple for loops in one function?
Here is my code: function [Height,Range] = catapult(InitialV) % calculates at Angle 30 degrees Angle = 30; ...
oltre 6 anni fa | 1 risposta | 0
1
rispostaDomanda
I want to write a function that takes the output of one function and puts it into another. I am using the potential energy calculation of one equation and putting it into the kinetic energy of another but I am getting errors. I also need to plot it.
function [Penergy] = energy(start, inc, stop) % takes a range of input values for potential = start:inc:stop ...
oltre 6 anni fa | 2 risposte | 0
2
risposteDomanda
I am only getting one output when I have 2 defined and 2 inputs?
I have defined 2 outputs and put in 2 inputs but I am only getting one output. I don't know the issue? I have read other documen...
oltre 6 anni fa | 1 risposta | 0