photo

BhaTTa


Last seen: 15 dagen ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
301 Answers

RANK
2.227
of 300.321

REPUTATION
28

CONTRIBUTIONS
0 Questions
301 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20.913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.093

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
How can i add multiple choices in listbox GUI?
Hey @ANURAG DEEPAK, you can associate the callbacks to your list box, please refer to this documentation: https://www.mathworks....

2 maanden ago | 0

Answered
How can I select random number from a range that involves my previous size of data?
Hey @Koko08, below i have attached MATLAB snippet that: picks a contiguous random segment starting at location(i,col1)+21 with t...

2 maanden ago | 0

Answered
translation of a 3d node
Hey @Cristiana Abilheira, If you’ve already picked out the three vertex indices of your triangle—say they are i1, i2, i3—and yo...

2 maanden ago | 0

Answered
How to make a properablity eqautions
Hey @Rainaire Hansford, I have attached simple MATLAB script that will: Let you specify a range of integers (e.g. 1 to 10). Ra...

2 maanden ago | 0

Answered
The orbit diagram for the logistic family
Hey @Zoe Erickson, Here’s a simple way to turn your loops into a proper bifurcation (orbit) diagram for the logistic map Key id...

2 maanden ago | 0

Answered
How to make multiple signatures appear in the syntax field of a documentation
Hey @Berenice D'Antonio, you can add additional signatures yourself in the function’s first comment block (text section) by clic...

2 maanden ago | 0

Answered
Save data into excel in standalone app
Hey @Oddineus, If you are using MATLAB App Designer, please refer to the below MATLAB Answers to solve your problem: https://www...

2 maanden ago | 0

Answered
co-variance Matrix formation
I understand you want to calculate a 6x6 covariance matrix from 6 row vectors (each of size 1x6). Please refer to the solution b...

2 maanden ago | 0

Answered
Create a meshgrid on a 3d plot
Hey @Ellisis, you can refer to the code below: % Simple dummy data initialization lon = 270 + 15*rand(500,1); % 500 random ...

2 maanden ago | 0

Answered
How do i make a line with a fixed length and fixed y axis move its second point freely within a closed region
Hey @Zain Ahmed, Looking at your code, I understand the issue. You have a semicircular workspace where you want a line of fixed ...

2 maanden ago | 0

Answered
How to get rid of NaN when entered value other than numeric value in UI table in appdesigner?
Hey @madhura patil, i have a workaround for you, please refer below: When you enter something that doesn't match, it often defa...

3 maanden ago | 0

Answered
How to create random users in a defined area of a circle
Hey @Eugene Fab, Here's how you can modify your code to place three random users within a specified circle (let's say R1 for now...

3 maanden ago | 0

Answered
How to use default Excel data for 3d plots in MATLAB
Please refer to this MATLAB Answer : https://www.mathworks.com/matlabcentral/answers/810390

3 maanden ago | 0

Answered
While using createMask() function the following error is occuring ? what may be the reason for this? how can I solve this?
Hey @Hridya PI, i assume that error you are facing might be because of the below reason: Toolbox Missing/Not Installed: createM...

3 maanden ago | 0

Answered
NEED SOLUTION FOR THE FOLLOWING ERROR
Hey @Pavan Kumar Reddy Yannam, the error means MATLAB can't find a variable or function named tt when it tries to execute line 7...

3 maanden ago | 0

Answered
transposing a matrix of panel data
After reading the data into MATLAB workspace you can use repshape and repmat, i have shown with an example below: % --- 1. Crea...

3 maanden ago | 0

Answered
Want to create save, save as, new, open tabs
Hey @Avinav Kumar, you can make use Matlab App Designer as an alternative to MATLAB guide, the logic for your requirement in App...

3 maanden ago | 0

Answered
Matlab R2019a opens automatically
Hey @Leandro Lecca Villacorta, I assume that it might be problem of autostart , please refer to this answer to fix the issue: ht...

3 maanden ago | 0

Answered
1D Random Walk for Multiple Walks
Hey @bk9889, i can see some issues in your code: You have X2avg(i) = X2avg(i) + X(j,i)^.2; The notation <x^2> means the averag...

3 maanden ago | 0

Answered
How to extract Number Plate from Car Image
Please refer to this Matlab Answer: https://www.mathworks.com/matlabcentral/answers/197846

3 maanden ago | 0

Answered
plotting projectile motion with air resistance
Hey @hawa hassan, please refer to below code where i have plotted the above reqirements, take it as reference and modify accordi...

3 maanden ago | 0

Answered
How can we get bluetooth signal strength?
Please refer to the following Matlab Answer: https://www.mathworks.com/matlabcentral/answers/1839658

3 maanden ago | 0

Answered
How can calculate the RSSI(Received Signal Strength indicator) values in matlab ?
Please refer to the following Matlab Answer: https://www.mathworks.com/matlabcentral/answers/1839658

3 maanden ago | 0

Answered
Can anyone show me an example of the difference between leach-c and leach-h protocols ?
Hey @Martin Sokolov, please refer to following articles: https://www.researchgate.net/publication/330780369_Performance_comparis...

3 maanden ago | 0

Answered
can't launch matlab after activation ubuntu 18.04 Licensing error: -8,523.
Hey @wided hechkel, Please refer to this MATLAB Answer thread: https://www.mathworks.com/matlabcentral/answers/481478

4 maanden ago | 0

Answered
Static Text update according to GUI List box callback
Hey @Muhammad Salman Arif, You’re comparing the index (a) to literal strings like Natural-Gas, which is incorrect. The Value pro...

4 maanden ago | 0

Answered
app designer stuck right after opening
Hey @Dvir Haberman, please refer to following MATLAB Answer thread: https://www.mathworks.com/matlabcentral/answers/313886

4 maanden ago | 0

Answered
Issue with different number rows in matlab
Hey @Obinna Mbadozie this is a very common scenario, especially when you have multiple experimental runs or data chunks stored i...

5 maanden ago | 0

Answered
fig. file conversion to mp4 or .mov
Hey @Poojitha Thaduri, please refer to this MATLAB Answer thread: https://www.mathworks.com/matlabcentral/answers/614713

5 maanden ago | 0

Answered
take mean of consecutive 5 values.
Hey @RUCHI CHOUDHARY, To implement the moving average of cost values and stop the iteration when the mean drops below 0.1, you'l...

5 maanden ago | 0

Load more