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 7548217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T09:38:35+00:00 2026-05-30T09:38:35+00:00

For example, I have: A = [‘apple’,’banana’,’strawberry’,’orange’] B = [‘2′,’1′,’1′,’4’] I want: struct_foo =

  • 0

For example, I have:

A = ['apple','banana','strawberry','orange']
B = ['2','1','1','4']

I want:

struct_foo = 
     apple: 2
    banana: 1
strawberry: 1
    orange: 4

In other words, I want a struct whose fields are elements in A and the value of those fields are elements in B.

I can do this easily with a for loop…, but is there an easier way to do this?

  • 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-05-30T09:38:36+00:00Added an answer on May 30, 2026 at 9:38 am

    You can use the command cell2struct. Note the curly brackets when defining A and B. Also, you may want to remove the quotation marks around the numbers in B if the values should be numeric.

    A = {'apple','banana','strawberry','orange'}
    B = {'2','1','1','4'}
    out = cell2struct(B',A)
    
    out = 
    
             apple: '2'
            banana: '1'
        strawberry: '1'
            orange: '4'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Example: I have a $variable = _foo , and I want to make absolutely
Is there a way to get information about other running applications? for example: have
Example: I have this block, and I want to update a label on the
UIWebView, UIColor or UITextField for example have no entries in http://developer.apple.com/search.php or the documentation
Example:i have a database name base1,with one table(product) and data inside her:productid,name,price. How to
Example: I have an NSInteger and I wrap that into an NSNumber object. Now
for example have a div,html code below <div id=testDiv></div> but when i set the
Simple 'Example' - have millions of points within specific geography. Have everything loaded and
If I for example have my url looking like index.php?category=IT%20&%20Soft. Then i try to
if I have a UILabel: label1.text (maximum length 6 character) In this example GARAGE

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.