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 質問
249 回答

ランク
2,624
of 298,132

評判
22

コントリビューション
0 質問
249 回答

回答採用率
0.00%

獲得投票数
1

ランク
 of 20,538

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,453

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Knowledgeable Level 2
  • 6 Month Streak
  • First Answer

バッジを表示

Feeds

表示方法

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

25日 前 | 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...

25日 前 | 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...

25日 前 | 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...

25日 前 | 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...

27日 前 | 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...

27日 前 | 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...

27日 前 | 0

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

27日 前 | 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...

28日 前 | 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...

28日 前 | 0

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

28日 前 | 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...

28日 前 | 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...

28日 前 | 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...

28日 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 0

回答済み
Open and control the same .m file from current .m file
Hey @Duc Phan.When you create a UI in MATLAB using a .m file (often referred to as a programmatic UI), it typically runs in its ...

約1ヶ月 前 | 0

回答済み
Plotting 3D Graph in Matlab
Hey @Algorithms Analyst, To plot the statistics from multiple algorithms in a 3D graph using MATLAB, you can use the plot3 funct...

約1ヶ月 前 | 0

回答済み
Network drop Graph in Matlab
Hey @Vartika Agarwal, To visually represent the network drop as a falling line at X = 81, you can add a vertical line that drops...

約1ヶ月 前 | 0

回答済み
Write a MATLAB script file to determine the displacements at points P, Q and R. Also determine the reactions at points S, T and U. (E = 200 GPa, ν = 0.3).
Hey @Bernard P Rayen, To determine the displacements and reactions for a 2D isotropic plate with uniform thickness, you'll typic...

約1ヶ月 前 | 0

回答済み
I'm making a code for calculating the area and perimeter of the circle, with plotting, this uses GUI, Is my code correct?
Hey @Carlo Dipus, To create an app in MATLAB App Designer that calculates the area and perimeter of a circle and also plots the ...

約1ヶ月 前 | 0

回答済み
Calculate RPS by Matlab GUI and Arduino. I can't put the timing correctly. how can I do it?
Hey @Omar Hameed, Let's take a look at your setup for calculating RPS using MATLAB GUI and Arduino. It seems like there are a co...

約1ヶ月 前 | 0

回答済み
dot Indexing is not supported for variables of this type error on a scatterplot
Hey @Henry, I understand that you are facing error in scatter_2 plot, specifically with using dot indexing on total_over_stress...

約2ヶ月 前 | 1

回答済み
Target Block Builder Tool
Hey @Valerio, alternatively you can use IO Device Builder for creating device driver blocks. Please refer to the below documenta...

2ヶ月 前 | 0

回答済み
Problem when downloading Code from Simulink to Arduino Mega 2560
@Samet Tapar, Refer to the answer below: https://www.mathworks.com/matlabcentral/answers/573637-gmake-no-rule-to-make-target

2ヶ月 前 | 0

回答済み
I am facing problem with DHT11 Sensor. Can you please help on this?
Hey @MUHAMMAD HANIF ISMAIL, I understand the issue you're facing. as an alternative I recommend using the IO Device Builder, you...

2ヶ月 前 | 0

回答済み
using MATLAB , how could i send the data from my iphone to a remote computer and represent those data in a graphical format
Hey @Bhavya Rathod, ThingSpeak is a great option for collecting, analyzing, and visualizing data from your devices, such as an i...

3ヶ月 前 | 0

さらに読み込む