photo

James Boyle


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
19,200
of 300,217

声誉
2

贡献数
10 个提问
0 个回答

回答接受率
70.0%

收到投票数
2

排名
 of 20,892

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,681

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to position an image in a Word doc using activex?
I can add an image to my document by using selection.InlineShapes.AddPicture([pwd '/myimage.png'],0,1); I can position...

8 years 前 | 1 个回答 | 2

1

个回答

提问


Change font value of uitable headings in GUI
I've added an image to highlight what I mean. I can change the font easily for the values in my table by using xtable.FontSize =...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Find a particular value in an Excel sheet (Activex or xlsread?)
I'm looking for a way to find the location of a specific element inside an Excel sheet, for example, I need my code to search th...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How do I add WordArt to an MS Word document using ActiveX in MATLAB ?
In Word there is an option to insert WordArt (for curved or rotated text etc). How can I add this to a document using ActiveX fr...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Using activex control for word - no spacing between paragraphs
Word seems to default to paragraphs taking up two spaces. I wan it to make a MATLAB code that will generate a report, but when I...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Remove borders around a push button in GUI
As from the image, I would like to remove the white/grey border that exists around a uibutton in a matlab GUI. I have tried t...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How do I delete an entire row from Excel from MATLAB?
Ultimately I want to delete an entire row from an excel file (say, row 10) and shift the rows 11 onwards up so that there isn't ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Uitable gui different size on different computers
I have a table of data in my gui that displays fine and where I want it to be. However when run on a different machine, the tabl...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Create a diagonal text box in GUI (rotate axis)?
I'm trying to create a text box within my GUI (not using guide) that is at an upward 45 degree angle to the positive x-axis. ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Remove duplicate values, but keep the initial
For example, i have x = [0 0 0 1 1 0 0 0 1 0 1 0] I want the index of the first zero or one, but not the duplicates. So...

8 years 前 | 2 个回答 | 0

2

个回答