BhaTTa - MATLAB Central
photo

BhaTTa


Last seen: Today 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 10/23 to 04/25Use left and right arrows to move selectionFrom 10/23Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
260 个回答

排名
2,469
of 298,292

声誉
24

贡献数
0 个提问
260 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 20,560

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,775

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • 6 Month Streak
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to implement a Matlab System Object with varying input and output sample rates?
please refer to: https://www.mathworks.com/matlabcentral/answers/1619385

1 day 前 | 0

已回答
Errors integrating Arduino C++ code into Simulink using S-Function Builder
Hey @Cameron Zorio, since you have metioned that you have switched to System Object approach you can have a look into IO Device...

1 day 前 | 0

已回答
System object not stop on breakpoints in stepImpl block when running simulink
Hey @shu, if you are just using matlab functions, you can just change the exexution from "code generation" to "Interpreted execu...

2 days 前 | 0

已回答
can we get equations for system objects in matlab?
I have attached code below , please take it as a reference to address your issue mimoChannel = comm.MIMOChannel('SampleRate', 1...

2 days 前 | 0

已回答
How to add custom method in System Object
I assume that you want to add custom object to MATLAB System object, I have attached one such example as a code snippet , please...

2 days 前 | 1

已回答
How to use variables from C-Code in a matlab function block?
Hey @rene, Please refer to https://www.mathworks.com/help/coder/ref/coder.opaque.html

7 days 前 | 0

已回答
How to use the Simulink Parameter Block "From Workspace" ??
Please refer to : https://www.mathworks.com/help/simulink/ug/load-data-using-the-from-workspace-block.html

7 days 前 | 0

已回答
How to return a structure from c code in MATLAB function block of simulink (not c caller function)
Please refer to this documentation: https://www.mathworks.com/help/coder/ref/coder.ceval.html, as an alternative to MATLAB func...

7 days 前 | 0

已回答
Calling external C codes in MATLAB Function block
Hey @Saeed Soltani, you can use below technology to model your system and call appropriate C functions: S functions: https://ww...

7 days 前 | 0

已回答
pass Function block parameter as C define string
Hey @mate, you can create a header file which has C macros defined and that can be included in your Simulink model. Then to mode...

7 days 前 | 0

已回答
gmake trying to use folder that doesn't exist?
Hey @hannah, i was facing similiar kind of issue, where i used to see this error "Error:The path 'aCLI/user/libraries' does not ...

9 days 前 | 0

已回答
How to plot a 3D illuminated surface?
Please refer to: https://www.mathworks.com/help/matlab/creating_plots/lighting-overview.html

1 month 前 | 0

已回答
how to make the simulation of canopy by fitting with ellipsoid and cone?
Hey @tengwei, To simulate a canopy using an ellipsoid and a cone in MATLAB, you can create a 3D plot where the ellipsoid represe...

1 month 前 | 0

已回答
Difference in pixel intensity regarding a black and white area in the image
Hey @Akhilkrishna Panamkoottathil Ramakrishnan. please refer to below ML answer: https://www.mathworks.com/matlabcentral/answers...

1 month 前 | 0

已回答
Erase year and month text created with gregax
Hey @Lucas Fonseca, Please follow below steps to delete year and month text created with gregax in the figures Text Objects: Wr...

1 month 前 | 0

已回答
Sum of squared differences SSD
Please refer to this answer: https://www.mathworks.com/matlabcentral/answers/155573 if you still have any query feel free to com...

1 month 前 | 0

| 已接受

已回答
How to solve for log returns
Hey @Martin Njagi, To calculate the log returns from stock prices, you can follow these steps. Log returns are often preferred i...

1 month 前 | 0

已回答
How to save responses in a table
Hey @Ivana Smith, You can achieve this by creating a table in MATLAB to store the responses for each image. Each row of the tabl...

1 month 前 | 0

已回答
can not customize for 5G ToolBox
Hey @toer hou, please refer to this answer: https://www.mathworks.com/matlabcentral/answers/419571

1 month 前 | 0

已回答
I have attached the code but i don't know how to initialize
Hey @mohd ayaz, i can see that you have initilized all the variable correctly, Here's a refined version of your code with commen...

1 month 前 | 0

已回答
I have placed the super node in wsn in a specific position I want to add mobility with it across x-axis?
Hey @Asad Ullah, To add mobility to a super node in a Wireless Sensor Network (WSN) across the x-axis, you can use a loop to upd...

1 month 前 | 0

已回答
Figure Property Inspector Error
Hey @Nijat Rustamov, please try the workaround provided in the below answer: https://www.mathworks.com/matlabcentral/answers/521...

1 month 前 | 0

已回答
trying to allow the user to choose the time length of a simulation
Hey @nnnnnew01, I see that you're trying to run a simulation using MATLAB's ode45 function for solving ordinary differential equ...

1 month 前 | 0

已回答
How can i plot bars with minimum and maximum value?
Hey @Matteo De Stefano, please refer to https://www.mathworks.com/help/matlab/ref/barh.html to plot horizontal bars and make sur...

1 month 前 | 0

已回答
Passing light through a wedge and a sphere
Hey @Hazrat Shah Rasouli, i assume that you want to simulate a monochromatic beam of light passing through a glass wedge of a gl...

1 month 前 | 0

已回答
Real Time interface for Matlab using Dspace(AUD)
Please refer to the comment section in this ML answer: https://www.mathworks.com/matlabcentral/answers/316000-setting-up-dspace-...

1 month 前 | 0

已回答
Interface dspace wth simulink
Please refer to the comment section in this ML answer: https://www.mathworks.com/matlabcentral/answers/316000-setting-up-dspace-...

1 month 前 | 0

已回答
Open saved figure in App Designer
Hey @Tyler M, to display a plot created by an external function (MyFunction) within your App Designer app, you can use a UIAxes ...

1 month 前 | 0

已回答
save and open in app designer
Hey @Anthos kountouris, When working with a compiled MATLAB App Designer application (an .exe), you can achieve your goals by st...

1 month 前 | 0

已回答
How to run my main.m file from app designer ?
Hey @farzad, if you are using app designer and want to make use of that function, you can add callback at appropriate component ...

1 month 前 | 0

加载更多