Community Profile

photo

Debadipto


Last seen: Today 2022년부터 활동

통계

  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
Unable to use Simulink's acceleration mode
Hi @鹏政, The MATLAB answer linked below outlines several potential causes for the error you're facing: https://www.mathworks.co...

대략 4시간 전 | 0

답변 있음
DAC0 pin from Arduino DUE is not working becouse of 12 bits settings on SImulink
Hi @Daniel, After reviewing the code from the other post, it seems to me the DAC0 issue might stem from an incorrect configurat...

대략 4시간 전 | 0

답변 있음
NaN values in fitglm
Hello @Sanjana, The NaN values you're encountering could be due to a conflict where one function is being inadvertently masked ...

28일 전 | 0

답변 있음
where to find variables being set in Example model simrfV2_radar_system
Hello @Robbin, So there are two things that we need to understand here: "Object parameters" & "Workspace variables". In simple ...

대략 2개월 전 | 0

답변 있음
Raspberry Pi solver issue in Simulink
Hi @A.S, It is hard to tell the root cause of the issue without looking into the specific hardware and setup you're using. One ...

대략 2개월 전 | 0

답변 있음
How to use the LTE module in a ns-3 and Matlab co-simulation ?
Hi @lahlou, The issue here seems to be originating from the ns-3 software. Hence, it would be best if you post the query on the...

대략 2개월 전 | 0

답변 있음
Error in Generating Point Spread Function
Hi @Asser, Replicating the 1D MTF using repmat actually creates a 2D MTF with repeated values, which is not rotationally symmet...

대략 2개월 전 | 0

답변 있음
Fixed Wing Manual Control using RC Transmitter/Joystick
Hello @Hasan Khanzada, The issue you're describing with the throttle not responding and the error message about the throttle be...

대략 2개월 전 | 1

| 수락됨

답변 있음
How to deploy code to custom STM32 board via ST-Link JTAG?
Hello @Tanmay, I understand that you are getting the error 'No STM32 MCU connected' during the deployment. STM32CUBEMX is rel...

대략 2개월 전 | 0

답변 있음
How do I interface Torch X haptic device with Matlab/SIMULINK
Hi @Ahmad, I believe you are asking for ways to interface "TouchX" haptic device with MATLAB/Simulink. The following github re...

대략 2개월 전 | 0

답변 있음
Anybody can check my code to build mass matrix of 6 DOF manipulator, especially UR10?
Hi @재욱 임, The discrepancy in the values of massMatrix is most probably an expected difference. It arises from the fact that URD...

대략 2개월 전 | 0

답변 있음
How to efficiently pass and read parameters using the system identification toolbox?
Hi @soeren, It is hard to say for sure if the improvement in computational efficiency is due to an underlying memory issue with...

대략 2개월 전 | 0

질문


Convert a integer matrix to a red and blue colored matrix
I have the following matrix A = [-1 1 1; 1 -1 1; -1 -1 -1], I want to convert it to a colored matrix with cells corresponding to...

1년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to plot a geographical surface temperature heat map?
Hi Ashfaq, as per my understanding, you have three matrices namely Lat, Lon and Temp, and you want to create a heatmap from them...

1년 초과 전 | 0

| 수락됨

답변 있음
Readtable to put text into columns from .CSV file
As per my understanding, you have a code snippet that converts contents in a .csv file into a .txt file. Since the .csv files ha...

1년 초과 전 | 0

| 수락됨

답변 있음
How do I match corresponding rows of class labels to data
As per my understanding, you have two tables, table Data_to_match (838 by 400) and table GrpLabel_to_match (275 by 2). You want...

1년 초과 전 | 0

| 수락됨

답변 있음
Minimize the infinity norm of a matrix equation
As per my understanding, you have three know matrices M, N and K, and an unknown matrix V. You want to minimize the infinity nor...

1년 초과 전 | 0