Answered
How to using multi output in Neural network fitting app?
For your reference, the doc below explains how to create shallow neural networks with multiple outputs. Edit Shallow Neural Net...

2 months ago | 0

| accepted

Answered
How to export INT8 quantized weight of deep neural network?
Use the quantizationDetails function to extract quantization details. You should inspect your qDetailsQuantized which was extra...

2 months ago | 0

| accepted

Answered
온램프에서 정답과 같은 답을 썼는데도 불구하고 오답으로 처리하고 있습니다. 이거 오류난건가요? 아니라면 이거 어떻게 푸는건가요?
안녕하세요. 해당 이슈는 MATLAB Online의 언어가 한국어로 설정되어 있을 때 발생하는 에러로 보입니다. 이 현상을 우회하기 위해 웹브라우저의 언어 설정을 영어로 변경하고 MATLAB Online의 언어를 영어로 바꾸실...

2 months ago | 0

Answered
How to predict responses of new data from linear SVM model?
Here is the example I cooked up for you. I assumed that you would want to use a linear kernel. For more information on manual pr...

2 months ago | 0

| accepted

Answered
Tool에서 "Reporting -> Export -> Export All Result"로 생성되는 레포트를 CLI로도 생성할 수 있습니까?
Command Line에서 Polyspace의 결과를 출력(export)하기 위해서는 polyspace-results-export 커맨드를 사용하실 수 있습니다. 아래의 문서에서 자세한 내용을 확인하실 수 있습니다. (아래 문서...

2 months ago | 0

Answered
在matlab function中导入net,但是出现了以下问题,尝试过6.3和8.1版本的MinG64,但是一直报错。Deep learning code generation using MinGW64 Compiler (C++) toolchain is not supported for mkldnn target.
MinGW is not supported for this workflow yet. Would you install the Visual Studio 2022 and use its compiler? See the webpage bel...

2 months ago | 0

| accepted

Answered
After PCA, the reconstructed image is darker than the original.
The reconstructed image is darker because you did not compensate the mean which is substracted when calculating covariance matri...

2 months ago | 2

Answered
How can I add 'MISRA C:2023' to Code Generation Objectives?
As far as I understand, Embedded Coder only provides code generation for MISRA compliance up to MISRA C:2012. C Coding Directiv...

2 months ago | 0

Answered
C-RNN dual output regression
The error message is like below. Error using trainnet (line 46) Error forming mini-batch of targets for network output "fc_1"....

2 months ago | 0

| accepted

Answered
the following error. "LowerSaturationLimit <= InitialConditionForIntegrator <= UpperSaturationLimit"
The issue stems from the change of behavior of initial condition of integrator and its output saturation limits. See the versi...

2 months ago | 0

Answered
2019b 설치 후 Code generation에서 Error 발생합니다.
@광용 @Taeseok Kang 해당 이슈는 R2016b에서 R2018b 사이에 발생했던 이슈로 symbolic dimension과 numerical dimension 간의 차원 불일치에 대한 assertion에서 발생하는 이슈...

2 months ago | 0

Answered
C-RNN regression error (Array inputs have incompatible channel dimensions)
It might be a bug in R2022a, but I'm not sure where exactly the error comes from because it uses a "builtin" function. However, ...

2 months ago | 0

| accepted

Answered
How to ploting input signal by "Digilent Analog Discovery Pro 3450"
Unfortunately, Analog Discovery Pro 3450 is not a supported hardware. Only Analog Discovery (LEGACY) and Analog Discovery 2 are ...

2 months ago | 0

| accepted

Answered
cftool을 쓰면 최대 재귀 제한이 걸립니다.
에러 메시지로 보았을 때 현재 "cftool"이라는 이름의 함수가 있고 그 안에서 "cftool"이라는 명령어를 또 사용하고 있는 것은 아닌지 의심됩니다. (1) 아래와 같은 명령어를 이용했을 때 Curve Fitting To...

2 months ago | 0

Answered
How to create union in simulink
Hi @WJKIM, Current Simulink bus does not support union. Could we get a clearer understanding of why you want to realize the Sim...

3 months ago | 0

Answered
How to improve computing speed of mincx
Would you switch to QR as referred in the "Tip for Speed-up" in mincx? --------------------------------------------------------...

3 months ago | 0

Answered
I have difficulty using bird's eye scope..
You are trying to use a helper function in the example below. Add sensors and access sensor data from scenario simulation - MAT...

3 months ago | 0

Answered
How to create the designed simulink block with the desired Inline function
The hard inline option within "Function Packaging" seems not to meet your needs. Unfortunately, there's currently no method to p...

3 months ago | 0

Answered
Is there a way to turn a subsystem that exists inside a slx file to its respective time tasks?
Would Rate Transition block help? This block will help you use different sample times in a model.

3 months ago | 0

Answered
Mac OS 사용중인데 알파벳cdo 나오지 않습니다.
해당 이슈는 맥 OS에서만 발생하고 있는 이슈로 확인됩니다. 가장 간단한 우회 방법은 폰트 사이즈를 13에서 14로 바꾸는 것으로 확인됩니다. 이 외의 우회 방법을 지원받기 위해 기술지원팀으로 연락 부탁드립니다. 지원 문의 - ...

3 months ago | 0

| accepted

Answered
평가판 메일 신청
안녕하세요. 평가판 요청에 대한 진행이 매끄럽지 못한 점 유감스럽게 생각합니다. 그러나 이곳은 MATLAB/Simulink에 관한 기술적인 질문과 답변을 주고 받는 포럼입니다. 전화 연결을 통해 영업 상담하시면 더 직접적인 문...

3 months ago | 0

| accepted

Answered
Matlab 제작 DLL 구동 시 "Disabled - No sandbox or build area path"로 Crash되요
전형적인 DLL Hell(DLL Hell - Wikipedia) 이슈로 보입니다. MATLAB Compiler SDK에서 생성한 MATLAB DLL을 Wrapping 하는 Visual Basic 프로그램이 사용되기 전에 어떤 dl...

3 months ago | 0

Answered
generate scenario on matlab
(1) Your description is not thorough, and it's hard to understand your pain point exactly. (2) From R2024a, you can export RR ...

3 months ago | 0

Answered
Matlab에서 제공하는 예제 그대로 build시 black diagram 오류가 뜨는 데, 이에 대한 해결 방법은 무엇인가요?
DataStore에 대한 Asynchronous Multitask 사용을 허용하지 않아 발생하는 에러로 보입니다. Configuration > Diagnostics > Data Validity > Multitask data sto...

3 months ago | 0

Answered
Processing myo armband EMG signals
I want to introduce you a good example of Signal Processing Toolbox where EMG signals are processed and used for arm motion clas...

3 months ago | 0

Answered
Errors occurs while converting the code created using 5G Toolbox's SIB1 Recovery Example to C code using Matlab Coder.
1) This must be a question on compile-time constant of MATLAB Coder. For basic understanding, see coder.Constant Class. 2) For ...

3 months ago | 0

| accepted

Answered
polyspace Compiler 및 target data type 설정 문의
If you can use the polyspace-configure workflow, it will fully setup the Polyspace command-line automatically. It will not use a...

3 months ago | 0

Answered
shadowed files on simulink
I think the doc below explains this very well. General Considerations When Building Simulink Models - MATLAB & Simulink (mathwo...

3 months ago | 0

Answered
CLI is not running when i set absolute path
1) "polyspace-bug-finder" locates in C:\Program Files\Polyspace\R2024a\polyspace\bin not in C:\Program Files\Polyspace\R2024a...

3 months ago | 0

| accepted

Answered
Need help to implement SEAC technique in MATLAB
In MATLAB, you can use pyrun to run a Python code snippet or pyrunfile to run a Python code file. For an overview on how to use ...

3 months ago | 0

Load more