Community Profile

photo

Mukesh Jadhav


Education

Last seen: oltre 3 anni fa Attivo dal 2016

Followers: 0   Following: 0

Contatto

Statistiche

  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
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);

oltre 7 anni fa | 0

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

oltre 7 anni fa | 19

| accettato

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

oltre 7 anni fa | 5