photo

Nathan


Last seen: Today Active since 2023

Followers: 0   Following: 1

Statistics

All
MATLAB Answers

1 Question
4 Answers

File Exchange

1 File

RANK
7,972
of 300,352

REPUTATION
6

CONTRIBUTIONS
1 Question
4 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
2

RANK
20,311 of 20,928

REPUTATION
0

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
1

ALL TIME DOWNLOADS
1

RANK

of 168,212

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Submission
  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Submitted


dict
Dictionary implementation in Matlab, based around java.util.HashMap()

13 days ago | 1 download |

0.0 / 5

Answered
How can you plot multiple, superimposed traces such that where traces overlap, the background trace is faded?
Hi Stephen, You can achieve this using 'waterfall' on your data, setting the FaceAlpha property to some fractional number, and ...

5 months ago | 1

Answered
Why I got an error like :"Not enough memory resources when MATLAB runs on a super computer with 512GB RAM
Hi Ismael, Your script seems to be working with an excel COM object created by an actxserver call, and then writing your table....

6 months ago | 1

| accepted

Answered
How to design a lowpass filter using rectangular windowing ??
Hello, The rectangular window has a uniform (1) value, as opposed to something like a Hamming window. There is usually nothing ...

6 months ago | 0

Question


mexcuda compiler error: "__global__" does not apply here
I'm writing a MEX CUDA function that performs the distance formula as: for each pixel of an image, where the pixel locations ar...

1 year ago | 1 answer | 0

1

answer

Answered
C++ MEX Data API: How can I get the raw pointer of an array input without copying it?
Hi there! Turns out there's another way to do this, that's faster for large arrays, although you need to know the number of dime...

2 years ago | 0