Qingbin - MATLAB Central
photo

Qingbin


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 01/13 to 04/25Use left and right arrows to move selectionFrom 01/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

12 个提问
0 个回答

排名
24,133
of 298,264

声誉
1

贡献数
12 个提问
0 个回答

回答接受率
33.33%

收到投票数
1

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Output argument is not assigned on some execution paths for Embedded matlab function
For a single input u to the embedded matlab function using the following code: if u>0 y=1; end if u<0 y=...

8 years 前 | 3 个回答 | 1

3

个回答

提问


discrepancy of symbolic calculations for MATLAB 2010a and MATLAB 2012a
I obtained two different results while running the following code using MATLAB 2010a and MATLAB 2012a respectively. Using MATLAB...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Is GUI capable of doing this task?
I am new to GUI and wonder if I can use GUI to develop a user interface like the one in the link below and fulfill similar funct...

11 years 前 | 0 个回答 | 0

0

个回答

提问


fsolve result is not desirable even giving a close starting point
I have three nonlinear equations with three unknowns and I used fsolve function. I know that x=[0.3173;0.3173;3.6590] is a go...

11 years 前 | 2 个回答 | 0

2

个回答

提问


How to set resolution for the numerical calculations in MATLAB
My objection is to find the roots of a polynomial as precise as possible. Can I use format long (16 digits) to set the resolut...

11 years 前 | 2 个回答 | 0

2

个回答

提问


discrepancy while running the eval funcion
The source code is below. R1 is just a multinomial in terms of T1 and T2. There is a discrepancy for the values m1 and m2. I am ...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Efficient way to calculate resultant than the function polylib::resultant
Is there any other way to calculate the resultant in matlab than polylib::resultant? Right now I have used polylib::resultant t...

11 years 前 | 0 个回答 | 0

0

个回答

提问


how to get velocity from encoder signal in simulink
I am using the transfer function s/(tau*s+1) to get the angular velocity from the encoder angle signal. But the problem is that ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


How to calculate determinant of matrices with symbolic entries fast?
I am using the det function in MATLAB directly to calculate determinant of matrices with symbolic entries but it is very slow an...

12 years 前 | 0 个回答 | 0

0

个回答

提问


Why does the function real return expressions containing i ?
For the following code, CEre is derived using the real function, but it contains i in the expression. clc;clear all; syms...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Why does Isreal function give wrong answer after using collect function
In the code below, the second function isreal gives wrong answer after using collect function. clear all; close all; ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Persistent variable 'count' is undefined on some execution paths when using embedded matlab function
I am using the embedded matlab function with constant 1 as the first input and a step signal as the second input (initial value ...

12 years 前 | 1 个回答 | 0

1

个回答