Adam Barber
MathWorks
Followers: 0 Following: 0
Statistik
RANG
2.471
of 302.115
REPUTATION
26
BEITRÄGE
0 Fragen
18 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
1
RANG
9.481 of 21.552
REPUTATION
76
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
1 Datei
DOWNLOADS
1
ALL TIME DOWNLOADS
619
BEITRÄGE
0 Beiträge
BEITRÄGE
2 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
40
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
delete words from list based on logical statement
I slightly modified Jan's answer: List = {'abatable';'abate';'abatement';'abater';'dog';'cat'; ... 'make';'abato...
fast 11 Jahre vor | 0
| akzeptiert
Export dataset to excel file
The error indicates that "ds" is a cell, and not a "dataset" variable. A dataset has a specific definition within MATLAB. Tak...
fast 11 Jahre vor | 0
Finding inflection point on a x,y plot
Do you have an analytic (symbolic) representation of the function? Or just numerical data? If you have an analytic representa...
fast 11 Jahre vor | 0
Error using the integral function - A and B must be floating-point scalars.
Your variables "y1" and "y2" are vectors. The command: Eiy1 = integral(fun1, Inf, y1) is really doing the integral of : ...
fast 11 Jahre vor | 0
| akzeptiert
use coder with nn tool
Check out this link: http://www.mathworks.com/help/simulink/ug/functions-supported-for-code-generation--categorical-list.html#b...
fast 11 Jahre vor | 0
how to find total derivative?
Hey Kanav, Check out "diff" in the Symbolic Math Toolbox. One thing to note is that for the form you want, you need to explic...
fast 11 Jahre vor | 0
| akzeptiert
I am working with the Case Study for the Credit Scorecard Analysis
Hey Vernon, The bottom line is the data set just does not have great predictors. I think the point of the example is just to ...
etwa 11 Jahre vor | 0
MATLAB installation under Linux
Hey Lucas, It looks like you are having the same issue as described in this post: <http://www.mathworks.com/matlabcentral/...
etwa 11 Jahre vor | 0
simple method of forcing single precision floating point operations
Hey Jonah, I'm not sure if you tried this already, but you should be able to specify single precision by following the steps ...
etwa 11 Jahre vor | 1
Creation timeSeries using a datetime variable
Hi Cedric, If you already have your dates in a cell array string format, you should not need to convert to datetime in order ...
etwa 11 Jahre vor | 0
| akzeptiert
Changing the Dielectric Constant of a Microstrip Patch Antenna in Antenna Toolbox
Hi Abubakar, Currently it does not seem like there is a way to use a different value for the dielectric constant. I work for ...
etwa 11 Jahre vor | 0
Optimisation application: how do I create the fitness function?
Hey Howard, It looks like you are on the right track to defining your fitness function for "gamultiobj". I think the issues y...
etwa 11 Jahre vor | 0
| akzeptiert
How can i design a variable inductor for three phase inverter in simulink?
Hi Muhammad, As the error indicates, you likely have left the "Inject Inductor Current" block open-circuit. In the "power_Var...
etwa 11 Jahre vor | 0
HDL code generation of Simple TF
Hi Safiya, You should be able to set the word length by changing the data types for the specific ports/values inside the disc...
etwa 11 Jahre vor | 0
| akzeptiert
axis label messed up when exporting eps
Hi Lian, I tried the following on my Debian installation using MATLAB R2015a: plot(1:10, exp(1:10)); xlabel('x') ...
etwa 11 Jahre vor | 0
Is it possible to keep the dropdown menu of my personal help content from folding in after clicking on a subsection ?
Hi Simon, I believe this is happening because the subsection that you are clicking on is actually a link to a new HTML page, ...
etwa 11 Jahre vor | 0
Parameter Estimation for second order battery: I am trying to fill lookup tables for R1, C1, R2, and C2. Lookup tables depends on SoC and Temperature value. For now, I am only sending temperature as 20 celcius and generating SoC from input current.
Hi Gökay, If you want to fill in the lookup tables, using "Parameter Estimation" is probably not the best approach. A lookup ...
etwa 11 Jahre vor | 0
Output of Sine and chirp block seems wrong
Hey Max, This is due to the step sizes of the solver that Simulink is choosing. By default Simulink sets the step size to: h_...
etwa 11 Jahre vor | 0





