photo

Steven Lord

MathWorks

Last seen: 1 day 前 自 2002 起处于活动状态

Followers: 10   Following: 0

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.

统计学

All
MATLAB Answers

0 个提问
8,389 个回答

File Exchange

5 文件

Cody

0 个问题
6 个答案

排名
13
of 301,440

声誉
18,400

贡献数
0 个提问
8,389 个回答

回答接受率
0.00%

收到投票数
3,294

排名
535 of 21,282

声誉
3,297

平均
3.40

贡献数
5 文件

下载次数
7

ALL TIME 下载次数
32243

排名
53,387
of 174,580

贡献数
0 个问题
6 个答案

评分
70

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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

查看徽章

Feeds

排序方式:

已回答
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...

12 days 前 | 0

已回答
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 ...

12 days 前 | 0

已回答
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, "["...

18 days 前 | 0

已回答
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...

19 days 前 | 1

已回答
Confidence interval in fit
Use the confint function on the object returned by fit.

20 days 前 | 0

已回答
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...

24 days 前 | 0

已回答
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...

25 days 前 | 0

已回答
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...

26 days 前 | 1

| 已接受

已回答
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...

27 days 前 | 0

| 已接受

已回答
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...

27 days 前 | 2

| 已接受

已回答
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...

27 days 前 | 0

已回答
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...

1 month 前 | 0

| 已接受

已回答
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...

1 month 前 | 1

已回答
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...

2 months 前 | 0

已回答
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...

2 months 前 | 2

已回答
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...

2 months 前 | 0

已回答
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...

2 months 前 | 0

已回答
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...

2 months 前 | 0

已回答
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. ...

2 months 前 | 0

已回答
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.

2 months 前 | 2

已回答
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...

2 months 前 | 0

| 已接受

已回答
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 ...

2 months 前 | 0

已回答
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.

2 months 前 | 0

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

2 months 前 | 0

已回答
How to keep formatting when cutting and pasting to office
Try right-clicking in the email and selecting "Keep Source Formatting" under Paste Option in the context menu that comes up.

2 months 前 | 0

已回答
Timetables not fully supported by plot tools?
Let's say that with basic fitting, you wanted to fit a quadratic (y = a(1)*x^2+a(2)*x+a(3)) to your data. If the x data was doub...

2 months 前 | 0

已回答
Dealing with Duration format
Use detectImportOptions to see how MATLAB would decide to import the data by default based on the contents of the file. Once you...

2 months 前 | 0

已回答
Request to rehost MATLAB network license (1102419) to new server IP
Please contact Customer Service or Technical Support directly using this link.

3 months 前 | 0

已回答
Why are the functions constSincNet and SincNetLayer absent in the "Speaker Identification Using Custom SincNet" example?
Please click on the "Copy Command" button in the upper-right corner of the example page then paste that command into MATLAB and ...

4 months 前 | 0

| 已接受

已回答
webread can't read the table of a website
Are you trying to read in the data sets? If so I'd look at the "Download Dataset" link in the upper-right corner. Once you have ...

4 months 前 | 0

加载更多