Community Profile

photo

Mukesh Jadhav


Education

Last seen: 3 years ago Active since 2016

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Content Feed

View by

Answered
Find index of cells containing my string
Haven't tested but this should work fine. word_to_find=strfind(strarray,'stringtofind'); starray.index(word_to_find);

7 years ago | 0

Answered
how to import csv file in matlab
To import data from a CSV file into MATLAB use the “readtable” function. The “readtable” function automatically detects the head...

7 years ago | 19

| accepted

Answered
How do I change the font size in my legend?
Here you go : h = legend('x','y','z'); set(h,'FontSize',12);

7 years ago | 5