Clear Filters
Clear Filters

Matlab 2018a gives errors for simple statements like w=1;Is this due to installation error?

1 view (last 30 days)
The Marlab script window shows an error on very simple commands such as w=1; See attached jpg file

Accepted Answer

Walter Roberson
Walter Roberson on 12 Feb 2021
Vel=8.0;[top_left
You started creating an array, but you did not finish creating it before you started an assignment.

More Answers (1)

PADMAKAR
PADMAKAR on 12 Feb 2021
sr=1.00;
Fs=1000;
bt=-80;et=80;
fpeak=40;
% WaveTyp='Ricker';
phstyp='zero';
% phstyp='quadrature';
Vel=8.0;[top_left
%scale=-100;
wt = 0:1:80; % The red error indicator comes below the "=" sign. Cannot understand why for a simple expression.
The errors are:1. Invaid Syntax & 2.Expression cannot be assigned to multiple values. I have yets to assign the function to multiple values and this gives me an error. Can this be an Matlab installation issue?

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!