photo

Gayan Lankeshwara


Last seen: presque 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

13 Questions
0 Réponses

Cody

0 Problèmes
12 Solutions

RANG
112 774
of 300 791

RÉPUTATION
0

CONTRIBUTIONS
13 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
61.54%

VOTES REÇUS
0

RANG
 of 21 091

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
35 987
of 171 108

CONTRIBUTIONS
0 Problèmes
12 Solutions

SCORE
130

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3
  • First Review
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Finding row indices of a cell array containing a certain element
I hae the following cell array. arr = cell(4,1); arr{1,1}=1:3:15; arr{2,1}=2:2:20; arr{3,1}=3:3:30; arr{4,1}=0:4:10; %...

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


Obtaining half-spaces from the convex hull in MATLAB
I have determined the convex hull of certain points in 2-D plane using convhull function in MATLAB. For example, P = [0 0; 1 1...

presque 4 ans il y a | 3 réponses | 0

3

réponses

Question


Can I use ismember to compare a vector with a matrix
Hi there, Imagine I have an array and a matrix as below. array_sample = [10;20;30] matrix_sample = [15,35,10;22,33,44;55,25,3...

plus de 5 ans il y a | 3 réponses | 0

3

réponses

Question


How can I modify the datetime ticks used in heatmaps
I am using datetime ticks to represent the x-axis as given in the following MWE code. %% random heatmap h1 = heatmap(rand(60))...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Using a Matlab file as an input argument in a function ?
Assume that I have a sampledata.mat array and I have to input it into a function myfun. I have defined the function as below....

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Is it possible to export a figure in Live editor as .eps
I just need to know whether I can export a figure in the Live Editor as .eps ? I can only find options to export as .png, .pdf,...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Changing the xticks in a heatmap to a datetime ticks
I need to change the xticks of the following matrix to be in datetime format. randMatrix = rand(5,10) heatmap(randMatrix) If...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Creating a mesh plot with data in a timetable
Hi there, Assume that I create a time table based on a matrix as follows. X = rand(5,3); Time = seconds(1:5); TT = array2tim...

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


Problem with generating random numbers when performing a Monte carlo simulation in Matlab ?
Hi there, I am performing a Monte carlo simulation and this is the code for it. clc; clear all; num_simulations = 1000 ...

plus de 5 ans il y a | 1 réponse | 0

0

réponse

Question


How to generate a random number from a user defined discrete uniform distribution in Matlab ?
Hi there, Imagine that I have written the following code in MATLAB. numItems = 100 ; Levels = [0.25, 0.5, 0.75, 1.0] prob = ...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


The figure window remains unresponsive after copying a figure in MATLAB ?
Hi there, I am running MATLAB on a MacBook Air installed with macOS Catalina 10.15.4. When I try to generate a figure and copy...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to utilise the MATLAB debugger mode to initialise a random iteration in a FOR loop ?
Hi there, Just imagine that I have a for loop in a code as show below. for count = 1 : 100 do something end I have foun...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to change certain values of a column in a table depending on a certain time range ?
Hi there, I have an array Total and then I created a timetable to combine them together. t1 = datetime(2020,04,01, 0,0,0); t2...

plus de 5 ans il y a | 1 réponse | 0

1

réponse