Statistics
9 Questions
0 Answers
RANK
181,366
of 295,448
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
44.44%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Matlab GUI: Reading from Serial port and showing in different listboxes at the same time
I am working with serial port and multiple list boxes to read data in serial port. The listboxes are used to read specific data ...
10 years ago | 0 answers | 0
0
answersQuestion
Matlab GUI: Showing data from COM port in listbox without using any push button
I Want to display, in listbox, the data received in COM port. I can show the incoming data in listbox using push button. The dat...
10 years ago | 2 answers | 0
2
answersQuestion
Timer encounters error on non-structure array
Trying to use Timer in GUI. While attempting in following code it is showing error. function main_OpeningFcn(hObject, eve...
11 years ago | 1 answer | 0
1
answerQuestion
Incorrect subtraction value in Matlab GUI
I am working with COM port and I am getting a value (e.g. temperature value) from COM. Now when I am trying to subtract a specif...
11 years ago | 1 answer | 0
1
answerQuestion
Ciphertext is not as desired for RC4 in Matlab
I am trying to implement an RC4 implementation in Matlab. I want to encrypt a message (e.g. 'encrypt12') with a key(e.g. 'key')....
11 years ago | 0 answers | 0
0
answersQuestion
Matlab source code for RC4 algorithm
I am looking for a Matlab code for RC4 encryption but can not find. Can anyone suggest or provide me RC4 encryption code in Matl...
11 years ago | 0 answers | 0
0
answersQuestion
how to replace the variable value permanently
I am trying to update a variable value permanently. I want to make a GUI where there will be a button which would have variable'...
11 years ago | 2 answers | 0
2
answersQuestion
Converting double and integer value to logical array
I have looked for a clue on converting to logical array but could not find. My code: function w = funcmake(n,k) sc =...
11 years ago | 2 answers | 0
2
answersQuestion
Matlab rejects string with single quotation even after using strrep
I am working with serial port and a simple GUI to send a particular string to the serial port. The value will change the destina...
11 years ago | 1 answer | 0