photo

Khalil Ishaq


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
39,038
of 299,837

声誉
1

贡献数
10 个提问
0 个回答

回答接受率
60.0%

收到投票数
1

排名
 of 20,816

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,201

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to limit an input within a specific range?
In the code below, I am willing to set min and max value for u so if it exceeded that limit it will either return the max or the...

8 years 前 | 1 个回答 | 0

1

个回答

提问


I get Warning: Matrix is singular, close to singular or badly scaled. Results may be inaccurate. RCOND = NaN. What does this mean? and how can I fix it?
I don't understand what is going wrong with my code!! I would copy the code but it is very long! However, I get this error in t...

8 years 前 | 0 个回答 | 1

0

个回答

提问


How to add two symbolic functions?
The code below is to solve for differentiation symbolically; however, I cant add the qo1 and qo2. Any help is appreciated. ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How can I make my GUI fit with any screen resolution and size?
I am using 'character' as a unit for all the objects in my gui. I opened it once in another computer and it was messy. Is there ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How I can use Unique command to remove duplicates but still can use the data of the removed duplicates?
I have an excel file that has strings of species name and their Antoine's coefficients. I am willing to import the data into a p...

9 years 前 | 1 个回答 | 0

1

个回答

提问


My GUI fig file doesn't run the code?
I have two files from GUI, one appears as an interactive fig and the second is the script. When I run the script the fig works f...

9 years 前 | 0 个回答 | 0

0

个回答

提问


When modeling a process using System Identification toolbox in a discrete time, does it account for Zero Order Hold?
I am trying to develop a model using system identification toolbox in a discrete time (Z-domain). I am not sure if the ZOH is ac...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How do you stop the rest of a script from running after a loop break?
I have attached my code, Where I am trying to use if statement inside a while loop to break the loop if a certain condition was ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Why when I assign x(n)=0.5 and x(n-1)=0.055 they are gathered into one vector? as x=[0.5 0.055]
I am doing a code for Newton-Raphson using Secant method as well. However, I should guess two values! How can I do that? you can...

9 years 前 | 1 个回答 | 0

1

个回答

提问


I need help in solving Newton-Raphson and secant method
I have a function for Dissolved Oxygen Rate, and I want to iterate for tm(x). The given set of data is time and DOT I have a fu...

9 years 前 | 0 个回答 | 0

0

个回答