You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
The folder contains a script and a function.
abjadcalc script calls for user input in a character string.
Example:
>> abjadcalc
Enter the word: بسم الله الرحمن الرحیم
The abjad numeral is: 786
abjad function calculates Abjad numerical values for texts stored in a cell array:
Example:
x = {'ابجد','هوز','حطی'};
>> abjad(x)
ans =
10
18
27
IMPORTANT:
For Matlab versions prior to 2012b, replace index(j) = find(contains(alpha,Ahex(j,:))) with index(j)=find(strcmp(alpha,Ahex(j,:)))
Cite As
Omar Joya (2026). Abjad calculator (https://www.mathworks.com/matlabcentral/fileexchange/67360-abjad-calculator), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.5.0.0 (1.5 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
