解決済み


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

7年以上 前

解決済み


Calculate the logarithm of number
Calculate the logarithm of number x

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


multiply 2 by 2
multiply 2 by 2

7年以上 前

解決済み


sum as columns
sum as columns.

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


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

7年以上 前

解決済み


y=x
y=x

7年以上 前

質問


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

7年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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 ...

7年以上 前 | 0

回答済み
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

7年以上 前 | 0

解決済み


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

7年以上 前

問題


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

7年以上 前 | 3 | 240 個のソルバー

解決済み


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

7年以上 前

回答済み
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....

7年以上 前 | 0

| 採用済み

回答済み
arduino uno and scope
Make sure that you have installed library for arduino.

7年以上 前 | 0

| 採用済み

回答済み
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...

7年以上 前 | 0

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

7年以上 前 | 0

| 採用済み

回答済み
The scope in Simulink does not show any thing!
Did you run the model??

7年以上 前 | 0

回答済み
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

7年以上 前 | 0

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

7年以上 前 | 1

回答済み
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...

7年以上 前 | 0

解決済み


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

7年以上 前

回答済み
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...

7年以上 前 | 0

| 採用済み

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

7年以上 前 | 0

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

7年以上 前 | 1

さらに読み込む