
BhaTTa
Followers: 0 Following: 0
Statistics
0 Questions
260 Answers
RANK
2,476
of 298,528
REPUTATION
24
CONTRIBUTIONS
0 Questions
260 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
2
RANK
of 20,607
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 161,568
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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
17 days ago | 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...
17 days ago | 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...
18 days ago | 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...
18 days ago | 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...
18 days ago | 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
23 days ago | 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
23 days ago | 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...
23 days ago | 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...
23 days ago | 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...
23 days ago | 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 ...
25 days ago | 0
How to plot a 3D illuminated surface?
Please refer to: https://www.mathworks.com/help/matlab/creating_plots/lighting-overview.html
2 months ago | 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...
2 months ago | 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...
2 months ago | 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...
2 months ago | 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...
2 months ago | 0
| accepted
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...
2 months ago | 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...
2 months ago | 0
can not customize for 5G ToolBox
Hey @toer hou, please refer to this answer: https://www.mathworks.com/matlabcentral/answers/419571
2 months ago | 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...
2 months ago | 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...
2 months ago | 0
Figure Property Inspector Error
Hey @Nijat Rustamov, please try the workaround provided in the below answer: https://www.mathworks.com/matlabcentral/answers/521...
2 months ago | 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...
2 months ago | 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...
2 months ago | 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...
2 months ago | 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-...
2 months ago | 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-...
2 months ago | 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 ...
2 months ago | 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...
2 months ago | 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 ...
2 months ago | 0