已回答
Working in Excel with live on MATLAB
You can use Spreadsheet Link toolbox to make a real-time interface between MATLAB and Excel. See the video below for a quick in...

1 year 前 | 0

| 已接受

已回答
Deep Learning 모델 학습 시, GPU 점유율 및 Mini-Batch 크기에 따른 속도 향상 관련 문의
안녕하세요. 미니 배치 사이즈를 키우면 한번에 빠르게 학습될 것 같지만 항상 그렇지는 않습니다. 말씀하신 "학습 속도"가 정확히 어떤 것인지 알 수는 없지만 (1) 배치 사이즈가 너무 크면 기본적으로 메모리에 올리는 과정에서...

1 year 前 | 0

| 已接受

已回答
How to get shapley value for Neural Network trained on matlab? it keeps error...
I do not have the model and dataset, so I used a random samples. The key is to use yticklabels. Would this work for you? clc; ...

1 year 前 | 0

已回答
How to check the kml file elevation values with the readgeotable
readgeotable does not support reading elevation data. One workaround is to change extension from "kml" to "xml" and use readstru...

1 year 前 | 0

已回答
RoadRunner shape file load
I downloaded a map from the National Land Information Platform (SEC001_Gyeonggi Anyang Pilot Operation Area) and imported it dir...

1 year 前 | 1

已回答
How to extract the values of kml file x,y,z from MATLAB
readgeotable support KML files to read. However, in R2024a, it only supports reading the shapes, name, and description of KML fi...

1 year 前 | 0

已回答
How to share a fully connected layer and is it possible to use a channel direction pooling?
CBAM은 MATLAB에서 구현되어 있지 않습니다만, 가장 간단한 방법 중 하나는 Pytorch로 구현된 모델을 MATLAB에 불러와 사용하는 것입니다. 가령, 아래의 Repo에 들어있는 CBAM 모델을 pt 파일로 저장한 뒤에 ...

1 year 前 | 0

| 已接受

已回答
carmaker를 통해 c code 생성하고 싶은데 에러가 발생합니다.
안녕하세요. 우선 아래와 같이 동일한 이슈에 대한 문의가 있는 것을 알 수 있었습니다. Current RTW-target not supported by this block. - MATLAB Answers - MATLAB Cent...

1 year 前 | 1

已回答
폴리스페이스 CODE METRIC과 HIS METRIC 간 차이 문의
Code Metrics와 HIS Metrics는 모두 코드의 품질 혹은 복잡성을 다루는 지표입니다. 차이가 있다면 Code Metrics는 일반적으로 모든 산업 문야에서 활용할 수 있는 범용 지표라고 하면 HIS Metrics는 ...

1 year 前 | 0

| 已接受

已回答
Is it safe to delete the node-specific folders under ~/.MathWorks/ServiceHost/ on Linux?
Hi Dong Hyuk, (1) If you delete the MathWorks Service Host folders, it will reinstall them when it's launched. (2) Is the stor...

1 year 前 | 0

| 已接受

已回答
유효한 라이선스 파일이 없다고 뜹니다.
안녕하세요. 라이센스와 관련된 문의는 고객지원팀에서 정확히 다루어 드릴 수 있습니다. 아래의 가이드를 따라 고객지원팀에 문의하여 주십시오. ----------------------------------------------- ...

1 year 前 | 0

已回答
How to display a color bar in Matlab as shown below
Small size of colormap leads to discrete-looking colorbar. surf(peaks) cmap = jet(10); colormap(cmap) colorbar;

1 year 前 | 0

已回答
how can i rescale image? standard is at the center part
It looks like you want to apply affine transfomation to image and warp them. You can use imwarp to apply geometric transformatio...

1 year 前 | 0

已回答
simulink를 사용하지 않고 rl env 만드는 법을 알려주세요
문의하신 사항을 정확히 이해하기가 어렵습니다. 요구사항에 대한 이유를 구체적으로 설명해주시면 더 구체적으로 답변드리기 좋을 것 같습니다. 아래와 같이 여러 방향으로 문서를 기반으로 답변드리니 확인해보시기 바랍니다. (1) 우...

1 year 前 | 1

已回答
인스톨러 실행중 error 5가 발생합니다.
안녕하세요. 라이센스 에러 -5에 관해서는 아래의 문서를 확인하여 주십시오. Why do I receive License Manager Error -5? - MATLAB Answers - MATLAB Central (math...

1 year 前 | 0

已回答
matlab 인스톨 에러 (WinZip Self -Extractor)
안녕하세요. Winzip Error -5는 아래의 문서에서 도움 받으시길 바랍니다. Why do I receive the errors "Winzip Error 5 running command .\setup.exe" or "T...

1 year 前 | 0

已回答
anova statistics
Simple answer: Read the doc for anova2. There are examples which you can use to understand "how" to use anova2. Also, the doc ca...

1 year 前 | 0

| 已接受

已回答
Output Error of ultrasonicDetectionGenerator in Simulink
First, please check if the path to scenario file for Scenario Reader is correct. The reason you ran into an error from "Ultrason...

1 year 前 | 0

| 已接受

已回答
gmake: *** No rule to make target
To me, deleting "slprj" folder in the working directory was a solution.

1 year 前 | 0

已回答
Is 'Arduino Nano 33 BLE Sense Rev2' hardware board compatible with Simulink?
Can your computer detect the board in a COM port? One thing to check is your USB cable. Are you sure you are using a data USB c...

1 year 前 | 0

已回答
Can't I import tdms file in R2023b?
Like @Walter Roberson mentioned, tdmsread requires Data Acquisition Toolbox or Communications Toolbox. If you do not have either...

1 year 前 | 0

已回答
I can't find my land or junction id
Showing Junction ID, etc. in the attribute panel shown in the video is a function that can only be seen with RoadRunner's develo...

1 year 前 | 0

已回答
How do I create "Junction ID" & "Road ID" in RoadRunner?
Showing Junction ID, etc. in the attribute panel shown in the video is a function that can only be seen with RoadRunner's develo...

1 year 前 | 0

| 已接受

已回答
Ultrasonic Detection Generator Measurement Seems Incorrect?
It looks like a bug which was fixed in R2024b. Please see my answer in the question below. Measurement Error of Ultrasonic Sens...

1 year 前 | 0

已回答
Measurement Error of Ultrasonic Sensor in Driving Scenario Designer
Hi, it looks like there was a bug in Ultrasonic Detection Generator block in Automated Driving Toolbox. And it looks like a bug ...

1 year 前 | 0

| 已接受

已回答
USRP(N210) 연결 문제
Hardware Setup 창에서 정상적으로 설정되지 않더라도 사용 가능한 경우가 있습니다. 다시 말해, "No device found"라고 에러메시지가 나옴에도 불구하고 아래와 같이 명령어 수행 시 "Success"라는 출력을 ...

1 year 前 | 0

已回答
Simulink 를 이용하여 Arduino 에 build 시도 시, 에러메세지 발생
아래 그림에서 처럼 Arduino Explorer App에서 하드웨어가 정상적으로 잡히는지 확인 한번 부탁드립니다. 참고로 저는 Arduino Nano 33 BLE Sense를 연결한 상태이며 하드웨어 종류에 따라 Arduino ...

1 year 前 | 1

已回答
로그아웃 오류
안녕하세요. 라이센스와 관련된 문의는 고객지원팀에서 정확히 다루어 드릴 수 있습니다. 아래의 가이드를 따라 고객지원팀에 문의하여 주십시오. ----------------------------------------------- ...

1 year 前 | 0

已回答
Hi I have Csv file for voltage and time data and I would like to compute spectrogram to to compute harmonics at different frequencies but my spectrogram looks so much noisy or
Hi @Cynthia, What do you mean by "noisy"? Your calculation gives you the correct information, i.e., sum of harmonic sinusoidal...

1 year 前 | 0

已回答
빌드 에러 문의 건
안녕하세요. AUTOSAR 제약 조건 2508(CONSTR_2508)에 따르면, 단축 이름은 대소문자를 구분하지 않고 고유해야 합니다. 따라서, 이 문제를 해결하려면 하나의 단축 이름을 변경하거나 삭제해야 합니다. Short n...

1 year 前 | 0

加载更多