Community Profile

photo

dmfwlansejr


Last seen: 9 months ago|Active since 2020

Statistics

  • Thankful Level 3
  • Explorer

View badges

Content Feed

View by

Question


How to receive UDP packet in Simulink?
I have design Local IP : 192.168.1.6, Local port : 51001 Remote IP : 169.254.234.133 Remote port : 51000 ...

9 months ago | 0 answers | 0

0

answers

Question


Basic UDP Communication in Simulink
In web : https://kr.mathworks.com/help/instrument/basic-udp-communication.html following Enter open_system('demoinstrsl_udpco...

9 months ago | 0 answers | 0

0

answers

Question


I have 2 ip tested, but have no response
I have test loopback address "127.0.0.1" >> echoudp('on',4012) u = udp('127.0.0.1',4012); fopen(u); fwrite(u,65:74); A = ...

9 months ago | 0 answers | 0

0

answers

Question


How to receive tcp/udp packet?
PC_A : shoot packet (Colasoft packet builder) PC_B : receive it (Wireshark) Wireshark received it but Matlab is an error(not c...

9 months ago | 0 answers | 0

0

answers

Question


How can I mouse pick up and move
For example, in following figure I want to pick up the ball and move the position by mouse! example code or matlab functio...

9 months ago | 1 answer | 0

1

answer

Question


How to Cell indexing
X1=11; X2=22; u{1}=[X1,X2]; >> u{1} ans = 11 22 How to index 'one' element(ex: '11' or '22')

9 months ago | 2 answers | 0

2

answers

Question


How to remove Line trace
I have moving two ball point and connected them But, like following figure, trace remain How to remove line trace

9 months ago | 0 answers | 0

0

answers

Question


How to add 3th moving ball
2 Ball is moving I want to add 3th moving ball (start position (0,1)) How to is it? Following is My Code :(For operate,...

9 months ago | 1 answer | 0

1

answer

Question


plot graph, and add value
Moving Boll to arrow direction output is medium value But output is string print, How to value printing output=((x_...

10 months ago | 1 answer | 0

1

answer

Question


How to make a={'1','2','3','4'} to b={'1234'}
a={'1','2','3','4'} make to b={'1234'}

10 months ago | 3 answers | 0

3

answers

Question


How to place data in UItable second row
set(handles.uitable,'data',MAC); MAC= {'6216'} {'23'} {'BEC5'} {'9ECB'} {'BDE5'} {'20'} {'8EA6'} {'94...

10 months ago | 1 answer | 0

1

answer

Question


如何让在popupmenu, 2行项目
In popupmenu, 2 lines item ex) First -> FCF 2 Byte Second FCF ...

10 months ago | 0 answers | 0

0

answers

Question


In Guide, How to insert Tab design
I find it following -------------------------------------------------- f = uifigure; tgroup = uitab...

10 months ago | 0 answers | 0

0

answers

Question


array element concatenation, blank remove
p=[1,0,0,0,0,0,1,0] p= 1 0 0 0 0 0 1 0 This is 1 row,1 colimn I wnat to make p= 10000010 , blank removed. This is 1 row...

10 months ago | 2 answers | 0

2

answers

Question


Bit Concatenate
if r=[0,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0]; then I wnat r=0001001001001000 or '0001001001001000'

10 months ago | 0 answers | 0

0

answers

Question


In Guide, How to make Multi-line uitable column
I find it uitable('data',magic(3), 'ColumnName',{'Maximal|draw/gain', 'Coefficient|of elasticity', 'ABC| 0/2 '}); But, How...

10 months ago | 0 answers | 0

0

answers

Question


How to design red circle in the guide
In the guide, When the event happen Yellow, Red circle bright !

10 months ago | 0 answers | 0

0

answers

Question


In the Guide, Table column size.
In the Guide, Minum table column size is 2. Row is Changed it. But, I cannot change size of table column. I want to 5 ro...

11 months ago | 0 answers | 0

0

answers

Question


In Guide, How to add border
In static text, how to add border line Like this

11 months ago | 1 answer | 0

1

answer

Question


'123' to 123
A='123'; i want convert to number 123 A=123

11 months ago | 1 answer | 0

1

answer

Question


Table in Guide, Start number
Following is starting number '1',2,3,4,5,6 This is auto make it I want to start at '0',1,2,3,4,5 How to make it in the g...

11 months ago | 1 answer | 0

1

answer

Question


How to make Cell array ?
A= 3×1 cell array {'02'} {'42'} {'11'} B= 3×1 cell array {'D7'} {'24'} {'77'} How to m...

11 months ago | 1 answer | 0

1

answer

Question


char array to pick
a = 5×3 char array '25A' '107' '28E' '2B1' '2EC' %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% I want to pick a(...

11 months ago | 1 answer | 0

1

answer

Question


How to display serial port setting?
例如InputBufferSize: xxx BytesAvailable:xxx etc....

11 months ago | 1 answer | 0

1

answer

Question


Serial Port Close and Open
I have design in GUIDE First, I Write and Read. It's OK! Second, I Write and Read => Write is OK! (The Board has LCD ...

11 months ago | 0 answers | 0

0

answers

Question


What is the mean?
fileid = fopen('File.txt','r'); <---File.txt is Ascii File B = fread(fileid,[21 inf]); B = B'; => What is the (B = B'...

11 months ago | 1 answer | 0

1

answer

Question


How to edit "Function createComponents"?
How to edit "Function createComponents"?

11 months ago | 1 answer | 0

1

answer

Question


In uitable, input data direct display
In uitable GUI, number input for direct display example mlapp code give me?

11 months ago | 0 answers | 0

0

answers

Question


How to input data in listbox
In App Designer How to input data in the listbox Give me example mlapp file or code !

11 months ago | 1 answer | 0

1

answer

Question


num to uint8 output, How to as=num, uint8 output
>> 0x10 ans = uint8 16 >> as=10; >> 0xas <-This is an Error How too make output uint8 16 Variable 'as' must...

11 months ago | 1 answer | 0

1

answer

Load more