Answered
How to use master license
안녕하세요. 라이센스와 관련된 문의는 아래 가이드를 따라 설치지원팀으로 문의해주시면 더 정확한 답변을 받으실 수 있습니다. ----------------------------------------------- 1. 웹으로 ...

2 years ago | 0

Answered
plotting graph of unit disc
This is very similar to one of questions that I replied to. How do I plot this in MATLAB? Here is my script. n_rays = 16 + 1;...

2 years ago | 1

| accepted

Answered
License Manager Error -4 발생
안녕하세요. MATLAB 제품군 라이센스 이슈에 관해선 아래의 가이드를 따라 설치지원팀에 문의해주시면 더 효과적으로 지원 받으실 수 있습니다. ------------------------------------------...

2 years ago | 0

Answered
How to use access enumerated type?
안녕하세요. 모델에서 Simulink Data Dictionary를 어떤 방식으로 사용하고 계신지 정확히 알 필요가 있습니다. 이를 위해서는 재현 가능한 모델을 공유해주시면 문제 해결에 도움이 됩니다. 다만, 에러 메시지만으로 ...

2 years ago | 0

| accepted

Answered
What is name of this block?
안녕하세요. 해당 블록은 단순 시뮬링크 블록은 아닌 것 같습니다. 블록의 입력은 Physical 신호이고 출력은 Simulink 신호인 것을 보았을 때 내부에 PS-converter가 포함된 Subsystem을 Masking한 것...

2 years ago | 0

Answered
엑셀 파일의 텍스트 데이터를 matlab appdesigner 의 UITable로 불러 들일 때 엑셀에 적용되어 있는 줄 바꿈 사항을 matlab에도 적용하는 방법
해당 이슈는 UITable에서 여러 줄로 표현된 스트링을 표현하는 것이 지원되지 않기 때문에 발생하는 이슈입니다. 지금으로써는 UITable에서 해결이 불가능합니다. 아래의 예시를 통해 확인하여 주십시오. data = ["foo...

2 years ago | 0

| accepted

Answered
How can I clear simulink UDP block buffer
안녕하세요. Simulink의 UDP Receive 블록에서 사용하는 데이터의 buffer를 flush 하는 기능은 제공되지 않는 것으로 보입니다. 1) 그런데, 이 상황이 문제가 되는 이유는 UDP Receive로 받는 데...

2 years ago | 0

| accepted

Answered
제품 파일의 압축을 푸는 중에 오류가 발생했습니다. 인스톨러를 다시 실행해 보십시오. 라는 메시지가 지속적으로 발생합니다
우선 아래의 문서가 원인을 파악하는데 도움이 될 것 같습니다. <Why do I get an extract error while installing MATLAB?> https://kr.mathworks.com/matlabcen...

2 years ago | 0

| accepted

Answered
How can I install toolbox in docker container?
안녕하세요. MATLAB 제품군 설치 중 발생한 이슈에 관해선 아래의 가이드를 따라 설치지원팀에 문의 부탁드립니다. ----------------------------------------------- 1. 웹으로 지원 요...

2 years ago | 0

Answered
When creating blocks in Simulink, error massage appear and fail to create blocks . How can I solve this problem?
1. 발생하시는 문제가 매트랩 정상 작동의 문제인 경우로 사료되어, 해당 문제를 해결하실 수 있는 매트랩 정상작동을 위한 패스 및 설정 초기화세팅 방법을 아래와 같이 보내드립니다. 하기의 방법으로도 해결이 되지 않는다면, 제품의...

2 years ago | 1

| accepted

Answered
I ran an example code, but error occurred. (dlnetwork, Train Network Using Custom Training Loop)
안녕하세요. 아마도 아래의 문서에 포함된 예제 코드를 그대로 사용하신 것으로 보입니다. https://kr.mathworks.com/help/deeplearning/ref/minibatchqueue.html 예제에서는 pre...

2 years ago | 0

| accepted

Answered
The real time and sample time do not match in the simulink scope.
우선, "샘플 시간이란?" 이라는 문서를 통해 샘플 시간에 대한 개념을 정확히 이해할 필요가 있어 보입니다. 다음으로, 시뮬링크 시뮬레이션은 real-time 용 시뮬레이션을 위해 만들어진 것이 아닙니다. 예를 들어, 1시간 동...

2 years ago | 0

| accepted

Answered
설치중 이미 설치된 프로그램
안녕하세요. 이전에 설치했던 잔여 파일이 신규 설치에 문제가 되는 경우 아래의 가이드를 따라 클린 설치를 수행하는 것을 추천드립니다. Windows 시스템에서 MATLAB을 새롭게 설치 (클린설치)하려면 어떻게 해야 합니까? ...

2 years ago | 0

Answered
Simulink TestSequence 반복문에서의 출력
안녕하세요. Test Sequence의 한 step안에서 for loop를 이용한다고 해서 새로운 step이 만들어지는 것이 아니라 해당 step 안에서 모든 계산이 완료되게 됩니다. 따라서 반복문의 마지막 iteration 출...

2 years ago | 0

Answered
Prerelease version of R2023b silicon mac launch error
MATLAB 제품의 정상 기동 과정에 문제가 있는 것으로 보입니다. 아래 가이드를 따라 설치지원팀에 지원 요청 부탁드립니다. ----------------------------------------------- 1. 웹으로 ...

2 years ago | 1

Answered
(call python)Can matlab use multiple variables to receive separate tuple values returned from python functions?
I believe that is the nature of Python functions with multiple outputs. A Python function with comma-separated outputs returns a...

2 years ago | 0

Answered
Matlab Example-I think this example's code, Generator and Discriminator's structure is DC-Gan's model Structure. Isn't it right?(train-generative-adversarial-network)
안녕하세요. DC-GAN은 Deep Convolutinoal GAN의 약자로써 일종의 GAN 이며 CNN을 위주로 사용한 구조입니다. 다시 말해 GAN은 좀 더 넓은 범위의 단어에 속한다고 할 수 있겠습니다. 따라서 언급하신 문...

2 years ago | 0

| accepted

Answered
시뮬링크를 실행할 때마다, ***.m 파일을 같이 실행해주어야 하나요?
모델 콜백을 이용하면 모델을 처음 불러올 때 혹은 시뮬레이션을 시작할 때 등 특정 시점에 맞춰 함수를 호출할 수 있습니다. https://kr.mathworks.com/help/simulink/ug/model-callbacks....

2 years ago | 0

Answered
Is there any way to apply bus with different kind of type signals to AUTOSAR inter-runnable variables ?
안녕하세요. MathWorks에서 제공하는 예제를 수정하여 말씀하신 대로 IRV를 non-virtual Bus로 설정한 뒤 서로 다른 종류의 데이터들을 버스의 element로 사용했을 때 문제없이 모델 업데이트 및 코드 생성이 ...

2 years ago | 0

| accepted

Answered
EEGLAB time frequency question
First of all, like @Walter Roberson said this is not a EEGLAB forum. Please ask such questions in EEGLAB forums. Also, you can f...

2 years ago | 0

Answered
How do I plot this in MATLAB ?
n_rays = 16 + 1; n_circles = 9 + 1; n_samples = 200; rays = linspace(0, 1, n_samples)' * exp(1j*linspace(0, 2*pi, n_rays));...

2 years ago | 0

| accepted

Answered
Can we skip states execution in a stateflow diagram?
Super-step semantics should be what you are asking for. In effect this will skip the during of a state entered and all possible ...

2 years ago | 0

| accepted

Answered
Is there any way to create 90 degree rose plot?
rng(1); % for reproduction theta = atan2(rand(1000, 1), rand(1000, 1)); polarhistogram(theta, 30); thetalim([0, 90])

2 years ago | 2

| accepted

Answered
(EEGLAB) What does no baseline mean in time frequency analysis?
Hi Sam, I'm not an EEG expert anymore but let me comment based on my previous knowledge when I was a graduate school student :)...

2 years ago | 1

| accepted

Answered
MATLAB px4 Toolbox has build error in preparation set up
Hello, 1) Can you try to build PX4 directly on Cygwin? https://docs.px4.io/main/en/development/development.html 2) If the abo...

2 years ago | 0

| accepted

Answered
Using a structure for "Variable name" in "To Workspace" block in Simulink
You can export Simulink outputs into MATLAB sturcts with "To Workspace" (see here for details) but they would not look like what...

2 years ago | 1

| accepted

Answered
Toggle Button Group are not scrollable
Hi @Md Sazzadul Ahsan Long story short, stacking the buttons like the picture below will fix your issue. I believe the the o...

2 years ago | 0

| accepted

Answered
raspberry pi 4 model b & usb logitech camera connection
Looks like there was a problem with the Raspberry Pi's CSI camera (also known as strip based camera or PiCamera) connected to th...

2 years ago | 0

| accepted

Answered
我已经在MATLAB上完成了 主页—帮助—许可—更新当前许可证的操作,为什么命令行窗口还是提示许可证即将过期
您好。 1) 首先,这个社区论坛是一个技术社区,并不是与MathWorks的正式沟通渠道。 因此,可能很难获得负责任的答复。 2) 如果您使用的是大学校园许可证,并且大学没延长合同,则许可证可能已过期。 我们建议您联系大学管理员以确定有关许可的确切情况...

2 years ago | 0

| accepted

Answered
Raspberry pi camera not detected in MATLAB, works with Simulink
There are a few things to check. 1) Did you correctly install Raspberry Pi Support package? This can be found with a command be...

2 years ago | 0

Load more