photo

JangHo Cho


Korea University

2015년부터 활동

Followers: 0   Following: 0

메시지

Ph.D Candidate

통계

MATLAB Answers

9 질문
4 답변

순위
21,609
of 300,765

평판
2

참여
9 질문
4 답변

답변 채택
55.56%

획득한 표
2

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to interpolate GPS data for use in Kalman Filter?
Can you show the model of INS sensor(used in Kalman Filter?) You don't need to show all the MATLAB code, if you use Simulink and...

9년 초과 전 | 0

답변 있음
TCP/IP connection is very slow when using fscanf to read from other computer
In my case, I use fwrite and fread instead of fprintf and fscanf. Sending site : A = [1 3 4 2 5 7]; fwrite(t, A, 'flo...

대략 10년 전 | 0

질문


How can I receive data via TCP/IP in GUI interface?
Hi, I'm working with MATLAB to communicate with other PC which also using MATLAB. TCP/IP communication is successful. GUI Cre...

대략 10년 전 | 답변 수: 1 | 0

1

답변

답변 있음
preallocation of structure array for MATLAB coder
Thank you. It works! That's what I wanted. :)

10년 초과 전 | 0

답변 있음
How we can get the pixel values of an object in an image in matlab??
Let's say your picture has 300 x 150 pixels and RGB color. you can read the image by using imread() function image = imread(...

10년 초과 전 | 0

질문


preallocation of structure array for MATLAB coder
Hi, I'm using MATLAB coder to convert my image processing routine in MATLAB. I read several articles here about structure ar...

10년 초과 전 | 답변 수: 2 | 1

2

답변

질문


randn() function generates the same sequence whenever I called it.
Hello, I used MATLAB coder for converting .m files to C files. All the things are O.K. except randn() function. The probl...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


I met 'Function call Failed' error while I convert .m files to C with MATLAB coder.
Hello. I'm trying to convert my .m files to C code with MATLAB coder. Many things should have been changed. Anyway, look ...

10년 초과 전 | 답변 수: 0 | 1

0

답변

질문


Does MATLAB Coder support 'persistent' variables?
Hello again. I have another problem with MATLAB coder. Here is the code. Function C_td = make_CA_matrix(C_array, A_arra...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


I got an 'Could not find initial value for global variable' error message when I build a MATLAB function with MATLAB coder
Hello, I'm trying to get a auto-generated code for a MATLAB function. Many things happened and I coded again to fit it to MA...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can I convert MATLAB function whose inputs and outputs have(variable-size)MATRICES?
Hello, I'm studying MATLAB Coder and I want to convert a function that has MATRICES inputs and a MATRIX output. Let's say...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


What's the difference between MATLAB function block and Interpreted MATLAB function block?
Hi, I'm studying MATLAB function Block and I have some questions. There is another Block in User-Defined Block Library, Inter...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


I can't connect the Raspberry Pi 2 board with command "raspi('192.168.0.33,'pi','raspberry');"
Hello, I purchased a raspberry pi 2 board recently and I want to connect it to MATLAB. I used 'raspi' function like this myp...

10년 초과 전 | 답변 수: 1 | 0

1

답변