도현 김 - MATLAB Central
photo

도현 김


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB AnswersCodyFrom 11/20 to 04/25Use left and right arrows to move selectionFrom 11/20Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 个提问
0 个回答

Cody

0 个问题
1 个答案

排名
185,706
of 298,292

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
96,578
of 160,775

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • Solver

查看徽章

Feeds

排序方式:

提问


How can I change the order of an N-dimensional array?
I have an array of size (300*1*6*1000). But I want to change the order of this array as below. (300*1*6*1000) >> (6*300*1*1000...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How can I convert deformation data into FRF using FFT?
I have deformation data. (unit: mm) (Time domain) Then, I want to obtain FRF data using FFT. As follow. How can I convert d...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How can I print the heatmap as grayscale?
A = rand(5) heatmap(A, option) I want to see heatmap in grayscale. OR Can I use 'saveas' to save in grayscale?

4 years 前 | 2 个回答 | 0

2

个回答

提问


How to remove box in heatmap ?
example ) plot(1:10) set(gca,'box','off') %%%%%%%%%%% i want ) h = rand(10) heatmap(h,'box','off') ...... but cannot u...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to convert RGB gcf to grayscale gcf ?
h = rand(10) heatmap(h) i want to using 'rgb2gray' without using imread. The mechanism I want is to create heatmap and set ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to save to .txt using WRITEMATRIX ?
M=ones(1,5) writematrix(M,'M.txt','Delimiter','tab'); >> 1 1 1 1 1 but i want to : 1.00000000000000e+000 1.000000000000...

4 years 前 | 1 个回答 | 0

1

个回答

提问


How to write _ in a plot legend?
xxx = {'a_b'} plot(1:5) legend(xxx) >> result is i want to 'a_b' in legend ....... How to write ??

4 years 前 | 3 个回答 | 0

3

个回答

已解决


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:...

4 years 前

提问


How can I rotate the Labels in Heatmap Chart ??
I want to rotate XLabels.... Help me , , ,,,

4 years 前 | 1 个回答 | 0

1

个回答