Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7762975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T14:32:53+00:00 2026-06-01T14:32:53+00:00

I have a problem with Matlab – I need to do the following :

  • 0

I have a problem with Matlab – I need to do the following :

  • Step 1 : Transceivers audio (Dave ‘,’ Nick ‘,’ Joe ‘,’ Roy ‘…..) save as .wav
  • Step 2 : Using matlab read file from .xls excel. (list of names)
  • Step 3 : Use form data step 2 .Output. wav or sound (the computer automatically read the list)

Can you for example show a segment of MATLAB code for me?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T14:32:54+00:00Added an answer on June 1, 2026 at 2:32 pm

    So I assume you have some wav files (‘Dave.wav’, ‘Nick.wav’, ‘Roy.wav’, etc.). You have an excel file:
    Dave,
    Roy,
    Dave,
    Nick

    And you want matlab to play (in this example), Dave.wav, then Roy.wav, then Dave.wav, then Nick.wav.

    First, you need to read the xls file. I had trouble getting Matlab to do in; in principle, you can go file->import data, select the file, and then click ‘generate code’ on the next screen, and it will give you a function to import that kind of data. If it gives you an error, perhaps you can save the excel file as .csv instead, and repeat the same process.

    Once you have a function importfile, you can do:

    importfile('filename');
    

    and the data will appear in a variable (probably the same as the file name – I will call it ‘data’ from now on).
    then:

    for i=1:numel(data)
      s = wavread([data{i} '.wav']);
      player = audioplayer(s, 22050);
      play(player); 
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Binary classification problem that I need to do in MATLAB. There
I need some help in this problem I have this matrix in MATLAB: A
I have the following problem using numpy 1.3.0 and MATLAB 7.9.0: the python code
I have a problem with MATLAB that i cant quite fix. It is throwing
I have a problem in my MATLAB code. Let me first give you some
here's my matlab problem. I need to write a matlab function that copies all
I've started learning about image processing in Matlab and I have a small problem.
I have the following script for importing text files into matlab which include hourly
I have the following MATLAB code: function START_Callback(a,b) global h; global lastVal; global picture1;
I have a problem in matlab I want to record a speech for 2

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.