Solved


Increment up an input vector
Increment up an input vector by adding the indices to the vector values. For example, if an input vector is [3, 2, 6, 1, 6], the...

mer än 7 år ago

Solved


Calculate the logarithm of number
Calculate the logarithm of number x

mer än 7 år ago

Solved


Create a code for XNOR
Given two inputs, output XNOR of those two

mer än 7 år ago

Solved


Solve the system of linear equations
4x - 2y +6z=8 2x + 8y +2z=4 6x + 10y +3z=0 Input is each coefficient of polynomial. For example, a=[4 ...

mer än 7 år ago

Solved


Number of primes
Count the number of primes less than 'n'.

mer än 7 år ago

Solved


Slope of the line passing through two points
Determine the slope of a line passing through the points a=[x1 y1] and b=[x2 y2].

mer än 7 år ago

Solved


multiply 2 by 2
multiply 2 by 2

mer än 7 år ago

Solved


sum as columns
sum as columns.

mer än 7 år ago

Solved


Einsteinium-253 decay
Radioactive Einsteinium-253 has a half-life of 1,768,608 seconds. Given 1000mg of Einsteinium-253 at t=0 days, how much is lef...

mer än 7 år ago

Solved


Convert hex color specification to MATLAB RGB
Here's something that comes up all the time if you deal with web pages. Given a <http://www.w3schools.com/html/html_colors.as...

mer än 7 år ago

Solved


Double Deal
*Description* Given an input vector _v_, return the first element as the first output, the second element as the second outpu...

mer än 7 år ago

Solved


y=x
y=x

mer än 7 år ago

Question


Close result window of toolbox result
Hi, after running some toolbox of MATLAB. Result window is appearing at every iternation in code. I want to close it. I have tri...

mer än 7 år ago | 0 answers | 0

0

answers

Answered
Bad clarity using export_fig
In figure window, file-> Save as-> Check option for PDF. It will be better quality. In case, if you are using Latex, then ...

mer än 7 år ago | 0

Answered
Matlab GUI - Enter variable name in the Edit Text box
You can save in .mat file and load data in script. check doc save and doc load in matlab command

mer än 7 år ago | 0

Solved


Create vector as shown in test cases
Create vector as shown in test cases

mer än 7 år ago

Problem


Create vector as shown in test cases
Create vector as shown in test cases

mer än 7 år ago | 3 | 240 solvers

Solved


find the Area of a rectangle
length is x width is y what is the area of the rectangle?

mer än 7 år ago

Answered
How can I get bode plot on closed loop buck power supply
<http://in.mathworks.com/help/slcontrol/gs/bode-response-of-simulink-model.html> Find out frequency response of the system....

mer än 7 år ago | 0

| accepted

Answered
arduino uno and scope
Make sure that you have installed library for arduino.

mer än 7 år ago | 0

| accepted

Answered
my code is running but it didn't display the graph even if it put the x and y value in the axis. here is my code
x is scalar. That is main reason. use linspace command to create different samples between xd1 and xd2. e.g, linspace(xd1,xd...

mer än 7 år ago | 0

Answered
How can I solve this PDE equation?
<https://in.mathworks.com/help/matlab/math/partial-differential-equations.html>

mer än 7 år ago | 0

| accepted

Answered
The scope in Simulink does not show any thing!
Did you run the model??

mer än 7 år ago | 0

Answered
How can I plot this equation in matlab?
USe for loop for n. X and t can be vector. t=0:0.01:3; x=0:(pi/100):pi; for n=1:20 end

mer än 7 år ago | 0

Answered
Move legend to middle of figure
In figure editor, you can move legend. (Edit-> Figure properties -> click on legend)

mer än 7 år ago | 1

Answered
Use of an existing function as a objective function?
You can call Simulink model using sim function in objective function. In Simulink model, you can store that variable (to workspa...

mer än 7 år ago | 0

Solved


I told you not separate me, but you did :( - ACDC
Given input vector, output it's DC and AC value Example: input = 0 1 -1 0 ac = 0 1 -1 0 dc = 0

mer än 7 år ago

Answered
cannot install arduino library in matlab 2015a?
You need to delete this folder, Make sure that folder is not in path tool. Or easy way, install in new folder...

mer än 7 år ago | 0

| accepted

Answered
inserting multiple values in simulink
see help of gain block, you will be able to solve your issue.

mer än 7 år ago | 0

Answered
Adding Latex Code?
You can use following link for checking <https://www.codecogs.com/latex/eqneditor.php> your equation, or making equation

mer än 7 år ago | 1

Load more