photo

Star Strider


Last seen: Today 自 2012 起处于活动状态

Followers: 60   Following: 0

消息

Hic sunt dracones! PROFESSIONAL: Physician (M.D.): Diplomate of the American Board of Internal Medicine; M.Sc. Biomedical Engineering: Instrumentation, Signal Processing, Control, System Identification, Parameter Estimation NON-PROFESSIONAL: Amateur Extra Class Amateur Radio Operator; Private Pilot, Airplane Single Engine Land, Instrument Rating Airplane; Gamer NOTE: I do not respond to emails or personal messages, unless they are about my File Exchange contributions. Time Zone: UTC-7 (Standard); UTC-6 (Daylight Savings/Summer)

统计学

All
MATLAB Answers

0 个提问
20,820 个回答

File Exchange

5 文件

Cody

0 个问题
1 个答案

排名
3
of 301,301

声誉
68,530

贡献数
0 个提问
20,820 个回答

回答接受率
0.00%

收到投票数
9,701

排名
2,561 of 21,236

声誉
676

平均
4.70

贡献数
5 文件

下载次数
8

ALL TIME 下载次数
6263

排名
114,527
of 173,897

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Scavenger Finisher
  • Most Accepted 2025
  • Most Accepted 2024
  • Solver
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 3
  • Most Accepted 2023
  • Most Accepted 2022
  • Most Accepted 2021
  • Revival Level 3
  • First Submission
  • Grand Master

查看徽章

Feeds

排序方式:

已回答
Curve fitting confidence intervals - discrepancy in manual CI plot and predint plot
Without knowing exactly what you did, be sure to use the full precision when you 'plug in the values'. If you use the precision...

1 day 前 | 0

已回答
How do I find the degrees of freedom of a cubic spline fit to calculate AIC and BIC
Your question intrigued me, and since the documentation doesn't address it, I looked it up. The degrees-of-freedom in a cubic s...

6 days 前 | 1

已回答
struct2table display 1 x l arrays compactly
It apparently exists in your structure as a row vector. You will need to convert it to a column vector by transposing it, first...

8 days 前 | 0

已回答
Crashd in Arch linux
You will need to Contact Support for this problem. Include a link to this post in your message to MathWorks.

8 days 前 | 0

| 已接受

已回答
Does MATLAB run on (just announced) MacBook Neo
It's not listed in MATLAB 2025b System Requirements for Mac yet. Check back later to see if it's been added.

12 days 前 | 0

已回答
How to draw the axis in the origin of the coordinate system?
Tweaking the properties of the xlabel and ylabel will put things the way you want them. (They are both text objects, so see tha...

15 days 前 | 1

已回答
How to dynamically change the colour of the points on 2-D curve based on a third variable?
I am not precisely certain what you want to do. If you want to plot specific points as well, one option sould be to use the sca...

16 days 前 | 1

| 已接受

已回答
How to include an arrow as text in the label of a plot?
Use respectively '\leftarrow ','\rightarrow', or \uparrow' or '\downarroa' depending on what you want. Example -- figure...

21 days 前 | 0

| 已接受

已回答
How can i save figures all at once when using the spotting assay quantification?
I can't find any specific references to 'spotting assay' or 'spot assay', so I don't know if they're specific to any toolbox. ...

27 days 前 | 0

已回答
Including jsbs in my Matlab code
Are you interested in using it with the Aerospace Toolbox? Since JSBSim is designed to run independently under several differen...

28 days 前 | 0

| 已接受

已回答
Plotting 2 graphs, in the same window (not using subplot)
If you are not supposed to use subplot, the only other option that comes quickly to mind is to use tiledlayout. Your code wou...

1 month 前 | 1

已回答
how to auto run the script after matlab start up
Put that command in your startup.m file. See the documentation on startup for details.

1 month 前 | 2

已回答
I want to use a Genetic Algorithm to predict the thickness value. Currently, my code runs and produces results where it hits upper bound and lower bound.
The reason is that the optimal values for the 'k0' and 'Q' parameter values are far outside the bounds that you set for them. U...

1 month 前 | 0

已回答
Issues with matlab on linux
Check MATLAB R2025b System Requirements for Linux to be certain your version is supported.

1 month 前 | 0

已回答
How do I choose the poles and zeros in order to calculate my TF from input & output data?
In a circuit synthesis course I took long, long ago in a galaxy far, far away, the poles are the frequencies where the imaginary...

1 month 前 | 0

| 已接受

已回答
Calculating Statistical Significance of Temperature Anomalies
There are at least two approaches (paired or unpaired), and two differen.test onsiderations t (parametric or nonparametric) to t...

2 months 前 | 0

已回答
frequency to time domain
Your code 'works' in the sensee that it appears to be appropriate and it does not produce any errors. However it does not giv...

2 months 前 | 0

已回答
Issue with PopulationSize in Genetic Algorithm toolbox
The problem is that the arguments to ga are defined by thier positions, and there have to be 10 arguments before the 'options' a...

2 months 前 | 0

| 已接受

已回答
How to apply Mann Kendall and sen slope?
I assume you are referring to Mann-Kendall Tau-b with Sen's Method (enhanced). You need the Statistics and Machine Learning Too...

2 months 前 | 0

| 已接受

已回答
Formating strings using named tokens
I am not exactly certain what you want. Using an anonymous function is one option -- DMY = @(d,m,y) sprintf('%02d-%02d-%4d'...

2 months 前 | 0

已回答
Facing problem with plot function
The first and last p[oints apparently have the same coordinates. If your data ars sorted, for example by the x-coordinates, r...

2 months 前 | 0

已回答
Help for an on-air program
See: RF Propagation - MATLAB & Simulink - MathWorks to begin with. The Radar Toolbox or the RF Toolbox could be appropriate f...

2 months 前 | 0

已回答
Dealing with noise artifacts in EEG signal
I do not have your signal to work with. My approach would first to use the isoutlier function, then the rmoutliers function t...

2 months 前 | 1

| 已接受

已回答
Reading in Numerical Data from a Text File
You can certainly use textscan for this. I cannot determine the reason you are having probnlems getting textscan to run, sinc...

2 months 前 | 1

已回答
imtile does not work with cell array of images
It seems obvious -- immag = 1×4 cell array {1×1 Image} {1×1 Image} {1×1 Image} {1×1 Image} >> otta=imt...

2 months 前 | 0

已回答
Adding multiple function plots to a single figure with subplots - MATLAB
I am not certain what you intend by 'merge the plots'. Note that you need to load a .mat file to use its contents. Consider ...

3 months 前 | 0

已回答
why can I only edit one script?
You should be able to have multiple Editor tabs available so that you can edit a script in each tab. In the Editor and with t...

3 months 前 | 1

已回答
interp1() returns a plot with empty sections
The 't' variable seems to be undefined, and we do not have 'grade.xlsx' to work with. If 't' is beyond the limits of 't_grade...

3 months 前 | 1

已回答
Perfusionist nurse trying to lear fluids mechanics
I have not seen any posts here on the details of cardiovascular dynamics. I am not certain if Simscape Fluids can help you with...

3 months 前 | 0

| 已接受

已回答
enforce smooth parameter variation in model fit across space
It likely depends on your problem. If it involves integrating a set of nonlinear ordinary differential equations, and if the pa...

3 months 前 | 1

加载更多