Mike D.
Followers: 0 Following: 0
I've been using Matlab since 1994.
Statistics
RANK
2.122
of 295.448
REPUTATION
30
CONTRIBUTIONS
11 Questions
7 Answers
ANSWER ACCEPTANCE
72.73%
VOTES RECEIVED
16
RANK
of 20.227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Convert C code to Matlab code for reading binary file
I'm looking for help reading a binary file in the most efficient way (fast). Here is the C-code. Thanks. #define MAX_LAYERS ...
meer dan een jaar ago | 1 answer | 0
1
answerQuestion
Determine if a point is over land or water
Given a point (latitude, longitude), is there a function or easy way to determine if the point is over land or over water? I co...
meer dan 3 jaar ago | 2 answers | 0
2
answersQuestion
add boldface text to text area
How do I add a new line to text area that is bold-face, while not having all lines bold-face? app.TextArea1.Value = [{sprintf('...
meer dan 3 jaar ago | 1 answer | 1
1
answerQuestion
get a field value from all elements of a structure
If I have a structure s with a field A(1) and A(2) and A(3), where each of these A fields has a field B, I can type: s = struct...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
UIAxes plot vs Axes plot in App
I'm somewhat new to App Designer, but have made lots of programmatic GUIs. I have an App GUI that creates plots. My plots use ...
bijna 4 jaar ago | 1 answer | 1
1
answerLog scale for radius axis in a polar plot
Here is how I created a logarithmic RAxis for altitudes: hAx2 = polaraxes(hFig,'OuterPosition',AxOutPos2,'ThetaAxis...
bijna 4 jaar ago | 0
UITable with both char and numeric data
I think I figured it out. The Data property must be Cell array which can be a mixture of data types: data = {'text1', 4e6, 'fi...
ongeveer 4 jaar ago | 1
| accepted
Question
UITable with both char and numeric data
I know you can have a UITable with all cell array data, and you can have one with all numeric data, but I want a mix of both in ...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
Change or Add to greyed-out areas in App Designer
In the Design View, when I add a UI control, such as a Tab Group, it auto adds code such as: % Create TabGroup app.TabGroup = ...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
rotate polygon in geographic axes
I have a n-sided polygon with vertices as (lat,lon) coordinates. I plot this on a geographic axes. I want to rotate it and end...
meer dan 4 jaar ago | 1 answer | 0
1
answerOverlay polygon on geographic axes
What if you had (lat,lon) coordinates of the polygon you wanted to overlay? It looks like your x and y coordinates might be no...
meer dan 4 jaar ago | 8
Question
find() not as expected
I have a numeric 2D array called A with time in the first column (from zero to 2 minutes every 0.01 seconds). I want to find th...
meer dan 5 jaar ago | 1 answer | 0
1
answerCreating a multidimensional table
Works great, thanks. When I plot all thousand tables, each having thousands of rows and multiple columns, I couldn't do it with...
meer dan 5 jaar ago | 0
Creating a multidimensional table
T = table(T1,T2,T3) only works if all three tables have exactly the same number of columns AND exactly the same number of rows, ...
meer dan 5 jaar ago | 0
How do I plot points on a map in matlab?
geoshow(LAT, LON, 'DisplayType', 'Point', 'Marker', '+', 'Color', 'red');
ongeveer 6 jaar ago | 4
Why we can't directly delete Legend entries?
What if you didn't want to delete the curves/lines from the plot, but only wanted certain things deleted from the legend?
ongeveer 6 jaar ago | 1
Question
Why isn't 95.77-95.68 = exactly 0.09?
I guess I expected 95.77-95.68 to be exactly 0.09, just as I expected 3*(1/3) to be 0.9999999999, but I was wrong on both! More...
meer dan 6 jaar ago | 1 answer | 0
1
answerSolved
Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...
bijna 7 jaar ago
Solved
Basic electricity in a dry situation
⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ &#...
bijna 7 jaar ago
Solved
Energy of a photon
*⚛ ☢ ⚛ ☢ ⚛ ☢ ⚛* Given the frequency F of a photon in giga hertz. Find energy E of this...
bijna 7 jaar ago
Solved
How to subtract?
*± ± ± ± ± ± ± ± ± ± ±* * Imagine you need to subtract one...
bijna 7 jaar ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
ongeveer 8 jaar ago
Question
Best method in getting a figure from R2015 to MS Word
Before R2014b, I used to select Edit->Copy Figure in Matlab and then Ctrl-V in Word to paste (with the Copy Option being "Preser...
meer dan 9 jaar ago | 1 answer | 0