AL
Followers: 0 Following: 0
Estadística
14 Preguntas
5 Respuestas
CLASIFICACIÓN
4.439
of 295.527
REPUTACIÓN
11
CONTRIBUCIONES
14 Preguntas
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
85.71%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
How to plot upper and lower bounds in graph with 95% confidence.
% preallocate output variables n_files = 2; Time = cell(n_files, 1); Veloc = cell(n_files, 1); Ypk_plot = cell(n_files, 1); ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how to show only selective legend in the graph
Can it be possible to show only Undeformated and data12? x = [0 0 0 140 140 140 280 280 280 420 440 420 515.190000000000 577....
más de 1 año hace | 1 respuesta | 1
1
respuestaPregunta
Error while creating a table from cell
I have cell containing tables with variables Frequnacy and Mode values, Now i want to create a table where each column represent...
más de 1 año hace | 1 respuesta | 0
1
respuestafinding peak points while signal processing
Good morning @Mathieu NOE, The modification which you have suggested are working perfectly and I really appricate youe efforts...
más de 1 año hace | 0
ODE45 related
Can I ask one doubt in this only? I am also doing something similar. Solving 4th degree of freedom vibration system using follow...
más de 1 año hace | 0
finding peak points while signal processing
Thank you so much @Mathieu NOE for highlighting error and I will work on dominant peaks. Have a wonderful week, Once again I rea...
más de 1 año hace | 0
Pregunta
finding peak points while signal processing
clear % Define the mass, damping, and stiffness matrices load C K load M.mat % Define the input force as a sinusoidal func...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
how to modify plot range from (-200 to 200)
% Define the mass, damping, and stiffness matrices load C K load M.mat % Define the input force as a sinusoidal function of...
más de 1 año hace | 1 respuesta | 0
1
respuestafft(x,n) NO BUILT IN FUNCTION WHERE n > size(x)
To modify the existing code for the FFT function, you can use the following code: function Xk = myfft(x,n) N = length(x); % T...
más de 1 año hace | 1
| aceptada
Error msg in fminbnd
fun = @(x) 6*cos(x) + 1.5*sin(x); % Define the function x_min = fminbnd(fun, 0, 6); % Find the minimum within the interval [0,6...
más de 1 año hace | 0
| aceptada
Pregunta
For loop variable error
Mass Matrix Motor_plate = 17.010; First_Story = 2.162; Sec_Story = 2.162; Top_strory = 1.790; L_leg = 0.2...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Error in for loop (issue with variable calling)
I am trying to find natural frquency for two sets of data. For that we have to follow this method I am facing issue with calcul...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Table formatting inside a for loop
For given code I like to create a table something like this: curretly table is like this: Can anyone teach me how to do th...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
selection of specific data from graph and extract data
%For given graph only peck values between 10 and 20hz is valuble and i like to extract phase value for specific point. %Righ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Error in import data
header = 9; delimiter = '\t'; for i = 1:2 filname = ['H1','2_I1sv00001 -',num2str(i),".txt"]; dat =importdata(filnam...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to perform same operation on 100 different table in single loop
I have 100 tables name as Table1 Table2 Table3 .. Table100 and i want to perform same opration on each table; however, le...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
read specific data from a given row and column from table
I have table of size 28000x3 and i want to biefuracte data which looks like this. I am using slope condition to collect the da...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to store data in multiple matrix from table
I have one time series data in a table of 260000 x 3. where col_1 = parameter_one, col_2 = parameter_two, col_3 = time. I wan...
casi 2 años hace | 1 respuesta | 0
1
respuestaPregunta
error while importing excel file
I am trying to import an excel file into matlab environment; however, excel file contains two sheets. I want to import only one ...
casi 2 años hace | 1 respuesta | 0