Programming Languages:
Python, C++, C, Java, C#, Javascript, R, MATLAB, SQL, HTML, CSS, Arduino, Shell, Assembly, VHDL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Python, C++, C, Java, C#, Javascript, R, MATLAB, SQL, HTML, CSS, Arduino, Shell, Assembly, VHDL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
통계
All
Feeds
답변 있음
how to plot these 2 column data into a curve on oxy plane
Hi @晓通, I saw your question about plotting 2-column data as a curve on the Oxy plane. I've tested a solution with your matlab...
how to plot these 2 column data into a curve on oxy plane
Hi @晓通, I saw your question about plotting 2-column data as a curve on the Oxy plane. I've tested a solution with your matlab...
5일 전 | 2
| 수락됨
답변 있음
arduino BLE send/receive simulink problem
@Paul, After going through some extensive research online into this issue, it looks like you're dealing with a genuine Simulink ...
arduino BLE send/receive simulink problem
@Paul, After going through some extensive research online into this issue, it looks like you're dealing with a genuine Simulink ...
7일 전 | 0
| 수락됨
답변 있음
How do I turn this Simulink model with Gain Control to Pole Placement?
@Farzad, your state-space block outputs displacement and velocity but not acceleration, so you need to compute acceleration usin...
How do I turn this Simulink model with Gain Control to Pole Placement?
@Farzad, your state-space block outputs displacement and velocity but not acceleration, so you need to compute acceleration usin...
10일 전 | 0
답변 있음
matlab -batch on SLURM prints errors when HOME is shared across many nodes
Hi @Lang, So I did a deep dive on that MATLAB Connector error you're seeing on your SLURM cluster, and yeah, this is definite...
matlab -batch on SLURM prints errors when HOME is shared across many nodes
Hi @Lang, So I did a deep dive on that MATLAB Connector error you're seeing on your SLURM cluster, and yeah, this is definite...
11일 전 | 0
| 수락됨
답변 있음
interp1() returns a plot with empty sections
Hi @Ata, I took a look at your code and screenshot of Excel file. The problem is that your t vector goes beyond the ran...
interp1() returns a plot with empty sections
Hi @Ata, I took a look at your code and screenshot of Excel file. The problem is that your t vector goes beyond the ran...
14일 전 | 0
답변 있음
How to import the SPICE model of MOSFET into MATLAB?
Hi @lin, Good news - I found exactly what you're looking for! MATLAB has built-in functionality to import SPICE MOSFET models...
How to import the SPICE model of MOSFET into MATLAB?
Hi @lin, Good news - I found exactly what you're looking for! MATLAB has built-in functionality to import SPICE MOSFET models...
18일 전 | 0
답변 있음
How can I make use of the full window size when zooming into very tall images?
@RalfW, I tested your code with an image saved in my MATLAB Drive and can confirm exactly what you're describing. The zoomed ...
How can I make use of the full window size when zooming into very tall images?
@RalfW, I tested your code with an image saved in my MATLAB Drive and can confirm exactly what you're describing. The zoomed ...
18일 전 | 0
| 수락됨
답변 있음
How do I use MATLAB's actxserver function to pass an array to LABVIEW
@新云 , Your empty outputs are happening because of a fundamental mismatch in how MATLAB and LabVIEW handle arrays through the ...
How do I use MATLAB's actxserver function to pass an array to LABVIEW
@新云 , Your empty outputs are happening because of a fundamental mismatch in how MATLAB and LabVIEW handle arrays through the ...
19일 전 | 0
답변 있음
Incorrect addition of noise in the example: ('lte/NPDSCHBlockErrorRateExample')
Hi @Karine, You've raised a really interesting point here, and I think your observation about the missing sqrt(12/128) factor...
Incorrect addition of noise in the example: ('lte/NPDSCHBlockErrorRateExample')
Hi @Karine, You've raised a really interesting point here, and I think your observation about the missing sqrt(12/128) factor...
20일 전 | 0
답변 있음
Showing the value on the x-axis as a legend the moment the curve deviates from the x-axis
@Erkan, I have gone through your comments and understood what you're trying to accomplish! Based on your figure, you want to mar...
Showing the value on the x-axis as a legend the moment the curve deviates from the x-axis
@Erkan, I have gone through your comments and understood what you're trying to accomplish! Based on your figure, you want to mar...
23일 전 | 0
| 수락됨
답변 있음
Friends, how to distribute the torque of four motors on VCU, is there any learning material for this?
@饕餮王, MathWorks has some good stuff for this. If you're working with 4 motors on a VCU, the main tool you want is the Virtual Ve...
Friends, how to distribute the torque of four motors on VCU, is there any learning material for this?
@饕餮王, MathWorks has some good stuff for this. If you're working with 4 motors on a VCU, the main tool you want is the Virtual Ve...
25일 전 | 0
| 수락됨
답변 있음
How to add custom location of Frame in a General Flexible Plate (or any flexible body)?
Hi @Soumya Kanti, You can absolutely add custom frames at specific locations on the General Flexible Plate without using Rig...
How to add custom location of Frame in a General Flexible Plate (or any flexible body)?
Hi @Soumya Kanti, You can absolutely add custom frames at specific locations on the General Flexible Plate without using Rig...
27일 전 | 0
답변 있음
How to add an image on top of geobasemap?
@Sim, I see what happened - in your case you do have the Mapping Toolbox (your geobasemap is working), but the original code syn...
How to add an image on top of geobasemap?
@Sim, I see what happened - in your case you do have the Mapping Toolbox (your geobasemap is working), but the original code syn...
27일 전 | 0
답변 있음
Run a simulink model on a texas instruments TMS320F28379D with c2000
@Anaïs, after thoroughly researching the MathWorks C2000 documentation including "Detect and Fix Task Overruns on Texas In...
Run a simulink model on a texas instruments TMS320F28379D with c2000
@Anaïs, after thoroughly researching the MathWorks C2000 documentation including "Detect and Fix Task Overruns on Texas In...
28일 전 | 0
답변 있음
Steering System Rack and Pinion
Hi @Tran, I do appreciate your patience. After coming back from work and thoroughly examining your parameter file, analyzing ...
Steering System Rack and Pinion
Hi @Tran, I do appreciate your patience. After coming back from work and thoroughly examining your parameter file, analyzing ...
대략 1개월 전 | 0
| 수락됨
답변 있음
the dimension of matrix when using 'sparse' to generate sparse matrix
Hi @Li, After going through recent comments, I wanted to provide a clear explanation of the situation regarding 3D sparse mat...
the dimension of matrix when using 'sparse' to generate sparse matrix
Hi @Li, After going through recent comments, I wanted to provide a clear explanation of the situation regarding 3D sparse mat...
대략 1개월 전 | 0
답변 있음
the dimension of matrix when using 'sparse' to generate sparse matrix
Hi @li, I saw your question about MATLAB removing 3D sparse matrix support, and I wanted to help clarify what's happening. Bo...
the dimension of matrix when using 'sparse' to generate sparse matrix
Hi @li, I saw your question about MATLAB removing 3D sparse matrix support, and I wanted to help clarify what's happening. Bo...
대략 1개월 전 | 1
답변 있음
Copy Legend from UIAxes to another UIAxes
Hi @Jason, I've looked into the legend and color issues you're having when copying plots from UIAxes3 to a new figure, and he...
Copy Legend from UIAxes to another UIAxes
Hi @Jason, I've looked into the legend and color issues you're having when copying plots from UIAxes3 to a new figure, and he...
대략 1개월 전 | 0
| 수락됨
답변 있음
Sharpening a 2D histogram and finding peaks
Hi @Jim McIntyre, I've been looking at your sharpening problem and I think I have something that addresses what you're asking...
Sharpening a 2D histogram and finding peaks
Hi @Jim McIntyre, I've been looking at your sharpening problem and I think I have something that addresses what you're asking...
대략 1개월 전 | 0
| 수락됨
답변 있음
How do I apply the same operation on vectors of different length but of similar name?
Hi @Henning, I wanted to address your question about calculating means for your 50 column vectors and clear up some confusion...
How do I apply the same operation on vectors of different length but of similar name?
Hi @Henning, I wanted to address your question about calculating means for your 50 column vectors and clear up some confusion...
대략 1개월 전 | 1
| 수락됨
답변 있음
confidence interval from lsqnonlin function while retaining constraints
@ke an, I saw your question and thought I'd chime in. @Torsten and @Star Strider are absolutely right that the standard Jacobia...
confidence interval from lsqnonlin function while retaining constraints
@ke an, I saw your question and thought I'd chime in. @Torsten and @Star Strider are absolutely right that the standard Jacobia...
대략 1개월 전 | 0
| 수락됨
답변 있음
how to draw voronoi cells of each vertex bounded inside an area and obtain the values of each of the cell areas independently?
@Juan, I saw your question about drawing bounded Voronoi cells and calculating their areas independently. I've put together a co...
how to draw voronoi cells of each vertex bounded inside an area and obtain the values of each of the cell areas independently?
@Juan, I saw your question about drawing bounded Voronoi cells and calculating their areas independently. I've put together a co...
대략 1개월 전 | 0
답변 있음
Problems using Custom uORB Messages and Building PX4 SITL in WSL with MATLAB UAV Toolbox (v2024a, PX4 v1.14.3)
Hi @영준 김, I read your comments and spent some time digging through MathWorks UAV Toolbox documentation and various PX4 commun...
Problems using Custom uORB Messages and Building PX4 SITL in WSL with MATLAB UAV Toolbox (v2024a, PX4 v1.14.3)
Hi @영준 김, I read your comments and spent some time digging through MathWorks UAV Toolbox documentation and various PX4 commun...
대략 1개월 전 | 0
답변 있음
Comparing classification performance using Friedman Test
Hi @MByk, You're actually doing this correctly, and contrary to common belief, MATLAB's multcompare function does perform the...
Comparing classification performance using Friedman Test
Hi @MByk, You're actually doing this correctly, and contrary to common belief, MATLAB's multcompare function does perform the...
대략 1개월 전 | 1
| 수락됨
답변 있음
When exporting a triangulation as an stl using stlwrite() the resulting stl is missing half of its faces.
Hi @Jacob, I can see from your attached image exactly what's happening. The yellow sections show valid triangulation on the g...
When exporting a triangulation as an stl using stlwrite() the resulting stl is missing half of its faces.
Hi @Jacob, I can see from your attached image exactly what's happening. The yellow sections show valid triangulation on the g...
대략 1개월 전 | 0
답변 있음
real part of eigenvalues vs damping plot
Hi @Amira, I reviewed your code and did some research by going through mathworks documentations to find the root cause of you...
real part of eigenvalues vs damping plot
Hi @Amira, I reviewed your code and did some research by going through mathworks documentations to find the root cause of you...
대략 1개월 전 | 0
답변 있음
Enter I-V curves data in Simscape IGBT block
Hi @Chwan-Hsen, I saw your question about entering the IGBT I-V curve data into Simscape and totally understand your frustrat...
Enter I-V curves data in Simscape IGBT block
Hi @Chwan-Hsen, I saw your question about entering the IGBT I-V curve data into Simscape and totally understand your frustrat...
대략 1개월 전 | 0
| 수락됨
답변 있음
How can I configure the IWR6843ISK radar to continuously chirp in order to capture phase-coherent data?
Hey Zahra, I've looked at both of your methods pretty carefully, and I think I can help clarify what's going on here. The sho...
How can I configure the IWR6843ISK radar to continuously chirp in order to capture phase-coherent data?
Hey Zahra, I've looked at both of your methods pretty carefully, and I think I can help clarify what's going on here. The sho...
대략 2개월 전 | 0
답변 있음
Help, how to make a buck chopper simulation using SCR only ?
Hi @Daniel, Yes, it is technically possible to model a buck chopper topology using SCRs in place of MOSFET or IGBT switches. ...
Help, how to make a buck chopper simulation using SCR only ?
Hi @Daniel, Yes, it is technically possible to model a buck chopper topology using SCRs in place of MOSFET or IGBT switches. ...
대략 2개월 전 | 0
답변 있음
Table with multiple types
@Gavin and @Matt J, I also wanted to share some documentation insights that might help clarify this mixed-type uitable issue....
Table with multiple types
@Gavin and @Matt J, I also wanted to share some documentation insights that might help clarify this mixed-type uitable issue....
대략 2개월 전 | 1











