Clear Filters
Clear Filters

How can I create a Custom varible name as "P/Po" with any value?

2 views (last 30 days)
How can I create a Custom varible name as "P/Po" with any value?
How to create a Custom varible name as "P/Po" with any value
something like this.
P/Po=0;
d=P/Po+3
d=
1

Answers (1)

KALYAN ACHARJYA
KALYAN ACHARJYA on 27 Nov 2019
Edited: KALYAN ACHARJYA on 27 Nov 2019
As per my limited knowledge, you cant do that because P/Po represents P divide by Po. Is there any necessity, or choose other varible names, those are allowed format. e.g.
P_divide_by_Po
PbyPo
P_Po
etc

Categories

Find more on Structures in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!