Statistiques
RANG
3 956
of 295 448
RÉPUTATION
13
CONTRIBUTIONS
38 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
78.95%
VOTES REÇUS
4
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How can I remove empty cells from struct data?
How can I remove empty cells from struct data? I have tried to use this but it didn't work. Charge(Charge==0) = [];
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
How can I get the maximum slope of a curve?
How can I find the initial maximum slope of the below curve?
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
How can I find the Time for specific values of Voltage (with a small tolerance)?
Hi, I want to extract an Indirect Health Indicator (IHI) from the below plot. How can I find the Time for specific values of...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I delete plot Label on Legend?
Hi, I am working on State of Health (SOH) estimation project using Indirect Health Indicators (IHI). Below you can see the p...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to calculate the coefficient of determination R^2 of a Neural Network?
I want to calculate the coefficient of determination R^2 of a Neural Network by myself. This is the Regression plot that Neur...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
Understanding the train/validation and test set.
Can someone tell me how should I divide the training, validation and test in a correct way? The default settings are training ...
environ 2 ans il y a | 1 réponse | 1
1
réponseQuestion
How can I get the 3 minimum values of this plot?
How can I get the number of neurons on which I get the smallest RMSE for Training, Validation and Test set. for i = 1:60 ...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Comprehension of this command: Matrix(~any(Matrix, 2), :) = [];
Hi, I want to remove the zeros from a Matrix (613x30) I have tried using this command Matrix(Matrix==0) = []; howoever, this...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I extract specific data from Structure Array?
Hi, I am trying to plot the Capacity (Ah) of a Battery, using this Battery Data Set. I want to extract the Capacity data f...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Do I use the "for loop" correct or efficiently?
Is there a better way or more efficient? n = 3500; t_s = 0; t_f = 3500; t = linspace(t_s,t_f,n); a = zeros(1,n); ...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find the TF of a House Heating System. (New and I need help)
I would appreciate if somebody could explain me, how can I find the Transfer Function from the Heating System below? I don't kn...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Stability of Transfer Function
Hello, I can't understand how to define the stability of a Transfer Function (Stable, Unstable or Marginally Stable) f(t) = 0,...
plus de 3 ans il y a | 1 réponse | 1
0
réponseQuestion
How can I set the Vehicle Parameters and get Displacement/Velocity/Acceleration Plots of Front Assembly Suspension (MSC ADAMS / MATLAB / SIMULINK / CO-SIMULATION)
Hello, For a start, I used MSC Adams to create an Assembly of a Front Suspension. In addition to this, I want to set the ...
environ 6 ans il y a | 1 réponse | 0
0
réponseHow can I use ODE45 output to evaluate on each time a function inside a the Odefun
Dear Juan Luis Chacon, Could you please help me with the topic below? <http://www.mathworks.com/matlabcentral/answers/1219...
environ 8 ans il y a | 0
Question
How can I change the name of a variable?
I want to change the name of a variable, X which is the output from my simulink model, according to my input variable, np. Fo...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I use as an input specific values?
I have an output data from a simulink model. I want to save the output data inside a loop for a two different input values. ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I save specific range of my data?
I have two variables as output from a simulink model, A and B. A has 500001 rows and 1 column (5000001x1 double) B has 5...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I save multiple Data.mat from an Simulink Model Output;
I have an output data from a simulink model. I want to save the output data inside a loop for a different input variable. How ca...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Why we use Transfer Function to represent/describe a Dynamic Model?
Why we use Transfer Function to represent/describe a Dynamic Model? <</matlabcentral/answers/uploaded_files/51553/1.png>> ...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How can a Two DOF System be unstable? ("Warning: The closed-loop system is unstable")
How can a 2 DOF System be unstable? ("Warning: The closed-loop system is unstable") I am trying to find the Gain Margin so th...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
2 DOF System is unstable? "Warning: The closed-loop system is unstable"
I want to find the gain margin so I can calculate the parameters (kp,ki,kd) of ZN method. But I got this error. <</matlabcent...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I get more accurate results when I am integrating Time and Acceleration with Cumtrapz?
My Data consists of Time, Acceleration, Velocity and Displacement. I want to calculate the equation xr. xr = (m2*x2ddot-...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesA résolu
Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]
plus de 8 ans il y a
A résolu
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
plus de 8 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
plus de 8 ans il y a
A résolu
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
plus de 8 ans il y a
Question
How can I get the transfer function G(s) = (X2(s)-W(s))/W(s)
According to the site below, how can I get the transfer function G(s) = (X2(s)-W(s))/W(s) <http://ctms.engin.umich.edu/CTMS/i...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
Why I get different result at Simulink? (Matlab, Simulink)
Why I get different results? (Matlab, Simulink) My problem is that I get different results with Matlab (Transfer Function) an...
plus de 8 ans il y a | 1 réponse | 0