photo

Jasmine


University of Bath

Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

2 Questions
5 Answers

Cody

0 Problems
33 Solutions

RANK
2,985
of 297,503

REPUTATION
20

CONTRIBUTIONS
2 Questions
5 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
6

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
15,156
of 159,017

CONTRIBUTIONS
0 Problems
33 Solutions

SCORE
330

NUMBER OF BADGES
3

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


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

10 years ago | 1 answer | 0

1

answer

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

10 years ago | 0

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

10 years ago | 1

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

10 years ago | 0

| accepted

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

10 years ago | 2

Question


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

10 years ago | 0 answers | 0

0

answers

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

10 years ago | 3

| accepted