Resuelto


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...

más de 7 años hace

Resuelto


Calculate the logarithm of number
Calculate the logarithm of number x

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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 ...

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


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].

más de 7 años hace

Resuelto


multiply 2 by 2
multiply 2 by 2

más de 7 años hace

Resuelto


sum as columns
sum as columns.

más de 7 años hace

Resuelto


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...

más de 7 años hace

Resuelto


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...

más de 7 años hace

Resuelto


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

más de 7 años hace

Resuelto


y=x
y=x

más de 7 años hace

Pregunta


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...

más de 7 años hace | 0 respuestas | 0

0

respuestas

Respondida
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 ...

más de 7 años hace | 0

Respondida
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

más de 7 años hace | 0

Resuelto


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

más de 7 años hace

Problema


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

más de 7 años hace | 3 | 240 solvers

Resuelto


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

más de 7 años hace

Respondida
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....

más de 7 años hace | 0

| aceptada

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

más de 7 años hace | 0

| aceptada

Respondida
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...

más de 7 años hace | 0

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

más de 7 años hace | 0

| aceptada

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

más de 7 años hace | 0

Respondida
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

más de 7 años hace | 0

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

más de 7 años hace | 1

Respondida
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...

más de 7 años hace | 0

Resuelto


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

más de 7 años hace

Respondida
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...

más de 7 años hace | 0

| aceptada

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

más de 7 años hace | 0

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

más de 7 años hace | 1

Cargar más