Community Profile

photo

Tejaswini Ramesh


Active since 2015

Statistics

  • First Review
  • First Answer
  • Thankful Level 1

View badges

Content Feed

View by

Question


How to hide and reappear titles of plot in matlab gui axes using visible?
i have different panels with axes and titles to each of these plots. I want to hide and later reappear the plot title based on t...

5 years ago | 0 answers | 0

0

answers

Answered
clear titles in gui
How to make the title in every axes visible or invisible instead of deleting them completely?

5 years ago | 0

Question


Zoom for more than 1 axes plot in Matlab GUI
Hello all! This question might sound stupid but I need help for this. I am performing zoom on axes of matlab gui using dcm = ...

6 years ago | 0 answers | 0

0

answers

Question


how to find out the number of operating points in a scattered graph for specific interval and plot the occuring number as circles or histogram (shown in pic below)?
I have the following torque vs speed graph of a vehicle. How can I get the number of points between different intervals of speed...

7 years ago | 1 answer | 0

1

answer

Question


how to convert char to array of string?
I have a list of signals named name_final = 'PECCalc_tqElFil2_VW_173','PECCtl_bDampCtl_VW_173' etc..(58 signals) store in the fo...

7 years ago | 1 answer | 0

1

answer

Question


how to compare last n characters of many strings in matlab?
I have a huge number strings stored in cell named 'b'. some names of the signals inside this cell looks like this 'PECCalc_tqEl...

7 years ago | 1 answer | 0

1

answer

Question


How to get values of selected variables from workspace?
I have a huge number of signals/variables imported into workspace and I require only some selected variables along with values. ...

7 years ago | 1 answer | 0

1

answer

Question


Adding legend of different names in a plot generated by a for loop
<</matlabcentral/answers/uploaded_files/45148/1.png>> I am performing Data Analysis for calenderic tests in various batteries...

8 years ago | 1 answer | 0

1

answer

Question


How do I merge 3 estimated parameters stored in 3 different cells?
If I use load para1 m1=para; load para2 m2=para; load para3 m3=para; m=merge(m1,m2,m3) it gives the e...

9 years ago | 1 answer | 0

1

answer