Community Profile

photo

dcydhb dcydhb


Last seen: 3년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to solve the equation of binary logic operation, where all unknowns are 0 or 1
For example, I have the following equations, linear equations and nonlinear equations, in which the unknowns can only take 0 or ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to solve the integro-diffenertial equation?
i want to get the solution of this ode b33 = 20*(2.52077405993092./(46.4663900509659 + (omega-1).^2 - ... 11.831692990...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to plot figure of expression with `in RootOf`?
i use ilaplace to get the output signal but how to plot the output signal `xt` codes are as this syms t s gs=(5*s + 4)/(s^4 +...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


the reult is different using `ilaplace` and `lsim `
i just want to get the output when i know the input signal and trans fer function however when i use 2 methods they are differen...

4년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
why i can use the Voltage Measurement and Current Measurement in the simulink?
i was curious how to distinguish which block is from dufferent libary?from solver configuration?

4년 초과 전 | 0

질문


the integral of two methods are so different,can we trust the matlab anymore?
the integral of two methods are so different,can we trust the matlab anymore? codes are as this clc; clear all; close all; ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


why i can use the Voltage Measurement and Current Measurement in the simulink?
questions are as this 1,in circuit 1,why i can't use the Voltage Measurement and Current Measurement in the simulink? 2,i ju...

4년 초과 전 | 답변 수: 2 | 2

2

답변

질문


How to run the main program and function files as well as function files and function files in an m file?
How to run the main program and function files as well as function files and function files in an m file? the version is r201...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to define variables in the main program instead of in the function file
I want to use a loop in the main program to make a the different value, and then get different graphics, but without defining...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Defining font size in legend does not work
i define the font size of the legend in this way,it doesn't work size=15; legend1=legend(',,,',',,,','FontSize',size)) bu...

거의 5년 전 | 답변 수: 1 | 1

1

답변

질문


Why doesn't legend distinguish colors?
when plotting the figures, figure 1 Legend distinguishes colors and the figure 2 legend doesn't,why? codes are as this clc; ...

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


How to use matlab to call c + function file and draw?
The following c++ function file is a formula that contains some piecewise functions. Let's first assume that Re=2320, so how to ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Variable is in a function file, how do I use a loop to change the value of this variable?
If the variable is in the main program, I can compile a loop to change the value of a variable and get the result with the varia...

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


How to remove the connection between head and end?
Why is the data at the end of the first group and the beginning of the second group connected? using plot3 and codes are as ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


the cpoy and paste of matrix will change the rank?
i use the following codes to get the matri of A , and the rank of A is 10,but when i copy the A and recalculate the rank of a,i...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


System is rank deficient. Solution is not unique.
when i use 'equationsToMatrix',the roots is so big,for example, a0 = - 3.709974539e221 + 1.690416187e223*i a1 = ...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


If the integral decomposition solution is not obtained, what integral method can be used to get the closest value?
codes are as this, if all the value except the r are 1, what integral method can be used to get the closest value? syms d z r;...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


‘’fprintf‘’ cannot be used in a loop?
i just want to use 'fprintf' to print some calculating results,can't it be exculated in the loop? codes are as this syms a...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


the 'fprintf' problem
codes are as this name = 'Alice'; age = 12; X = sprintf('%s will be %d this year.', name, age) y= fprintf('%d will be %...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Why does the system of linear equations get a large solution, and the checking calculation is no problem?
omega=1.795200; m0=7.234737; m1=1.816835; m2=5.349043; m3=8.732933; m4=12.024736; m5=15.265388; m6=18.476340; m7=2...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


How to accelerate the following code using 'equationsToMatrix'?
i just want to solve the 20 linear equations with 'equationsToMatrix',but it really runs out a lot of time,so how to accelerate ...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


The difference between using and not using '' in the solve() function
what is The difference between using and not using '' in the solve() function? and should we use '' ? codes are as this clc...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


The solution of the nonlinear equation obtained by ‘fzero’ is different from that of 'fsolve'.
i use the 'fzero' and 'fsove' to get the roots of the nonlinear equation,and the function figure is as this ,so we can see the ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to improve the accuracy of drawing, especially for infinite functions?
in some plot assignments,we can use 'ezplot' to plot the more accurate figure but for infinite functions the 'ezplot' still can'...

거의 5년 전 | 답변 수: 1 | 1

1

답변

질문


can you define an interval When you use 'fsolve' to define the initial value?
for one dimentional question, when use fzero to get the roots ,we can define the intitial value as an interval [x1,x2] but ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


the problem of using 'case'
i want to use a loop of omega and when the omega has diffreent value ,the m0,m1,m2...have the different value,so in the loop i u...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to get the first Ten Solutions of nonlinear equations
how to get the only one root of f==0 and the first 10 positive roots of g==0, and when i change the value of omega it will...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


why it can't be used as a number?
i get the two numbers,but why it can't be used as the number? codes are as this clc; clear all; close all; a_0k =... ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


why use the equationsToMatrix can get the precise result?
Why do you use equationsToMatrix to get the root and bring back the equation, which is not exactly 0? codes are as this clc;...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Which version can support the naming of m files in Chinese and the use of space naming?
excuse me,Which version can support the naming of m files in Chinese and the use of space naming? thanks a lot!!!

거의 5년 전 | 답변 수: 1 | 0

1

답변

더 보기