Community Profile

photo

Bob


Last seen: 約1年 前 2016 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • First Review
  • Thankful Level 4
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

質問


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) = [];

約1年 前 | 1 件の回答 | 0

1

回答

質問


How can I get the maximum slope of a curve?
How can I find the initial maximum slope of the below curve?

約1年 前 | 1 件の回答 | 0

1

回答

質問


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...

約1年 前 | 1 件の回答 | 0

1

回答

質問


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...

約1年 前 | 1 件の回答 | 0

1

回答

質問


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...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


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 ...

1年以上 前 | 1 件の回答 | 1

1

回答

質問


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 ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

約2年 前 | 1 件の回答 | 0

1

回答

質問


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...

約2年 前 | 1 件の回答 | 0

1

回答

質問


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); ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

約3年 前 | 1 件の回答 | 0

1

回答

質問


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,...

約3年 前 | 0 件の回答 | 1

0

回答

質問


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 ...

5年以上 前 | 0 件の回答 | 0

0

回答

回答済み
How 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...

7年以上 前 | 0

質問


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...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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. ...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


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>> ...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


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...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


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-...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


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...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


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...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I change the "Set Point"? (Feedback)
How can I change the "Set Point"? (Feedback) I assume "0" is the default? Can I set for example the "Set Point" to "1" ...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


Why I get different values when I integrate a function (by my hand-Displacement Positive & Negative, cumtrapz-Displacement Positive)?
Why I get different values when I integrate a function (by my hand, cumtrapz)? As you can see below, there is a very big dif...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How can I simulate time response of dynamic system to arbitrary inputs without shown the arbitary input on my plot?
How can I simulate time response of dynamic system to arbitrary inputs without shown the arbitary input on my plot? H = [tf...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How can I adjust a controller?
I am trying to adjust a controller according to the method above. <https://en.wikipedia.org/wiki/Ziegler%25E2%2580%2593Nichol...

約8年 前 | 1 件の回答 | 0

1

回答

質問


Can I solve symbolic mathematical operations with matlab?
For instance: (a+b)^2 a^2 + 2*a*b + b^2 (a+b+c)^2 a^2 + b^2 + c^2 + 2*a*b + 2*b*c + 2*a*c

約8年 前 | 3 件の回答 | 0

3

回答

質問


What Magnitude(db) and Phase(deg) represent on Bode Diagram?
What Magnitude(db) and Phase(deg) represent on Bode Diagram? I am working on 2 DOF System and I want to understand some basic...

約8年 前 | 1 件の回答 | 0

1

回答

さらに読み込む