photo

Jasmine


University of Bath

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

2 个提问
5 个回答

Cody

0 个问题
33 个答案

排名
3,025
of 299,793

声誉
20

贡献数
2 个提问
5 个回答

回答接受率
50.0%

收到投票数
6

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
15,955
of 165,966

贡献数
0 个问题
33 个答案

评分
330

徽章数量
3

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

Feeds

排序方式:

提问


GUI closing unexpectedly once published as an application?
Hi, I have written a fully working GUI. I then wanted to add more functionality by bringing up a further GUI when a push button ...

11 years 前 | 1 个回答 | 0

1

个回答

已回答
How to communicate with instrument using USB port
Sounds like it is a terminator property problem. Try: set(s,'Terminator',<cr><lf>); and change your code to: s = se...

11 years 前 | 0

已回答
How to communicate with instrument using USB port
First you'll need to open of the port. See *fopen(serial)* for help with this. You should be able to work out which COM port you...

11 years 前 | 1

已回答
Default matlab version when several installed on the same pc?
Have you tried going into your normal MATLAB working folder using windows explorer and right clicking on any .m file selecting o...

11 years 前 | 0

| 已接受

已回答
GUI - What is the best language to make a commercial version?
Try typing *applicationcompiler* at MATLAB's command line.

11 years 前 | 2

提问


Cannot create serial port: Error using serial (line 120)?
Hi, I have been using MATLAB to connect to a virtual USB serial port for the past few months. However, today I have started to g...

11 years 前 | 0 个回答 | 0

0

个回答

已回答
How to plot a trapezoidal pulse in Matlab?
function [] = trapezoidal_pulse (rise_time, fall_time, height, length) pulse = zeros (2, 4); pulse(1,2)=height; pulse(2...

11 years 前 | 3

| 已接受