![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/27682249_1664234923934_DEF.jpg)
Ryan
Followers: 0 Following: 0
Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
35.028
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Conversion from logical to sym is not possible
clc; clear; k = 10000 ; % N/m m = 331 ; % kg v_3 = 45 * 1609.34 * (1/3600) ; % mph to m/s t_reach = 25/v_3 ; % s % Usin...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Index exceeds the number of array elements. Index must not exceed 1.
% find the damping coefficient using the plot below (use the figure to do trial and error): c_num = 500 ; % define the time ...
casi 2 años hace | 1 respuesta | 1
1
respuestaPregunta
How to take an exponential to a non-integer value?
kvals = [0.142,0.144,0.156,0.180,0.196,0.205,0.207,0.201,0.177,0.160,0.149,0.142] ; upx = -K./sinalpha_angle exp_local...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Trying to perform Fast Fourier Transform
I imported some data and tried to use the fft function on it to perform a fast fourier transform. When I run the code, an error ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Looking to plot best-fit with equation on graph
I am looking to plot a line of best-fit with the equation also on the graph. plot(0,ptv_0,'o-','MarkerFaceColor','red') hold o...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Dot indexing is not supported for variables of this type.
sh_16_data = importdata("M006_A_Shaker_16.txt"); sh_16_freq = sh_16_data.data(:,2) Data: 1.000 25.000 10.430 2.848 2.000 2...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
Must be a text scalar when using eval() function problems?
n_stress = F./(t.*w); n_stress = eval(n_stress); Error using eval Must be a text scalar. Error in Carbon90 (line 55) n_...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Dot indexing is not supported for variables of this type.
When I am running my code, I get a response that a built-in with syms is not running correctly. syms F D l t w % Stress ...
más de 2 años hace | 1 respuesta | 0