photo

dpb


Last seen: Today 2012 年からアクティブ

Followers: 3   Following: 0

統計

All
MATLAB Answers

57 質問
6,908 回答

File Exchange

1 ファイル

Cody

0 問題
1 解答

ランク
12
of 300,365

評判
18,526

コントリビューション
57 質問
6,908 回答

回答採用率
17.54%

獲得投票数
2,823

ランク
17,199 of 20,933

評判
4

平均評価
0.00

コントリビューション
1 ファイル

ダウンロード
5

ALL TIME ダウンロード
33

ランク
111,334
of 168,262

コントリビューション
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

表示方法

回答済み
Change directory for printing Command window to PDF
I can find no defined settings for the Command Window print function; one would think there should be a way to select the output...

1日 前 | 0

回答済み
How to add an image with overlaid text using System Object method getIconImpl(obj)?
As you're aware, there's no indication of support the syntax you propose of more than one argument to matlab.system.display.Icon...

7日 前 | 1

| 採用済み

回答済み
MATLAB Online: PNG exports are solid black rectangles + tiny EPS/FIG files — anyone else?
I think you'll need to submit this to Mathworks as an official support request/bug at <Product Support Page>. You'll need to pr...

7日 前 | 1

| 採用済み

回答済み
Is there any way to increase the fonts of the menus in Matlab 2025a for Linux?
Undoubtedly the difference in behavior is related to the new desktop. Submit this to Mathworks as an official support request/b...

7日 前 | 0

回答済み
Why Doesn't a Symbolic Matrix Equation Simplify Until After Applying subs() ?
I'd suggest your best chance for a definitive answer plus for there to be any chance of behavior more as you would like you shou...

10日 前 | 0

| 採用済み

回答済み
Efficiently assign data into a struct?
If I were doing this, I think I'd approach it more like % Random data set data = randi(1000, 19); % Finding size of data set ...

10日 前 | 1

回答済み
how to calculate common dates from two date arrays?
load dates clear ans dates1=[datetime(vertcat(dates1.dStrt),'convertfrom','datenum') datetime(vertcat(dates1.dStp),'convertfro...

10日 前 | 0

| 採用済み

回答済み
How can I rescale a patternCustom plot?
OK, I had some time to try to play around a little this morning when didn't have to interact with the local community college Fo...

10日 前 | 1

| 採用済み

回答済み
Increasing Size of Subplot
When you went from (guessing) a 3 or 4 x 2 layout to what appears to be 6x2, there simply isn't much room going to be available....

13日 前 | 1

回答済み
Reference files in Grader not visible
Check out a prior Q? that appears to be related/same at https://www.mathworks.com/matlabcentral/answers/support/549438-how-do-st...

13日 前 | 0

回答済み
Can I have more than one input variable in my startupfunction for an app?
"[C]an you illustrate it with a small example?" Attached are two blank apps, app1 and app2; the first that calls the second whi...

13日 前 | 0

回答済み
Do I need to install again after format ?
Just create a new shortcut on the desktop and browse to the location of MATLAB for the target. You may then have to browse to p...

14日 前 | 1

回答済み
readtable on xml with single line
Using the example to construct a sample table InsectSpecies = {'Monarch Butterfly';'Seven-spot Ladybird';'Orchid Mantis'; ... ...

14日 前 | 1

回答済み
How to generate a pareto plot with an ordered X-axis?
xyz=readmatrix('sample_data1.csv'); whos xyz xyz(1:10,:) numel(unique(xyz(:,1))) % how many unique values of first col...

16日 前 | 0

回答済み
MATLAB R2025b "savefig(...)" fails to save changed legend Position when existing .fig file is opened and edited.
% create and save an original plot with legend at 'Northeast' location hL=plot(0:10,rand(11,3)); hLg=legend(compose('Line %d',...

16日 前 | 0

| 採用済み

回答済み
What works in 2024 stopped with 2025: Latex interpreter
Submit this to Mathworks as an official support request/bug at <Product Support Page>. With the new nendering engine much seem...

17日 前 | 1

| 採用済み

回答済み
Toolboxes invisible in the file exchange list
A set of MATLAB functions despite being a comprehensive tool for a specific area is not formally a toolbox unless it is packaged...

17日 前 | 1

| 採用済み

回答済み
it takes soo much time to sign in
Contact Mathworks at <Product Support Page>, startup issues are supported. Picking up the phone is perhaps the best option. ...

19日 前 | 0

| 採用済み

回答済み
Simulink crash after installation 2024a
Submit this to Mathworks as an official support request/bug at <Product Support Page>. Mathworks supports intallation/startup i...

19日 前 | 0

回答済み
Issues creating a scatter graph
Depth and Magnitude are both tables, not the variables in the table. scatter(A.Depth,A.Magnitude) See the table "See Also" lin...

20日 前 | 0

回答済み
readtable - Reading dates and times from text file
%type data.txt opt=detectImportOptions('data.txt','ReadVariableNames',1,'VariableNamesLine',1) tData=readtable('data.txt',opt)...

20日 前 | 1

回答済み
Plot GUI Lag and Double Rendering When Zooming or Panning in MATLAB R2025b
" Could it be related to rendering changes in R2025b,..." I would hypotesize this is almost certainly related to the new render...

20日 前 | 0

回答済み
how to make an array which gives random value all the time u print the array
Without all the details of just what, precisely, is wanted, the basic idea would be to wrap the RNG call into a function so you ...

21日 前 | 1

回答済み
Storing vectors of different lengths
Hx = [36 72 108 144] % Height of building v = Hx./3*15 % Maximum shear force acting on the building V = arrayfun(@(h)[15:15...

22日 前 | 0

| 採用済み

回答済み
generate license for trial version of 2025a
This was Answered before at https://www.mathworks.com/matlabcentral/answers/2180349-i-have-downloaded-2025a-matlab-and-the-trial...

25日 前 | 0

回答済み
I am plotting a lot of surfaces, and the code is very slow, is there a faster/ more efficient way to plot this in a 3d graph?
>> N=500; M=150; >> [X,Y]=meshgrid(1:N,1:N); >> Z=repmat(peaks(N),1,1,M); >> tic;for i=1:size(Z,3), surf(X,Y,Z(:,:,i),Z(:,:,i...

25日 前 | 0

| 採用済み

回答済み
i have downloaded 2025a matlab and the trial session end up i want to extend trial
Mathworks may allow an extension if you request as an official support request at <Product Support Page> but you will have to be...

26日 前 | 0

回答済み
Feedback on R2025a interface
It is irrevocable that Mathworks is committed to the new desktop going forward. I would recommend <What's behind the new deskto...

27日 前 | 0

| 採用済み

回答済み
How to save a mixed data (strings and integers) from workspace into a matlab data file?
As example, I have a set of scripts the most basic two of which are BACKUP_WORKSPACE.m % Backup current workspace to "WORKIN...

27日 前 | 0

回答済み
Plot time-of day histogram for array of datetimes
With datetimes, use the duration class for times of day..

27日 前 | 0

| 採用済み

さらに読み込む