disp('ENTER YOUR CHOICE:') disp('1:for short transmission line') disp('2:for medium transmission line') disp('3:for long transmission line') check=input('Enter your choice:')

4 views (last 30 days)
What could be wrong with the code below??
disp('ENTER YOUR CHOICE:')
disp('1:for short transmission line')
disp('2:for medium transmission line')
disp('3:for long transmission line')
check=input('Enter your choice:');
R=input('Enter the lines resistance in Ohms per km:');%R=0.1161ohms/km
When I try publishing, this is wha I get
Error using publish (line 123)
The output file "C:\Users\Mugabe\Desktop\html\ABCD.pdf" is not writable.
Error in mdbpublish (line 55)
outputPath = publish(file, options);
Error using open (line 68)
NAME must contain a single string.

Answers (0)

Categories

Find more on RF Blockset Models for Transceivers 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!