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:')

2 次查看(过去 30 天)
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.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 RF Blockset Models for Transceivers 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by