yes you will need matlab software
Can someone please help me. attached is the exercise i am doing in matlab. also attached is the exercise that i am suppose to be doing.also attached is part a of my code and part b. also attached is an error code i am getting. can someone please help me with this. thanks. explain in detail what i am doing wrong and what i need to do to fix it.





I have attached two images
first one is done with anonymous function and the second one using
the inline function.
In anonymous function, the syntax is @(x,y) not @(x;y) that is why it is showing error. and you need to store the value of f(x,y) into another variable then only it will print the result and the last line which you have mentioned ans=-1.4630 is not required it will print the result in the command window.
In the last image, I have shown what exactly clear command do.if you define a function and then do clear (function_name) then it will clear the previously defined function and one can use the same function name to define another function. the image will show the clear view of the clear command.

Thanks!!
yes you will need matlab software Can someone please help me. attached is the exercise i...
Need help with this Matlab program %% Exercise 1 % NOTE: Please suppress output--i.e., use a semicolon ';' at the end of any % commands for which the output is not necessary to answer the question. % Delete these notes before turning in. % Define input variable theta as discretized row vector (i.e., array). theta = ??; % Define radius. r = ??; % Define x and y in terms of theta and r. x = ??; y = ??;...
Can someone please help me solve these problems without
skipping steps I need to understand the process. Thank
you
If V xy 2xy2 + yz, evaluate V dr between A (0, 0, 0) and B (2, 1, -3) along the curve with parametric equations x 2t, y t, z 3t3 If F-ry® i + yz2 j + zx2 k, evaluate | F-dr along the curve x 3u2, y u, z 2u between A (3,-1, 2) and B (3, 1,2) Evaluate...
Please I need help with MATLAB .. PLease help me . Thankyou Write Matlab code to plot a 2D sinc function over a 2D cartesian grid where x ranges from 100 to 355 and y ranges from 0 to 255 and the sinc is centered at somewhere not midway in the grid. First plot the grid, and then plot the function on the grid (both as grayscale and as a surface plot). Comment the code well, generate the figures and...
Can someone please help me out with this as soon as possible
7) Use Matlab to compute the following infinite sums ? n=1 7) Find the minima and maxima of the following function f(x) = 1 + x² + 3 sin?(x) – 5 cos? (x) Then plot the function f(x) using MATLAB and verify your results.
Circuit Analysis: Need help writing this into MATLAB. I do not
need it in paper I need help putting it into MATLAB. * DO NOT WRITE
ON PAPER* Please use MATLAB and post your code. Thank you.
My work completed. Please help me in make code for the above
circuit ^.
Here is my work for Part 3 that is needed to complete this part
4. ( could not solve the last part)
Part 4. AC Solution by Phasor Analysis...
help me please , By using MATLAB
How can I plot the solution of linear diffrential system ? I
want the code in general case
We were unable to transcribe this imageclose all clear MATLAB Code: clc A= [1 0 1; 0 0 0;00-1]; % Coefficient Matrix Xo = [5 76]'; % Initial condition V, D = eig(A); % Get the Eigen values and Eigen vectors % General Solution: X=Sum of {c_i*exp(L_i*t) *V_i % where c_i are constants, L_i are...
Can someone pleas help me answer this question, below is the
attached table. I am receving a comment that the picture is not
clear, but that comment is 100% not true..
3. (20) What is the radius R of a critical bare sphere composed of a homogenous mixture of 35U and graphite with a uranium to carbon atom ratio of 1 to 100,000? (Hint: use table 10.2) You must show every step to receive full credit.
can someone please help me with this, I'm really stuck.
here a sample code provide for the matlab:
clear all; close all;
% ---------- (a) ----------
a = 0.7; % attenuation coef.
D = 5; % digital time delay
UnitImpulse = [1 zeros(1,???)]; % creat unit impulse, starting from
n=0;
x = UnitImpulse;
y = filter(1, [1 zeros(1, D-1) -a], x); % help filter, do you know
the usage of filter() now?
n = 0:(length(y)-1); % check length of y[n]...
Hi, can someone help me obtain the Figure 1 graph using Matlab?
I need to see the code how you do the DTFT in Matlab. Thanks!
The impulse response of a discrete-time LTI (linear time-invariant) system is, h[n] = Sinna Refer to Table 5.2 in the textbook for the basic discrete-time Fourier transform pairs The frequency response of the LTl system is, H (ejo, Here, H(e") is periodic with period 2 Step 2 of 31 Sketch the frequency response of...
Can someone help me out with this. I can't get my MATLAB to do
these correctly, thanks!
Solve the following differential equations using the Matlab function "ode45”, ”ode23” or “ode 15s". For all cases use odeset to set the stats to on, so you can see the process for the solver. Plot your result. Use a legend on your plots. (a) y' =-2y y(0) = 5, tfinal = 2 (b) y" + 3 y' + 25 y = 0 y(0)...