photo

Callum Clarke


APEM

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

7 个提问
2 个回答

Cody

0 个问题
3 个答案

排名
5,064
of 300,991

声誉
10

贡献数
7 个提问
2 个回答

回答接受率
57.14%

收到投票数
5

排名
 of 21,133

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
75,557
of 172,260

贡献数
0 个问题
3 个答案

评分
40

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

已解决


How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...

8 years 前

提问


getting data types of table
I want to compare data types of each column of a table against a cell array of column header-data type pairs, with the end goal ...

9 years 前 | 2 个回答 | 4

2

个回答

提问


Setting mixed table data as empty
I have a table of mixed data, strings and doubles, and I need the ability to set particular entries as empty. Now as each column...

9 years 前 | 2 个回答 | 0

2

个回答

提问


readtable using space as unwanted delimiter
I have a CSV that includes a field containing multiple numbers separated by spaces that I would like to read as a single column....

9 years 前 | 2 个回答 | 0

2

个回答

已回答
raising negative number to a power
Just put your negative values in brackets: (-1.5)^2 = 2.2500 In your case Matlab is applying the sign afterwards, as it ...

9 years 前 | 1

| 已接受

提问


Setting RGB image CData to greyscale image colourmap wrong
Changing the CData on an RGB image to a greyscale image causes incorrect colours (shades of red). I'm assuming it's something to...

9 years 前 | 1 个回答 | 0

1

个回答

已解决


Add two numbers
Given a and b, return the sum a+b in c.

9 years 前

已解决


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

9 years 前

提问


Zooming image with no border
I have a window that shows an image that I need to zoom in and out on, but I would like to get rid of the grey border that frame...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
handles not being updated with guidata in callback
The problem was actually that the first call to drawRulerLabels in rulerPushButton_Callback was updating the handles, but the co...

9 years 前 | 0

提问


handles not being updated with guidata in callback
The following code creates a ruler (imdistline) and defines a callback function on position change, so I can have a label move a...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Assigning cell to variable only assigns first value
I have a function designed to return a string by comparing an input string against a predetermined array defining pairs of value...

9 years 前 | 1 个回答 | 0

1

个回答