Community Profile

photo

Khalil Ishaq


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 1

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers