Gelöst


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

mehr als 7 Jahre vor

Gelöst


Calculate the logarithm of number
Calculate the logarithm of number x

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


multiply 2 by 2
multiply 2 by 2

mehr als 7 Jahre vor

Gelöst


sum as columns
sum as columns.

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


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

mehr als 7 Jahre vor

Gelöst


y=x
y=x

mehr als 7 Jahre vor

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

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

mehr als 7 Jahre vor | 0

Beantwortet
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

mehr als 7 Jahre vor | 0

Gelöst


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

mehr als 7 Jahre vor

Problem


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

mehr als 7 Jahre vor | 3 | 240 Lösungsvorschläge

Gelöst


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

mehr als 7 Jahre vor

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

mehr als 7 Jahre vor | 0

| akzeptiert

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

mehr als 7 Jahre vor | 0

| akzeptiert

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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 0

| akzeptiert

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

mehr als 7 Jahre vor | 0

Beantwortet
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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 1

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

mehr als 7 Jahre vor | 0

Gelöst


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

mehr als 7 Jahre vor

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

mehr als 7 Jahre vor | 0

| akzeptiert

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

mehr als 7 Jahre vor | 0

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

mehr als 7 Jahre vor | 1

Mehr laden