Community Profile

photo

alankrita asthana


Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


hi.how to convert cell array to table?. i tried using cell2table() but it shows an error 'invalid function for the type cell'
if true LastName = {'Smith';'Johnson';'Williams';'Jones';'Brown'}; Age = [38;43;38;40;49]; Height =[71;69;64;67;64]; A...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


hi. i have two guis main and sub . i have stored inputs from all the edit boxes in sub in a variable, var. i need to tranfer var to main gui.and use it for further logic.kindly help.
function data_Callback(hObject, eventdata, handles) % hObject handle to data (see GCBO) % eventdata reserved - to be...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten