photo

Samar


Last seen: 11 days 前 自 2025 起处于活动状态

Followers: 2   Following: 7

Programming Languages:
MATLAB
Pronouns:
He/him

统计学

MATLAB Answers

0 个提问
40 个回答

排名
1,763
of 301,671

声誉
38

贡献数
0 个提问
40 个回答

回答接受率
0.00%

收到投票数
10

排名
 of 21,379

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 176,058

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Is it possible to retrieve the value of Internal Data SwAddrMethods from Code mapping interface?
Hi Ankitha, No, there is no supported MATLAB API to programmatically retrieve the Internal Data SwAddrMethod value from the AUT...

11 days 前 | 0

已回答
Problème d'exportation .mlx en PDF
Hi Romain, I understand MATLAB is throwing an error: "Unable to open or load the Editor." This error is a known limitation/bug ...

11 days 前 | 0

| 已接受

已回答
Why is the "Closed Loop Control of a DC-DC Buck Converter" example not communicating with host model?
Hi Mobasshir, The detailed information and screenshot helped. Based on the setup and the observed behavior, the key reasons for...

11 days 前 | 0

已回答
GetSet Storage class SIL Error - Duplicate and Undefined references in xil_interface.c and GetSet.c file
Hi Sandip, Yes, in SIL, 'xil_interface.c' should be the sole provider of the getter/setter implementations. Your application-si...

11 days 前 | 0

| 已接受

已回答
How to achieve 100% MCDC with 'after' transition in stateflow ?
Hi Theotime, In after(n, msec) (or sec), msec is a time‑unit keyword, not a logical condition. Stateflow uses it only to interp...

11 days 前 | 1

| 已接受

已回答
For loops in stateflow
Hi John, In your chart, the shift distance is computed using unsigned fixed‑point (fi) arithmetic (because i is an unsigned fi)...

12 days 前 | 0

| 已接受

已回答
Matlab variable viewer does not update structure variables
Hi Alan, I understand "Variable Viewer" is not refreshing in MATLAB R2025b and you want a method to force refresh it. This is a...

12 days 前 | 0

已回答
System Composer API - setProperty function with batch pattern
Hi MaVo, As of the current System Composer API, there is no documented “batch” setter that accepts a Name‑Value list (or struct...

12 days 前 | 0

已回答
Matlab 2025b installato sul pc si blocca in fase di avvio
Hi Maria, I understand you are facing a crash during startup in MATLAB R2025b. Below can be the reason for the crash: When wor...

12 days 前 | 0

已回答
Mass properties Issues with Simulink Model generated from smimport command on rigidbodytree object
Hello @Norman Shen, Follow the steps listed below to keep both the Visual (Solid) block for appearance and the Inertia block f...

11 months 前 | 0

已回答
How to solve a degenerate mass distribution on its follower side.
Hello @sanjeev kumar, When Simscape/SimMechanics reports a "degenerate mass distribution", it means there is a degree of freed...

11 months 前 | 0

已回答
Are in a Masked subsystem the instance-specific changes saved with model save?
Hello Sebastian, Instance-specific changes to a masked subsystem—such as parameter values configured via the dialog—are indeed...

11 months 前 | 0

已回答
Save simulink model blocks
Hello @mahmoud elmesery, Follow the listed steps to capture scaled, timeindependent views of your truss in Simulink/Simscap...

11 months 前 | 0

已回答
TMS320F28379D:Sampling data loss
Hello @国栋, The behaviour that is observed when the baud rate is raised to 921600—no data for a few seconds, then sampling resu...

11 months 前 | 0

已回答
Can I set Tx and Rx priority for F28379D in Simulink?
Hello @Mike Buba, Yes, it is possible to set the priority of UART (SCI) transmit (Tx) and receive (Rx) interrupts for the T...

11 months 前 | 1

已回答
How to increase the sampling rate of DAC in F28379D in simulink?
Hello @Somnath Meikap, To increase the sampling rate of the DAC on the TI F28379D microcontroller in Simulink, you can foll...

12 months 前 | 0

已回答
Modifying TI C2000 ePWM block output
Hello @Mike Buba, @Omar Shouman As per my understanding, you are trying to implement a custom logic for ePWM4. You are tryin...

1 year 前 | 0

已回答
How can I Synchronise two ePWM?
Hello @Manish Tathode, The two ePWMs can be synced by configuring one ePWM module as the master and the other as the slave ...

1 year 前 | 0

已回答
Oversampling for C2000 (F28379D)
Hello @Mike Buba Yes, you can definitely implement oversampling for SCI communication on the F28379D ControlCARD using MATLA...

1 year 前 | 0

已回答
Plan of Microcontroller Blockset for TI F29H85 devices
Hello @Felix, As you correctly mentioned, the support is not present for the generation 4 C2000 F29x series, but that is fo...

1 year 前 | 0

已回答
C2000 I2C Communication
Hello @Kevin, Refer to this example provided in the MathWorks’ documentation. It explains how to use the I2C Simulink block...

1 year 前 | 0

已回答
How can I continuously acquire image with GigE camera?
Hello @Minh Nguyen, @文 沈, This error occurs when the video object is not stopped, deleted and cleared from the workspace af...

1 year 前 | 0

已回答
Does anyone have a good solution to record a live video feed from an external camera (not the inbuilt webcam) in Matlab?
Hello @Joachim Brodin, You can achieve a synchronization between image frames recorded by a camera and other events in a scrip...

1 year 前 | 0

已回答
Potential Signal Editor Bug
Hello @Kevin Ferguson Upon attaching a scope to the Signal Editor block, it seems that the signal editor block is working ju...

1 year 前 | 0

已回答
how does dicomConnection work ?
Hello @Fayez Alruwaili, The usage of MATLAB function “dicomConnection” seems correct. The error message given is a known is...

1 year 前 | 0

已回答
Soc battery using coulomb counting code
Hello @Anis Aoudia, By modifying I believe you are trying to optimize the code such that the execution time is reduced. So,...

1 year 前 | 0

已回答
How to check Serial port continuously
Hello @Avadhoot Telepatil Data can be continuously monitored using a “timer” object. The “timer” class is used to create a “...

1 year 前 | 0

已回答
How to interface Matlab/Simulink <--->RS232<--->8051 Micrcontroller?
Hello @Luit Dutta As per my understanding, you are trying to setup a communication between MATLAB/Simulink and 8051 microco...

1 year 前 | 0

已回答
I am interafacing 8051 via serial port.How can i achieve this?
Hello @Tanmay As per my understanding you want to the set up an interface between Simulink and 8051 microcontroller. While S...

1 year 前 | 0

已回答
Matlab GUI interface with Serial Port and plot the Data
Hi @Wasim Akhlaq, As per my understanding you want to transmit data using a serial port and plot it in MATLAB GUI. This issue ...

1 year 前 | 0

加载更多