
Jae-Hee Park
Hi Im Jae-Hee
Python, C++, C, C#, MATLAB
Spoken Languages:
English, Korean
Statistics
RANK
203 328
of 258 264
REPUTATION
0
CONTRIBUTIONS
9 Questions
3 Answers
ANSWER ACCEPTANCE
77.78%
VOTES RECEIVED
0
RANK
of 17 800
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
multi app designer wait function
Hi there! I am here to find answer! I make a app with app designer which have multi apps. When I start the App, GUI1 is app...
environ 5 heures ago | 0 answers | 0
0
answersQuestion
Plot rotation earth in real time with MATLAB appdesigner
Hi there I want to make a app using by app designer. when starting app with start time and end time, app shows the Earth 3D g...
5 jours ago | 0 answers | 0
0
answersSolved
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
5 mois ago
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
5 mois ago
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
5 mois ago
[app designer] UIAxes mouse moving delay.
I solved this problem. 내장된 좌표축 상호 작용 비활성화 - MATLAB disableDefaultInteractivity - MathWorks 한국 disableDefaultInteractivity(app....
5 mois ago | 0
| accepted
Question
[app designer] UIAxes mouse moving delay.
Hi there. I am trying to make a app that makes image on UIAxes sequensly. But when I moving a mouse pointer inside the image...
5 mois ago | 1 answer | 0
1
answer[App Designer]how to make endless loop program.
Geoff Hayes 2021년 12월 21일 13:12 @Jae-Hee Park - why is a while loop needed? When the new data is received, draw the image then...
5 mois ago | 0
| accepted
Question
[App Designer]how to make endless loop program.
I want to create an app that continuously receives input and displays new images. If I simply put a function that creates an im...
5 mois ago | 1 answer | 0
1
answer[app designer] Create callback function when a variable changed.
Use "ConnectionChangedFcn"
5 mois ago | 0
| accepted
Question
[app designer] Create callback function when a variable changed.
Hello I am here to find help I want to make a simple app which containing a Lamp in app designer. That Lamp turns green when t...
5 mois ago | 1 answer | 0
1
answerQuestion
sorting a cell array
I have a cell data like this cell = {3,1,6,[2,6,7],[4,10],10}; then i want to that cell becomes like this cell = {1,[2,6,7],3...
6 mois ago | 1 answer | 0
1
answerQuestion
how to disconnect tcp/ip connection?
I made tcp/ip server and client like this server = tcpserver('0.0.0.0',111); and another app cli = tcpclient('localhost',111)...
6 mois ago | 1 answer | 0
1
answerQuestion
How to make stanalone app with app designer for Macbook or Android or ios
Hi I making a app for Windows. but one of my friend asked me 'can you make ios app?' thus i wandering what it is posible maki...
8 mois ago | 1 answer | 0
1
answerQuestion
How to include txt file on standalone app by app designer.
Hi I am making a app using by app designer which read txt file and display values. I am using this code. function Data = ar...
8 mois ago | 1 answer | 0