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

3 Monate vor | 0

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

3 Monate vor | 0

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

3 Monate vor | 0

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

3 Monate vor | 0

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

3 Monate vor | 0

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

3 Monate vor | 0

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

3 Monate vor | 0

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

3 Monate vor | 0

| akzeptiert

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

3 Monate vor | 0

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

3 Monate vor | 0

| akzeptiert

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

4 Monate vor | 0

| akzeptiert

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

4 Monate vor | 0

| akzeptiert

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

4 Monate vor | 0

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

4 Monate vor | 0

| akzeptiert

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

4 Monate vor | 1

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

4 Monate vor | 0

| akzeptiert

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

4 Monate vor | 1

| akzeptiert