photo

Steven Lord

MathWorks

Last seen: Today Attivo dal 2002

Followers: 10   Following: 0

Messaggio

I joined The MathWorks in the Technical Support department during the summer of 2001 and transferred into the Quality Engineering department in March of 2004. I now work qualifying the core MATLAB numerical functions (PLUS, MINUS, LU, FFT, ODE45, etc.) Professional Interests: mathematics, MATLAB For assistance with MATLAB question please post to MATLAB Answers or contact Technical Support using the Contact Us link in the upper-right corner of the page instead of contacting me directly.

Statistica

All
MATLAB Answers

0 Domande
8.395 Risposte

File Exchange

5 File

Cody

0 Problemi
6 Soluzioni

RANK
13
of 301.617

REPUTAZIONE
18.420

CONTRIBUTI
0 Domande
8.395 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
3.300

RANK
535 of 21.359

REPUTAZIONE
3.297

VALUTAZIONE MEDIA
3.40

CONTRIBUTI
5 File

DOWNLOAD
7

ALL TIME DOWNLOAD
32245

RANK
53.932
of 175.795

CONTRIBUTI
0 Problemi
6 Soluzioni

PUNTEGGIO
70

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Treasure Hunt Participant
  • Scavenger Finisher
  • Most Accepted 2024
  • Thankful Level 5
  • Solver
  • Personal Best Downloads Level 2
  • Editor's Pick
  • Master
  • 36 Month Streak
  • 5-Star Galaxy Level 4
  • First Submission
  • Revival Level 3

Visualizza badge

Feeds

Visto da

Risposto
How can I dynamically create and configure a subclass of an abstract class from a file or script in one step in MATLAB?
As written, each time you add a new type of Vehicle you need to modify Garage to be able to handle that new type of vehicle. Thi...

15 giorni fa | 0

Risposto
Access to downloads for install
If you already have a license but need information on where/how to download the software to be installed, please contact Custome...

17 giorni fa | 0

Risposto
How to find a function in the path - securely?
The complexity explodes, such that a simple task like searching a function file needs a pile of exceptions and indirections. S...

17 giorni fa | 1

Risposto
computation of symbolic terms and error analysis
You indicated you've already found the solution (the expression you're trying to convert to double still has symbolic variables ...

21 giorni fa | 0

Risposto
Can you get matlab to add a really small number to a big number and retain precision
p = -1e17 + sqrt(1e34 + 1e18) p is in fact exactly 0 if you do the calculation in double precision. p == 0 % true Why didn't ...

23 giorni fa | 3

| accettato

Risposto
trainnet function - randomness and repeatability
What happens when you reset the state or seed of the random number generator before each attempt to train the network? Let's cho...

circa un mese fa | 0

| accettato

Risposto
Trying to solve for a number of variables in a matrix. Getting a structfun error.
Let's look at what solution is after the call to solve. I just added in a few semicolons to suppress some of the output. E = 10...

circa 2 mesi fa | 0

Risposto
Financial Toolbox installed but bndprice function not found
According to the output of ver that you posted, you're using MATLAB Online (basic). According to the FAQ on the page describing ...

circa 2 mesi fa | 0

Risposto
Reading a string & sorting it into usable variables
Let's take a sample string. S = "Layup: [45/-45/0/90/90/0/-45/45]"; Get the text after the leading [ S2 = extractAfter(S, "["...

circa 2 mesi fa | 0

Risposto
I have downloaded this package, but can not seem to use the "readDistance' command.
Searching the documentation for functions named readDistance, I found two hits on the first page. The first one requires the MA...

circa 2 mesi fa | 1

Risposto
Confidence interval in fit
Use the confint function on the object returned by fit.

circa 2 mesi fa | 0

Risposto
Dialog box Unable to resolve the name 'matlab.io.internal.xlsreadSupportedExtensions' error prevents me from opening a file
The fact that the error occurs on line 5 of pad (which in my installation of release R2025b is completely blank) in a call to re...

circa 2 mesi fa | 0

Risposto
MATLAB standalone App Dynamic Class
From the documentation "MATLAB Runtime only works on MATLAB code that was encrypted when the deployable archive was built. Any f...

circa 2 mesi fa | 0

Risposto
Indexing behavior of table properties
In the former case, it is table's indexing code that is performing all the indexing steps. It knows how to index into the proper...

circa 2 mesi fa | 1

| accettato

Risposto
pathdef and resulting path very long
If you have a lot of products and/or add-ons in your installation, the path may have a lot of entries. V = ver; S = split(path...

2 mesi fa | 0

| accettato

Risposto
fread a double that's been broken up into four 16 bit words
Let's make four random 16 bit integers. A = randi([intmin('uint16'), intmax('uint16')], 1, 4, 'uint16') Now we can typecast th...

2 mesi fa | 2

| accettato

Risposto
How to read in m-files into a Matlab-generated-Exe
From the documentation "MATLAB Runtime only works on MATLAB code that was encrypted when the deployable archive was built. Any f...

2 mesi fa | 0

Risposto
Where can I download matlab/simulink example projects?
You're probably not going to be able to run the whole example without all the products listed in the box in the upper-right corn...

2 mesi fa | 0

| accettato

Risposto
How do I use 'intersection' to get the overlapping line between two polyshapes?
These two polyshapes touch but do not intersect. x1 = [1 4 4 1]; y1 = [1 1 4 4]; x2 = [4 6 6 4]; y2 = [2 2 3 3]; poly1 = po...

2 mesi fa | 1

Risposto
MATLAB crash during matrix multiplication in Matlab Function
Can you confirm that you've looked in the locations given in this Answers post and cannot find any crash log files created at th...

3 mesi fa | 0

Risposto
String to double conversion misunderstanding
The mistake is that you're using command form for calling the class function, not function form. These: class ACVoltageR class...

3 mesi fa | 2

Risposto
What is the proper way to clean up internal timers when deleting a MATLAB class object?
Depending on exactly how you're creating the timer object, if you're using release R2024b or later perhaps creating a weak refer...

3 mesi fa | 0

Risposto
Determine which delaunayTriangulation Constraints correspond to input constraints?
I have not looked at the spatialgraph2D tool Matt J suggested, but I suspect you can do the same thing using functionality inclu...

3 mesi fa | 0

Risposto
CAT12 fails in MATLAB R2025b due to WebGL/ANGLE OpenGL incompatibility, but works in R2023a
The Release Notes state, among other things: "Calling the opengl (R2025a) function has no effect. To query the graphics renderer...

3 mesi fa | 0

Risposto
does installing toolbox that has different version than your matlab program cause a problem
For MathWorks toolboxes, I believe the Installer and Add-Ons Manager ought to disallow you from "mixing and matching" releases. ...

3 mesi fa | 0

Risposto
Unbale to write scrips and program in MATLAB for application level
I suggest you start with the free MATLAB Onramp tutorial to quickly learn the essentials of MATLAB.

3 mesi fa | 2

Risposto
Mixing name/value pair syntax
Suppose I show you this call. How would you as a human interpret it, and how would MATLAB interpret it (were it syntactically le...

3 mesi fa | 0

| accettato

Risposto
I want to define inputs for the function quantized_signal
Are you asking in general about how to call functions in MATLAB? If so you probably want to look at this section of the Getting ...

3 mesi fa | 0

Risposto
Calculate mean and standard deviation from 30-years of global wind data
Consider using groupsummary, specifying the groupbins input argument to control how the data is discretized into bins.

3 mesi fa | 0

Risposto
can we give access to the external users
Please contact Customer Service directly using this link.

3 mesi fa | 0

Carica altro