Community Profile

photo

Jae-Hee Park


Last seen: 8 mesi fa Attivo dal 2021

Hi Im Jae-Hee

Programming Languages:
Python, C++, C, C#, MATLAB
Spoken Languages:
English, Korean

Statistiche

All
  • Thankful Level 3
  • Explorer
  • Thankful Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Solver

Visualizza badge

Content Feed

Visto da

Domanda


Finding peak in the Gaussian like function which Value is unknown.
Hi! I want to find the peak in the Gaussian form of value. But the difficulty is that the data is not given. My pseudo code i...

8 mesi fa | 1 risposta | 0

1

risposta

Domanda


How do I know how large an array can fit on the GPU?
Hi I am trying some analysis on gpu like fft() functions. But the array is too large to calulate on my GPU(TITAN Xp). So, I t...

9 mesi fa | 1 risposta | 0

1

risposta

Domanda


Is there a bug in MATLAB siderealTime function?
Hey! I want to use siderealTime function in MATLAB but the value is different in the code below. I think thGMST(1) and thGMST...

11 mesi fa | 1 risposta | 0

1

risposta

Domanda


how to make timer callback function?
Hi I tried making a timer callback function on app designer like this, but it didn't work. What is the problem? function Tes...

11 mesi fa | 1 risposta | 0

1

risposta

Domanda


change code to use GPU
Hi I am trying to change a code that has double for loop to use GPU(single gpu right now). But it seems fall in endless loop,...

11 mesi fa | 0 risposte | 0

0

risposte

Domanda


3d object rotation
Hi! I Just make 2 sphere which one of them is orientated on origin and the other positioned on far from origin. then I want t...

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


Add and delete Tree nodes with context menu in app designer
Hi! I am making an app using app designer. There is a uitree, and I was able to create a child node of that uitree through t...

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


data structure in Matlab for actively add and remove objects or structure.
Hi! I need to actively add and remove objects or structures that have multiple pieces of information, including a handle that c...

12 mesi fa | 0 risposte | 0

0

risposte

Domanda


3d line plot faster.
Hi I am looking for 3D Line plot faster. My plot data is continuous and has 1 to 86400*365*10 lines. (1sec ~10 years seconds) ...

12 mesi fa | 0 risposte | 0

0

risposte

Domanda


Change code to paralle computing (for loop -> parfor loop)
Hi I am trying to change a code that has double for loop to parfor loop(outside for becomes parfor). But it seems fall in end...

12 mesi fa | 1 risposta | 0

1

risposta

Domanda


Two while or for loop in app designer.
Hi I am looking for a way for cancle running loop when a button cliked. For a example there is a code below. When I clicked t...

12 mesi fa | 0 risposte | 0

0

risposte

Domanda


plot earth shadow(lighting?)
Hi, I want to make Earth plot like below picture. The point is the borfer of lighting area and shadow area should show clearly...

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


MATLAB geoglobe Earth shadow
Hi, I am looking for a way to make Earth plot and earth shadow plot. I found function geoglobe that makes earth finite but t...

circa un anno fa | 0 risposte | 0

0

risposte

Domanda


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

circa un anno fa | 0 risposte | 0

0

risposte

Domanda


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

circa un anno fa | 0 risposte | 0

0

risposte

Risolto


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

oltre un anno fa

Risolto


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

oltre un anno fa

Risolto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

oltre un anno fa

Risposto
[app designer] UIAxes mouse moving delay.
I solved this problem. 내장된 좌표축 상호 작용 비활성화 - MATLAB disableDefaultInteractivity - MathWorks 한국 disableDefaultInteractivity(app....

oltre un anno fa | 0

| accettato

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

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

oltre un anno fa | 0

| accettato

Domanda


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

oltre un anno fa | 1 risposta | 1

1

risposta

Risposto
[app designer] Create callback function when a variable changed.
Use "ConnectionChangedFcn"

oltre un anno fa | 0

| accettato

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta