Statistik
RANG
4.227
of 297.046
REPUTATION
12
BEITRÄGE
14 Fragen
8 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
9
RANG
14.762 of 20.422
REPUTATION
13
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
3 Dateien
DOWNLOADS
4
ALL TIME DOWNLOADS
112
RANG
of 157.776
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
blockAverage
Calculates an average of the 3x3 values around each node of the grid array A
mehr als ein Jahr vor | 1 Download |
Frage
Handling errors in parfeval processes
I am running a conventional parallel computing arrangement with a client and a number of workers. The client distributes jobs to...
fast 2 Jahre vor | 1 Antwort | 2
1
AntwortIs there a way to flush the output buffer in MATLAB when writing to a file?
A simple way to flush output to the diary file is to simply turn it off and on: diary off; diary on By default, tthe diary fun...
fast 2 Jahre vor | 0
Frage
Title is missing when saving a figure using print, saveas, exportgraphics, and printpreview
Context: When plotting images, I have often set the tick marks to face outward, where they are not obscured by the image. This c...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortWhy are there missing pixels in my "heat map" plot using pcolorm?
Suvansh, I regret to say that our discussion is not getting anywhere. You have the idea that the problem I described could be f...
mehr als 2 Jahre vor | 0
Frage
Why are there missing pixels in my "heat map" plot using pcolorm?
I am using pcolorm to produce a map showing annual mean precipitation in part of South America. I have found that pcolorm comm...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do I turn off arrowhead using quiverm (Mapping Toolbox)
I am trying to get quiverm (part of the Mapping Toolbox) to plot lines, without arrowheads. This option is available for quiver,...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
What does cyan marker indicate in the editor
I noticed that the editor in the 2020b version of Matlab will occasional show a cyan marker at the left side of a line. I have ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
GriddedInterpolant performance, meshgrid vs ndgrid formats
I have been using griddedInterpolant for a long time now. But, starting today, I got the following warning: Warning: Query data...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problem with text output during parallel computation
I have been working for a year now to solve a puzzling problem with text output produced during parallel computation with Matlab...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortGesendet
An extended version of the loess method
Estimates local regression estimates of y and dy/dx at specified x locations.
mehr als 4 Jahre vor | 2 Downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/bdbbbe0b-625f-4fa5-837f-e485e5c20d86/704d74a9-ead6-47df-9f61-978fa9ebd10c/images/1596406360.png)
Gesendet
Characterizing large variables using the mmm function
The mmm function provides a fast and comprehensive way to inspect Matlab variables, large and small.
mehr als 4 Jahre vor | 1 Download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/d9328880-ca19-4b82-851a-577915344483/eb6d21ea-1e7f-4fec-8a95-289f05217919/images/1596407380.png)
Frage
Using data cursor with pcolor
If one uses the data cursor on a pcolor plot, you will see three coordinates, X, Y, and Z, but the Z coordinate is always zero. ...
etwa 5 Jahre vor | 2 Antworten | 3
2
AntwortenFrage
Lambert vs. Lambert Standard
The Mapping Toolbox has two definitions for the Lambert Conformal Conic Projection: lambert and lambertstd. What is the differen...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortDouble vs Single Precision, Matlab in 2019
SINGLE PRECISON REVISITED I am writing with a follow up to my original question. I have now finished a bunch of testing with t...
mehr als 5 Jahre vor | 0
Using parfeval for sequential calculations
I have found what I think is the best way to use parfeval for sequential parallel calculations. Let me illustrate with a simple ...
fast 6 Jahre vor | 0
Frage
How are labs distributed across cores?
I have been running a large parallel job on a cluster at my university. Occassionally the file output will be missing a line of ...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortDouble vs Single Precision, Matlab in 2019
Walter, Yes, you are right... interp1 is supported for a range of types. I should have been more precise, stating only that so...
etwa 6 Jahre vor | 0
Frage
Double vs Single Precision, Matlab in 2019
Matlab defaults to double precision, but single precision is sufficient for many computational problems. In addition, single pre...
etwa 6 Jahre vor | 5 Antworten | 2
5
AntwortenFrage
Why no pasting allowed in "Matlab Answers"?
The editor for Matlab Answers apparently no longer allows pasting text from another source. I commonly will write notes to mysel...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortInitial Guess for Bvp4c
This is an old question (2014), but it represents an issue that probably continues to puzzle others (including me today). The ...
etwa 6 Jahre vor | 0
Switch -- How to specify interval of cases?
Much cleaner solution is to set switch to true. I use this approach all the time given that the "switch" construction is easier ...
mehr als 6 Jahre vor | 2
How to convert a structure into a individual double elements
Consider a struct A, with fields a and b, each with a column of elements. You can convert the fields into column vectors using t...
etwa 7 Jahre vor | 0
Frage
Using parfeval for sequential calculations
In the Matlab documentation, all of the examples for parfeval function use a similar implementation, where the full set of jobs ...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Treatment of special characters and ascii codes
Matlab has nice support for special characters but the usage is complicated and incomplete. I have been using matlab extensively...
mehr als 12 Jahre vor | 1 Antwort | 0