
BhaTTa
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
260 回答
ランク
of 161,156
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
How to implement a Matlab System Object with varying input and output sample rates?
please refer to: https://www.mathworks.com/matlabcentral/answers/1619385
9日 前 | 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...
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...
9日 前 | 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...
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...
10日 前 | 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...
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...
10日 前 | 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...
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...
10日 前 | 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
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
15日 前 | 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
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
15日 前 | 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...
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...
15日 前 | 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...
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...
15日 前 | 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...
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...
15日 前 | 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 ...
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 ...
17日 前 | 0
回答済み
How to plot a 3D illuminated surface?
Please refer to: https://www.mathworks.com/help/matlab/creating_plots/lighting-overview.html
How to plot a 3D illuminated surface?
Please refer to: https://www.mathworks.com/help/matlab/creating_plots/lighting-overview.html
約1ヶ月 前 | 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...
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ヶ月 前 | 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...
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ヶ月 前 | 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...
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ヶ月 前 | 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...
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ヶ月 前 | 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...
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ヶ月 前 | 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...
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ヶ月 前 | 0
回答済み
can not customize for 5G ToolBox
Hey @toer hou, please refer to this answer: https://www.mathworks.com/matlabcentral/answers/419571
can not customize for 5G ToolBox
Hey @toer hou, please refer to this answer: https://www.mathworks.com/matlabcentral/answers/419571
約1ヶ月 前 | 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...
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ヶ月 前 | 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...
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ヶ月 前 | 0
回答済み
Figure Property Inspector Error
Hey @Nijat Rustamov, please try the workaround provided in the below answer: https://www.mathworks.com/matlabcentral/answers/521...
Figure Property Inspector Error
Hey @Nijat Rustamov, please try the workaround provided in the below answer: https://www.mathworks.com/matlabcentral/answers/521...
約2ヶ月 前 | 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...
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ヶ月 前 | 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...
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ヶ月 前 | 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...
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ヶ月 前 | 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-...
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ヶ月 前 | 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-...
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ヶ月 前 | 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 ...
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ヶ月 前 | 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...
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ヶ月 前 | 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 ...
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ヶ月 前 | 0