A résolu


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

environ 7 ans il y a

A résolu


Calculate the logarithm of number
Calculate the logarithm of number x

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


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

environ 7 ans il y a

A résolu


multiply 2 by 2
multiply 2 by 2

plus de 7 ans il y a

A résolu


sum as columns
sum as columns.

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


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

plus de 7 ans il y a

A résolu


y=x
y=x

plus de 7 ans il y a

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

plus de 7 ans il y a | 1 réponse | 0

0

réponse

A répondu
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 ...

plus de 7 ans il y a | 0

A répondu
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

plus de 7 ans il y a | 0

A résolu


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

plus de 7 ans il y a

Problème


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

plus de 7 ans il y a | 3 | 239 solveurs

A résolu


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

plus de 7 ans il y a

A répondu
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....

plus de 7 ans il y a | 0

| A accepté

A répondu
arduino uno and scope
Make sure that you have installed library for arduino.

plus de 7 ans il y a | 0

| A accepté

A répondu
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...

plus de 7 ans il y a | 0

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

plus de 7 ans il y a | 0

| A accepté

A répondu
The scope in Simulink does not show any thing!
Did you run the model??

plus de 7 ans il y a | 0

A répondu
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

plus de 7 ans il y a | 0

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

plus de 7 ans il y a | 1

A répondu
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...

plus de 7 ans il y a | 0

A résolu


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

plus de 7 ans il y a

A répondu
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...

plus de 7 ans il y a | 0

| A accepté

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

plus de 7 ans il y a | 0

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

plus de 7 ans il y a | 1

Charger plus