![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10747153_1522137354795_DEF.jpg)
Da'Moon
Followers: 0 Following: 0
Statistica
5 Domande
0 Risposte
RANK
212.063
of 297.016
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
40.0%
VOTI RICEVUTI
0
RANK
of 157.725
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
im tryng to solve it with the solver [t y] =ode45(@problem1,[0 50],[0 30]) but is not working
function [xprimes]=problem1(t,x) m= .25; C=.03; g=9.800665; xprimes=[ x(3); y(3);-((C*x(2))/m)*(sqrt(x(2)^2+y(2)^2)); -g-(...
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
how can i make a function file that will request the user if he will like to start the code execution? i would like to use inputs
clc clear all %Assign variables to constants V1=.3; V2=.3; E1=200*10^9; E2=200*10^9; d1=38; d2=70; L=50; ...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
How can i make a decicion in order to make my program run after it
v=input('Would you like to run your programm?'); if v==yes end % my loop that should run after the user put yes or no...
circa 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Allocating values in 1d matrix
B = p * ones(327,245,2, uint8); can i do it with a loop?
circa 7 anni fa | 1 risposta | 0