AL
Followers: 0 Following: 0
Statistiques
RANG
4 439
of 295 569
RÉPUTATION
11
CONTRIBUTIONS
14 Questions
5 Réponses
ACCEPTATION DE VOS RÉPONSES
85.71%
VOTES REÇUS
2
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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); ...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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....
plus d'un an il y a | 1 réponse | 1
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponsefinding peak points while signal processing
Good morning @Mathieu NOE, The modification which you have suggested are working perfectly and I really appricate youe efforts...
plus d'un an il y a | 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...
plus d'un an il y a | 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...
plus d'un an il y a | 0
Question
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...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponsefft(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...
plus d'un an il y a | 1
| A accepté
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...
plus d'un an il y a | 0
| A accepté
Question
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
Error in import data
header = 9; delimiter = '\t'; for i = 1:2 filname = ['H1','2_I1sv00001 -',num2str(i),".txt"]; dat =importdata(filnam...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 2 ans il y a | 1 réponse | 0