Answered
lookup table optimizer claims function has states, but has non
Hi @Fabian Zeulner, I understand that you are using Lookup Table Optimizer to optimize the function written in a MATLAB Functi...

1 year ago | 0

Answered
Effecincy in i-v and p-v curves
Hi @Mohammed Alghamdi, The non-ideal Power-Voltage curves obtained during actual experiments can be due to a variety of reason...

1 year ago | 0

Answered
Define fields with x and y coordinates and perform analysis combining these fields.
Hi, Assuming that the two fields are already represented as vectors, a simpler way to add these two fields is to simply use th...

1 year ago | 0

Answered
Differential Equation Ayers Chapter 2 problem 4
Hi @Joseph Palumbo You outlined 2 tasks in the comments: Showing that is the primitive of the differential equation ...

1 year ago | 0

Answered
How to fix Polyspace CodeProver Orange warnings due to + operator
Hi @Dinesh Kumar, Assuming that the result of the sum will not overflow. You can bypass the Code Prover warning by asserting t...

1 year ago | 0

Answered
how to find out overcoming force in linear actuator model
Hi @adhavan d, Assuming to be the force exerted on the plunger by the actuator and and to be the displacement and mass of th...

1 year ago | 0

Answered
The running time of the pattern command increases with frequency
Hi, The pattern function is expected to execute longer for larger frequencies and larger rectangular arrays. This is because th...

1 year ago | 0

Answered
Disturbance response evaluation of magnetic bearings.
Hi @shunya, Since the external force is in Newtons, it cannot be directly added to the input of the plant which is expecting ...

1 year ago | 0

| accepted

Answered
Drawing backward and forward points using intrinsic low dimensional manifold (ILDM)
Hi @owais Ayub While reviewing the provided code, I found two possible code snippets that might be affecting the generation of ...

1 year ago | 0

Answered
I have written a code to reproduce fig 2 in the attached paper but I don't seem to get it right.
Hi @Emmanuel Sarpong, I understand that you are trying to solve the partial differential equation where Instead of impl...

1 year ago | 0

Answered
Carmaker ASCII to Matlab code
Hi @Arsiv, To read the values of the parameters, you need to parse the file and extract the key-value pairs separated by =. T...

1 year ago | 0

Answered
scale x,y and z axis to match JPL Database
Hi @kim, Based on my understanding, you wish to scale the ranges of all three axes to be same and set limits of the plots such ...

1 year ago | 0

Answered
Find the equations of Motion
Hi @Nicholas, As per my understanding of the question, you are dealing with a base-excited damped mass system where the base di...

1 year ago | 0

Answered
Why I can't find the DC Machine from the Matlab?
Hi @Jerry Wang, Both the blocks are the same. There was an update in the mask of the DC Machine block from MATLAB R2022b onward...

1 year ago | 0

Answered
Voltage coming out as zero
Hi @ayush, The voltage in the scope is coming out to be zero because of a short in your circuit. So, its effectively measuring ...

1 year ago | 0

Answered
Markovian linear jump systems (MJLS) simulation
Hello @w, To simulate a MJLS, we can implement a function that iteratively updates the state of the system based on the curren...

1 year ago | 0

Answered
What modification is required in the given code on image processing to accurately capture the dimensions of a spreading blob from a series of images?
Hi @Pragyan Kumar Sarma, To deal with parts of the water blob that got cutoff due to reflection of light, we can use the follow...

1 year ago | 0

| accepted

Answered
how to write objective function
Hi @ali, The general workflow for training a SVR model using PSO optimization is as follows: The parameters we need to ...

1 year ago | 0

Answered
Generating a fourth-degree polynomial curve for the expansion region of a planar nozzle
Hi @Bamelari Jovani, From the attached pictures of the equations, the paper simply states that amongst all the curves discussed...

1 year ago | 0

| accepted

Answered
My question is what is the value i am getting as the output of my code.
Hi @Varun, The result that you are getting is a closed form way of representing the solution of the equation. Here root(P(x),x,...

1 year ago | 0

| accepted

Answered
Missing deflection of Simscape Flexible Beam with two fixed supports
Hi @Jonas, The issue here is that a beam that is fixed from both sides is statically indeterminate i.e. it is not possible to s...

1 year ago | 0

| accepted

Answered
Coherence bandwidth of S21
Hi @Derek, We can go about doing the task in MATLAB as you described but first, we need to assume some data. Here, I am conside...

1 year ago | 0

Answered
Visually similar pcbstack objects resulting in different S parameter responses
Hi @Richard, Although the shapes you provided look similar, they are quite different in terms of the numbers of vertices...

1 year ago | 0

| accepted

Answered
Extracting signal phase using MAximum Entropy Method
Hi @Foad, I went through the code and the paper you provided. The code seems to be correct in all respects. After reading the p...

1 year ago | 1

Answered
How to read a 'CompactSVMModel' saved in a .mat file from a C++/Qt program
Hi, I tried executing your code with the particulars provided in the CMakeLists.txt with MATLAB R2022b libraries. This is my C...

1 year ago | 0

| accepted

Answered
Reduce the inputs for the chi2gof function (follow-up question of: Using chi2gof to test two distributions)
Hi @Sim, You are correct in seeing that xvals and bins are not necessary for the chi-square test if you have the actual bin cou...

1 year ago | 1

| accepted