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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File 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!