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

6 mesi fa | 0

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

6 mesi fa | 0

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

6 mesi fa | 0

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

6 mesi fa | 0

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

6 mesi fa | 0

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

6 mesi fa | 0

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

6 mesi fa | 0

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

6 mesi fa | 0

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

6 mesi fa | 0

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

6 mesi fa | 0

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

6 mesi fa | 0

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

6 mesi fa | 0

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

6 mesi fa | 0

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

7 mesi fa | 0

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

7 mesi fa | 0

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

7 mesi fa | 0

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

7 mesi fa | 0

| accettato

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

7 mesi fa | 0

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

7 mesi fa | 0

| accettato

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

7 mesi fa | 0

| accettato

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

7 mesi fa | 0

| accettato

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

7 mesi fa | 0

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

8 mesi fa | 0

| accettato

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

8 mesi fa | 1

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

8 mesi fa | 0

| accettato

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

8 mesi fa | 1

| accettato