photo

dpb


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

Followers: 3   Following: 0

消息

统计学

All
MATLAB Answers

57 个提问
6,873 个回答

File Exchange

1 文件

Cody

0 个问题
1 个答案

排名
12
of 300,000

声誉
18,430

贡献数
57 个提问
6,873 个回答

回答接受率
17.54%

收到投票数
2,809

排名
17,286 of 20,860

声誉
4

平均
0.00

贡献数
1 文件

下载次数
3

ALL TIME 下载次数
30

排名
110,579
of 166,926

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Submission
  • Revival Level 2
  • First Review
  • Master
  • Thankful Level 3
  • 36 Month Streak
  • Knowledgeable Level 5
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
How to interpolate 10 csv files with different x,y,z into a common grid and average them in MATLAB?
OK, I'm back!!! <g> d=dir('*.csv'); N=numel(d); mn=nan(1,3); mx=mn; % min, max overal...

1 day 前 | 0

已回答
Command window in MATLAB 2025a doesn't remain undocked, and it doesn't have a toolbar anaymore
It is irrevocable that Mathworks is committed to the new desktop going forward. I would recommend <What's behind the new deskto...

2 days 前 | 0

已回答
Error when checking data points in plot
That you are seeing the same issue in both R2022b and R2024b would tend to indicate something incompatible in your system rather...

3 days 前 | 0

已回答
How do i fix this error?
Paste the code as text and the complete error message; can't do anything with an image. The statement f=zeros(num_pipes,1); c...

4 days 前 | 0

已回答
UniqueTol Exclusion of Similar Points
"...end up breaking if spots were removed because the index nn would eventually get larger than the current table height." for ...

4 days 前 | 1

| 已接受

已回答
LAPACK: Unable to determine CPU type -> AMD 9950X
Submit this to Mathworks as an official support request/bug at <Product Support Page>. Provide a minimum working example that c...

4 days 前 | 0

已回答
MathWorksProductInstaller throws no error, installation does not continue to session key or license verification stage
Answers is not an official support channel and only Mathworks can help with install/licensing issues. Contact Mathworks at <Pro...

4 days 前 | 0

已回答
Remove whitespace in Legend with Latex Labels
Cl=linspace(-1,1.4).'; Cm=linspace(4,3.2); Cm=repmat(Cm,8,1).'; Cm=Cm+[0 -0.075 -0.2 -0.255 -0.4 -0.455 -0.6 -0.655]; f=figur...

5 days 前 | 2

| 已接受

已回答
Gabriel Peyré’s Fast Marching Toolbox
It appears that if you go to the Version History tab and use the download link for the BSD license V 1.1.0.0 instead there are s...

6 days 前 | 0

| 已接受

已回答
using standalone app designer how to print figure using pushbutton ,thanks .
Include print in the callback function of your button. You will have to inform your users that the printer will have to first b...

6 days 前 | 0

已回答
R2017b GUIDE does not create callbacks
I installed R2017b w/ update 9 and it seems to create the callback code just fine...did you install the last update? While I wa...

7 days 前 | 0

已回答
How can I insert breakpoints and implement debug step-by-step execution when running the FFE class functions in Serdes Designer Tools?
See and explore the <Test and Debug Simulations> documentation. In it you'll find that the simulation needs to be run under the...

7 days 前 | 0

已回答
Readall stops because of non-existing data, Can I skip these?
A workaround until somebody can come up with the clean answer function fixupmissingfields(infile,outfile) % substitute NA int...

9 days 前 | 0

| 已接受

已回答
The file genGPZserdesADCCEI224G_MR.m is missing.
Submit this to Mathworks as an official support request/bug at <Product Support Page>. Since the Answers forum is not an offici...

9 days 前 | 0

已回答
please help me to add legend in run figure as attached photo
function sol= proj clc;clf;clear; myLegend1 = {}; rr = [0 0.5 1 1.5 2]; numR = numel(rr); m = linspace(0,30); alfa=0.6; L...

9 days 前 | 1

已回答
Force arrays to print to screen without multiplier
vProduct = 1.0e+03 *[ 0.0048 0.0076 3.1440 -0.0049 0.0076 3.9840 -0.0017 0.0076 -0.6840 -0.0...

9 days 前 | 2

已回答
I keep getting the following error message: Execution of script Dummy as a function is not supported: C:\MusicalSoundAnalysis\Analysis\Dummy.m
The function keyword is missing the final "n" so it won't be recognized; hence, MATLAB thinks Dummy.m is a script and not a func...

10 days 前 | 0

已回答
How do I access field name elements from structure?
m = dir([source,'/*.MAT']); for i=1:numel(m) fn=fullfile(m(i).folder,m(i).name); ... end Congratulations on the use of ...

10 days 前 | 1

| 已接受

已回答
Serial function and -nojvm?
It's not documented whether the serialport implementation does or does not use the Java component and since Mathworks has remove...

10 days 前 | 1

| 已接受

已回答
Audio meter horizontal bug in App Designer
Not unless it is submitted to Mathworks as an official support request/bug at <Product Support Page>. The Answers forum is not ...

10 days 前 | 0

| 已接受

已回答
Windows dark mode problem in app designer
R2025a introduced some new features to at least begin to handle this -- see <Design Graphics and Apps for Different Themes> as a...

10 days 前 | 0

| 已接受

已回答
Plotting a 2D array of values as discrete squares without interpolation
OK, I finally went and looked at File Exchange because I figured somebody else had already gotten fed up with bar3 issues and it...

21 days 前 | 2

已回答
What is the fastest way to swap large blocks of data between RAM and disk storage?
The fastest would be straight binary transfer with fwrite and fread function n=writeVariable(x,where) fid=fopen(where,'w'); ...

21 days 前 | 1

| 已接受

已回答
MATLAB R2025a on Windows 11 [background open after closed]
While this <has been reported previously>, if you have ensured you have installed the latest release and the problem still exist...

22 days 前 | 0

| 已接受

已回答
Matlab unable to parse a Numeric field when I use the gather function on a tall array.
It appears it is detectImportOptions that is having the problem -- apparently it tries to read the whole file into memory first...

22 days 前 | 2

已回答
why exportgraphics fails to print the legend when the content type is vector and the legend is latex interpreted?
@Shantanu was on the right track, but not quite correct to produce the intended result... The <documentation on special charact...

23 days 前 | 0

已回答
Hi all, I want to be a able to paste data in any column all at once not cell by in MATLAB APP table.
Haven't tried it, but if it is possible, it will be something on the order of ... tbl=uitable(app.Figure,'Data',T_fixed); % s...

24 days 前 | 0

已回答
Change color of diagonal bars (1,1), (2,2), (3,3)... in bar3
load N %[N, Xedges, Yedges] = histcounts2(Xvals, yVals, [7, 7]); h = bar3(N) h(1) There is only one surface per row so there...

25 days 前 | 0

| 已接受

已回答
Sort Internal Variables in FMU
exportToFMU documentation has no input parameter to control the output order of saved variables, no. I suspect the order will b...

25 days 前 | 0

| 已接受

已回答
How can I add a backup an option, addSaveCallback, to save a timestamped version of my file, to the MATLAB editor?
I "know nuthink!" about using the programmatic interface but it appears it doesn't have exposed properties for callback function...

1 month 前 | 0

加载更多