提问


Adding feasible region on a Contour plot
Hi, I am trying to plot a contour of an optimization problem and also determine the feasible region for the function. I have b...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Calling a function without an Output argument
Hi Programmers, I have a function that plots the phase and magnitude of my signal. I want this function to plot only the magni...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Re-arranging row of a matrix in array.
IHello Programmers, I am trying to perform the following tasks. I have a function that returns two vector as output and one o...

3 years 前 | 2 个回答 | 0

2

个回答

提问


For loop execution.
I am trying to compute the code shown below. but keep getting error. I will be happy if someone could please look at the code ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Display strings and variable - cell array
I want to disply the output of my variable. so i created the following code. food= { 'Rice','Quinoa','Tortilla','Lentils','Bro...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to create code for toeplitz matrix
I have Y = [1,2,3,4] and I want to create YY = [1 2 3 4 2 1 2 3 3 2 1 ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Array computation in Matlab
Please i need help in writing this code. My other option is to write the code manually. But I figured that would not be efficien...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
How to solve a systems of ODE and Algebraic Equations
Thank you James for the feedback. See the sample equations. f = 10; A = 0.2; w = 2*pi*f; wh = 0.8; wl = 0.2; y = 25 - (...

3 years 前 | 0

提问


How to solve a systems of ODE and Algebraic Equations
I have a system of 3 nonlinear ODE and 2 nonlinear algebraic equations. Please how can I solve these systems of equation. ODE ...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Using Help using filter function in Matlab
clear all G = @(u,t)(25-(5-(u)).^2); u = 0; %g0 = G(0.1,0); phase = 0; % Extremum Seeking Control Parameters freq ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Error - Index exceeds the number of array elements (1)
clear all close all %clc

3 years 前 | 1 个回答 | 0

1

个回答