photo

Yu Jiang

MathWorks

2014년부터 활동

Followers: 0   Following: 0

메시지

Application Support Engineer

통계

MATLAB Answers

0 질문
73 답변

순위
358
of 300,750

평판
236

참여
0 질문
73 답변

답변 채택
0.00%

획득한 표
55

순위
 of 21,073

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,837

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • 6 Month Streak
  • Knowledgeable Level 4
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
subsystem does run updated when in fast restart
Not sure if this is the real issue here, but in Fast Restart mode, you can only change tunable parameters http://www.mathwork...

10년 초과 전 | 0

답변 있음
Linear Programming using Simulink
There is no such a block to do direct LP. However, you can put your MATLAB script in an embedded function block or a MATLAB func...

10년 초과 전 | 0

답변 있음
Change appearance of States and subsystems in Simulink
For Simulink subsystems, you can create an empty mask for the block. Right click the block, go to "mask" -> "create mask".

10년 초과 전 | 1

답변 있음
Effect of sampling time on the time-domain response of discrete systems
There is a difference between the results from R2011a and R2014b. It is however expected. In the release notes of Controls S...

10년 초과 전 | 0

| 수락됨

답변 있음
"Fatal error in slbuild"
- Did you see any error message in the MATLAB command window? - By "any model", do you mean shipped demos including, for ex...

거의 11년 전 | 0

답변 있음
set the values to nan
>> B1 = tb1; >> B1(A1==0) = NaN;

대략 11년 전 | 3

| 수락됨

답변 있음
Compute probability of each element in each column of a m x n matrix.
One possible but most likely not optimal way is to use the function "find" to count the number of occurrence of a particular num...

대략 11년 전 | 1

답변 있음
我需要MEX Compiler 编译器,需要安装Visual Studio2005 或更高版本,但是键入mex -setup 提示找不到MEX Compiler 编译器,请问如何正确安装Visual Studio2005 ?谢谢!
http://www.mathworks.com/matlabcentral/answers/95039-why-does-the-sdk-7-1-installation-fail-with-an-installation-failed-message-...

대략 11년 전 | 0

| 수락됨

답변 있음
我需要MEX Compiler 编译器,需要安装Visual Studio2005 或更高版本,但是键入mex -setup 提示找不到MEX Compiler 编译器,请问如何正确安装Visual Studio2005 ?谢谢!
你使用的是什么版本的MATLAB?你的操作系统是什么?你装的是什么compiler?是visual studio express还是professional?

대략 11년 전 | 0

답변 있음
Is Matlab R2014b license different from R2014a?
License Manager Error -25 error can occur when the version of MATLAB is newer than the version of the license.dat file on the se...

대략 11년 전 | 0

답변 있음
Polynomial calculation in matlab
Take a look at the first example on this webpage http://www.mathworks.in/help/matlab/ref/plot.html and replace the "sin(x)...

대략 11년 전 | 0

답변 있음
Error using ode45 in matlab
In this line yd2 = -k*(y(1)-L1)/m + k2*(y(3)-y(1))/m you are using y(3) However, both y and ydot should only have 2 e...

대략 11년 전 | 0

답변 있음
为什么我在Yosemite上安装MatlabR2011a Student 时,提示我To view this web content, you need to install the Java Runtime Environment.
MATLAB R2012a 以及更早期的版本和OS X Yosemite不兼容。因为它们需要旧的Java版本。很遗憾的是,对于这个问题没有很好解决的办法。你可以考虑升级MATLAB或者降级你的Mac OS. 最新的学生版是R2014a。 对于R201...

대략 11년 전 | 0

답변 있음
DataSet Row Deletion Issue
This means M is larger than the number of rows in NO2. After you see the error message, type M in the command window to see what...

대략 11년 전 | 0

답변 있음
Plotting differential equations, need help
plot(t(2:end),y)

대략 11년 전 | 1

| 수락됨

답변 있음
How can I solve this Ode system?
I can run your code with [T,Y] = anzyme1(eye(81),eye(81), ones(81,1), 10) What are the parameters you use such that you s...

11년 초과 전 | 0

| 수락됨

답변 있음
How can I solve this Ode system?
Navid You can find quite a few details and examples in the documentation. <http://www.mathworks.com/help/matlab/math/ordin...

11년 초과 전 | 0

답변 있음
How to preallocate 3 D matrix?
outp(:,:,u)= zeros(5, 10, n)

11년 초과 전 | 0

| 수락됨

답변 있음
Why do I get different results from poisspdf and computing the probability myself?
Hi Daniel I think you need to change poisspdf(lambda, X) to poisspdf(X,lambda) This is according to the docu...

11년 초과 전 | 1

| 수락됨

답변 있음
Exporting data from simulink to workspace and save in different Timeseries
Hi Klaus You could set the model to log the signals and compare the results using the Simulink Data Inspector, see the follow...

11년 초과 전 | 0

답변 있음
Any idea of small signal analysis ?that is used for linearisation
You may want to take a look at the following link: <http://en.wikipedia.org/wiki/Small-signal_model>

11년 초과 전 | 0

답변 있음
How to covert a vector of lower triangular matrix factors back to the original matrix?
May not be the optimal solution, by you can try p = [ 1 2 2 3 5 3 4 9 8 4]; n = 4; P = zeros(n,n); k = 1; f...

11년 초과 전 | 1

답변 있음
Can I use an enabled subsystem to reset a signal generator?
Hi Fernando The attached model might be a workaround. Notice that in the subsystem, I double-clicked the enable block and cha...

11년 초과 전 | 2

답변 있음
Logical indexing with matrix issue
This is the intended behavior of Logical indexing. For example, A = [1 2; 3 4]; Then, A(logical([1,1;1,1])) will retur...

11년 초과 전 | 0

| 수락됨

답변 있음
getting error "error writing file name.m C:\program files\matlab\folder name\file name.m(access is denied) "
There should be no spaces in the path or the file name.

11년 초과 전 | 0

답변 있음
To Workspace doesn't accept "a.b" ?
Hi Zaki You may want to consider using a |bus| to generate a structure and pass that to a variable in |To Workspace|. For ...

11년 초과 전 | 0

답변 있음
how to integrate USRP receiver to matlab?
Hi Abhinibesh The first thing you need to do is to download the USRP support package. It can found in the following link. Als...

11년 초과 전 | 0

답변 있음
How to get custom library to show up in Simulink Library Browser?
Hi John The following documentation explains how to add a library to the library browser. It also contains an example. Hope i...

11년 초과 전 | 0

| 수락됨

답변 있음
有用过遗传模拟退火算法Genetic simulated annealing algorithm,进行优化计算的么?
Hi Jimmy 请问你是否使用过MATLAB的FileExchange, 它的目的就是为了让MATLAB用户能够相互进行更好的交流。我在FileExchange <http://www.mathworks.com/matlabcentral/fil...

11년 초과 전 | 0

답변 있음
how to save only part of the solution when calling ODE routines
Hi Bo From what I understand, you would like to save only a portion of the results obtained from ODE113. A simple way to d...

11년 초과 전 | 0

더 보기