Playing with matrix and putting in number values
You are now following this question
- You will see updates in your followed content feed.
- You may receive emails, depending on your communication preferences.
An Error Occurred
Unable to complete the action because of changes made to the page. Reload the page to see its updated state.
0 votes
Share a link to this question
Accepted Answer
1 vote
5 Comments
- The vector is a column vector instead of a row vector. For whatever reason, the output from unique is a column instead of a row vector. We need to transpose the column vector back into a row vector. That isn't strictly necessary, I could have used another approach.
- MATLAB is 1-based, and you want your first element to be "Start" (not "A"). This means the first character ("A") should be 2 (not 1). The second character ("B") should be 3, etc.
- p = 1, so you are working with the first letter (<start>) and the second letter ('A'), and setting X(1,2) = 12, signifying that A (character 2) occurred after the <start> (character 1).
- p = 2, so you are working with the second letter ('A') and the third letter ('B'), and setting X(2,3) = 12, signifying that B (character 3) occurred after the A (character 2).
- etc.
More Answers (0)
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Tags
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)