Card game switching Q K J and T from string to numbers and adding the card up
1 回表示 (過去 30 日間)
古いコメントを表示
Ok so my input comes in with an answer of face value of two card. ie... 'Q2' is a queen and a two... I need to add the cards together but I need to fist change all Q K J T to Q,K,J,T=10 and A=11 then add them.... How would I arrange my if else... I've been playing with string2num and letters2num and I can't seem to get it.

2 件のコメント
David Hill
2021 年 2 月 17 日
Depending on what you are doing, you might want to look at defining card as a class.
classdef card
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!