photo

Nathan


Last seen: 1 month 前 自 2023 起处于活动状态

Followers: 0   Following: 1

统计学

All
MATLAB Answers

1 个提问
4 个回答

File Exchange

1 文件

Cody

0 个问题
2 个答案

排名
6,004
of 300,753

声誉
8

贡献数
1 个提问
4 个回答

回答接受率
100.0%

收到投票数
2

排名
20,096 of 21,075

声誉
0

平均
0.00

贡献数
1 文件

下载次数
1

ALL TIME 下载次数
2

排名
90,846
of 170,858

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已解决


Angle Between Analog Clock Hands
Given a datetime variable t, return the angle (in degrees) between the hour and minute hands of an analog clock at the time repr...

1 month 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 month 前

已提交


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

1 month 前 | 1 次下载 |

0.0 / 5

已回答
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 ...

7 months 前 | 1

已回答
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....

8 months 前 | 1

| 已接受

已回答
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 ...

8 months 前 | 0

提问


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 前 | 1 个回答 | 0

1

个回答

已回答
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 前 | 0