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