BhaTTa - MATLAB Central
photo

BhaTTa


Last seen: Today Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 10/23 to 03/25Use left and right arrows to move selectionFrom 10/23Use left and right arrows to move left selectionTo 03/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 Questions
233 Answers

RANK
3,048
of 297,503

REPUTATION
18

CONTRIBUTIONS
0 Questions
233 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

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

  • Knowledgeable Level 2
  • 6 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
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 ...

4 hours ago | 0

Answered
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...

4 hours ago | 0

Answered
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 ...

4 hours ago | 0

Answered
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 ...

4 hours ago | 0

Answered
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...

2 days ago | 0

Answered
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...

2 days ago | 0

Answered
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...

2 days ago | 0

Answered
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 ...

2 days ago | 0

Answered
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...

2 days ago | 0

Answered
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...

27 days ago | 1

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

1 month ago | 0

Answered
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

1 month ago | 0

Answered
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...

1 month ago | 0

Answered
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...

2 months ago | 0

Answered
Matlab for my needs
Hey @Idan, To address your questions: 1. Sending Data to a Sensor from MATLAB: Yes, it is possible to send data to a sensor f...

2 months ago | 0

Answered
refer to variable within matrix calculation
Hey @jelle, I assume that you wan to calculate the mean of specific segments of data from a column in output and placing these m...

2 months ago | 0

Answered
Triplot Error
Hey @Jennifer, Usually "Index exceeds matrix dimensions" error indicates that you're trying to access an element of a matrix or ...

2 months ago | 0

Answered
city in europe
I assume that make the map of Paris in one general plot of Europe, please refer to the below code: % Create a map of Europe wit...

2 months ago | 0

Answered
How to create DHT11 sensor block
refer: https://www.mathworks.com/help/simulink/supportpkg/arduino_ref/dht11-relative-humidity-temperature-io-device-builder.html...

3 months ago | 0

| accepted

Answered
Is there any app?
IO Device Builder app in Simulink Support Package for Arduino Hardware allows you to quickly create a System object for custom o...

3 months ago | 0

| accepted

Answered
TRANSFER FCN FUNCTION BLOCK
Hey @SARAVANAN SINGARAVELU, I understand from your question that you want to analyze temperature characteristics using a transf...

3 months ago | 0

Answered
MATLAB code runs but it throws error once compiled.
If the error is coming from legendreP() function please refer: https://www.mathworks.com/matlabcentral/answers/373317

3 months ago | 0

Answered
I need data to be sorted but be consistent from the data values they came from
refer : https://www.mathworks.com/matlabcentral/answers/583727

3 months ago | 0

Answered
Add and remove node from graph
Hey @mh fr, To add back the removed nodes to a graph in MATLAB, you can follow these steps: Store the Removed Nodes: Keep track...

3 months ago | 0

Answered
Underline text when mouse passes over it
refer: https://www.mathworks.com/matlabcentral/answers/28189-underline-text-in-gui

3 months ago | 0

Answered
Travelling salesman problem GA Matlab code debug
Replacing nnminr with min Row-wise Minimum: Use min(x, [], 2) to get the minimum value of each row. Column-wise Minimum: Use m...

3 months ago | 0

Answered
Remote API CPLEX for Matlab
refer: https://www.mathworks.com/matlabcentral/answers/262857

3 months ago | 0

Answered
plot datetick with mmm, dd yyyy in lower right corner as in datetime axis
Hey @F S, I understand that you want to display a date label in the lower right corner of a plot with a datenum x-axis, you can ...

3 months ago | 0

Answered
Expression is too large for MATLAB to evaluate
refer: https://www.mathworks.com/matlabcentral/answers/195103

3 months ago | 0

Answered
Crash matlab after use help.
refer: https://www.mathworks.com/matlabcentral/answers/332742

3 months ago | 0

Load more