Da'Moon
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
102.446
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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-(...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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; ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Allocating values in 1d matrix
B = p * ones(327,245,2, uint8); can i do it with a loop?
casi 7 años hace | 1 respuesta | 0