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

  • Home
  • SEARCH
  • 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 6687121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:15:04+00:00 2026-05-26T05:15:04+00:00

Possible Duplicate: text('hebrew string') matlab shalom I am trying to work with hebrew strings

  • 0

Possible Duplicate:
text('hebrew string') matlab

shalom
I am trying to work with hebrew strings in matlab. but when I am trying to assign hebrew string to a variable, it doens’t assign it. for example:

a=’א’

a =

any ideas why?

  • 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-26T05:15:05+00:00Added an answer on May 26, 2026 at 5:15 am

    Aleph is in UTF-16, which matlab represents with its standard 2 byte char format. It probably doesn’t support input of it this way.

    You probably have to do

     a = char(1488);  % 1488 is UTF-16 for aleph
    

    And then output it some way readable by UTF-16.

    If you’re trying to simply put Hebrew into a figure title or something, then you can directly write Latex like this:

     title('\aleph')
    

    If you are trying use Matlab for text processing, I think it will work but you might not be able to view the characters in the Matlab command window.

    Update: On my system even writing to a file in the Hebrew encoding is not supported:

     fid = fopen('c:\temp\chris.txt','w','native','hebrew');
     Warning: The encoding 'ISO-8859-8' is not supported.
     See the documentation for FOPEN. 
    

    But maybe your machine supports it if you have Hebrew languages set up.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How do I ensure a text box is alphanumeric but without a
Possible Duplicate: How does uʍop-ǝpısdn text work? How to make the text upside down
Possible Duplicate: Text to speech on iPhone I have a string say Hello world.
Possible Duplicate: How To Set Text In An EditText how can we assign value
Possible Duplicate: How do I get this CSS text-decoration override to work? Take a
Possible Duplicate: Draw multi-line text to Canvas I'm trying to draw text to a
Possible duplicate: jquery change div text The above question is a possible duplicate, but
Possible Duplicate: css vertical centering I'm trying to get text centered in a vertical
Possible Duplicate: UIAlertView not showing message text I am trying to create a simple
Possible Duplicate: How to remove border around text/input boxes? (Chrome) Is there a way

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.