Recent content by Tina22

  1. T

    MATLAB How can I create a MATLAB function for importing data from an Excel table?

    because I have to do it in the way I explained above.
  2. T

    MATLAB How can I create a MATLAB function for importing data from an Excel table?

    You are right. I would have explained more. Sorry about that. 1) I would like to have some characteristics in the header like rise time, fall time,etc. Isn't it possible? 2) Basically, There are not two different tables. Let me explain more. Header is not above each column, it is the first...
  3. T

    MATLAB How can I create a MATLAB function for importing data from an Excel table?

    Hi all, I am trying to create a function in MATLAB for a table in Excel. Basically, I have to define a header (an array 34*1), waveform characteristics (that is an array 34*88), and finally data for the waveforms (that is a array 10001*88). Could you please help me on that?? Thanks
  4. T

    MATLAB Create Table for Matlab Newtonian Cooling Solution

    Thanks for your prompt response and sorry about replying here. I was wondering how I can import the excel file (the table) into the MATLAB?? Basically, I want to create a function to address each column and row. Thanks again
  5. T

    MATLAB Create Table for Matlab Newtonian Cooling Solution

    Hi, I am trying to write MATLAB codes for an excel table (Bsically create a function). In the first column (header), there are some characteristics and in the first row, there are some experimental results for the characteristics. How can I do that to address each datium in a specific row...