Risposto
Getting the Error "Not enough input arguments" but I did the exact same method earlier in the code without issue..
Hi Brendan I ran your code and found that the theta3 function is defined to take inputs (K1, K4, K5, t2, oc). You need to call...

oltre un anno fa | 1

| accettato

Risposto
What is the ratio of area of the flame between the last frame and the first? What is wrong with my approach? I am getting an incorrect answer upon submission.
Hi Amit, Although I do not have access to your file but you can try these debugging steps to check for any issues: Threshold: ...

oltre un anno fa | 1

Risposto
how can i draw contourf plot
Hi 윤혁 If your data is too sparse, consider increasing the number of points used in interpolation. You can do this by defining ...

oltre un anno fa | 0

Risposto
how to fuse two png images with equal tranparency and with proper positioning in the final image?
Hi Saurav, To blend two images, start by adjusting their transparency using alpha blending to control how see-through each imag...

oltre un anno fa | 0

| accettato

Risposto
how do i model power increment (+udeg, -udeg) limits using matlab function?
Hi Imran To model power increment constraints using MATLAB, you can use a combination of conditional logic and the sign functio...

oltre un anno fa | 0

| accettato

Risposto
Determine the direction of travelling waves in Fourier Analysis
Hi there You can use the approach of analyzing the phase slope to determine the direction of traveling waves using FFT as: cle...

oltre un anno fa | 0

Risposto
Problem with Power system onramp course in simulink
Hi Irfan I do not personally faced any slow network issue at my end while using Power System Onramp over Simulink Online. The ...

oltre un anno fa | 0

Risposto
visboundaries/linewidth not rendering sharply when exporting figures
Hi Yannick Although I do not have access to your code but you can try out these steps to improve the quality of your exported i...

oltre un anno fa | 1

Risposto
Applying logic to Curve Fitter Output
Hi Eric, I am assming that you are trying to fit a surface to your data using MATLAB and want the fitted model to respect speci...

oltre un anno fa | 0

| accettato

Risposto
Create a function to choose spatial dimensions of twisted atomic layers
Hi Richard, I am assuming that in the context of your problem, dx and dy are expansion factors that determine how many times yo...

oltre un anno fa | 0

Risposto
Calculating volume of a convex hull
Hi Sitek, You are getting that error because all your points are coplanar, and you are trying to find the convex hull in 3D of ...

oltre un anno fa | 1

Risposto
solving non linear equation
Hi RAFFAELE To obtain a matrix (i, k) instead of a vector, you can preallocate the matrix S before the loop and assign the valu...

oltre un anno fa | 0

Risposto
ert static function declaration when using newer versions of matlab
Hi Martin, It seems that the issue you're facing is related to the static declaration in your custom TLC file. Starting from MA...

oltre un anno fa | 0

Risposto
substract and make answer to write as an output file
Hi @幸一 You can use a loop to iterate through the file names, load the matrices, perform the subtraction, and then save the resu...

quasi 2 anni fa | 0

| accettato

Risposto
how to use tcpclient in simulink matlab function block
Hi @Chetan Thakur I understand that you are getting the error when using tcpclient in simulink matlab function block. Most of y...

quasi 2 anni fa | 0

| accettato

Risposto
Keyboard Shortcut ctrl+d (init model) - does not work any more
Hi @Dieter Diewald I understand that keyboard shortcut Ctrl+D is not working to update diagram. You can perform the following w...

circa 2 anni fa | 0

| accettato

Risposto
How can I plot a figure with 3 y-axis and and common logarithmic x-axis?
Hi @Sami Seppälä My understanding of your question is that you need 3-axes and x-axis in log scale. Here is the conceptual code...

circa 2 anni fa | 0

Risposto
can any one help me to find empirical equation with 3 or 4 parameters for this data, And of course with different parameters for each curve
Hi @Mushtaq Al-Jubbori Depending on the complexity of the model you want to fit, you can use simple polynomial fitting or m...

circa 2 anni fa | 1

Risposto
how i can improve this code?
Hi @Fadlu Ibrahim Here are some improvements and corrections to enhance the code's readability, performance, and functionality:...

circa 2 anni fa | 0

Risposto
I am encountering this issue while building firmware in px4 autopilot.
Hi @Parvez I understand that you are facing the issue while building firmware in px4 autopilot. The cause of the build failed e...

circa 2 anni fa | 0

Risposto
Create narrowband complex signal snapshots and normalize them.
Hi @Yara I understand that you want to obtain a normalized signal from s. The signal s is generated by randn(K,L) for the r...

circa 2 anni fa | 0

Risposto
In three system of equation we applied delay two times in one system of equation. Code is showing error. Please do the needful.
Hi @Dhivyadharshini I understand that your code should give you a curve, but it is coming as a straight line. Here are the few ...

circa 2 anni fa | 0

| accettato

Risposto
using for loop for multiple graph drawing
Hi @Kahyun Choi To automate the process of drawing multiple graphs based on a p-value threshold, you can modify your code to lo...

circa 2 anni fa | 0

Risposto
Error in READWRITE mode of matlab.io.fits.openfile
Hi @jvaillancourt I understand that when you are trying to read a FITS file in READWRITE mode you are getting a "could not open...

circa 2 anni fa | 0

Risposto
Matlab code of mobius transform
Hi @SAAAA I understand that you need to write a code to convert a series of lines into a series of circles. Here is the code yo...

circa 2 anni fa | 1

Risposto
Unable to use a value of type tf as an index. How to fix?
Hi @Rohan Gulur The error message "Unable to use a value of type tf as an index" suggests that there is a syntax error in the c...

circa 2 anni fa | 0

Risposto
Why do I receive Jacobian singular error while solving second order differential equation with boundary conditions?
Hi @Vevina Shreya I understand that you are receiving Jacobian singular error while solving second order differential equation ...

circa 2 anni fa | 0

Risposto
Generation of Platform (hardware) independent code
Hi @Rodrigo Estrella To generate platform-independent code from Simulink models, you can use the code generation features provi...

circa 2 anni fa | 0

Risposto
Different RMSE for self-written function and experiment manager output
Hi @Patrick Sontheimer I understand that you finding difference between your calculated values and the experiment manager value...

circa 2 anni fa | 1

Risposto
Why array of structures is not supported in simulink function argument data type definition?
Hi @Hongliang Ran The reason why the array of structure is support in sender/receiver port, but not support in client/server po...

circa 2 anni fa | 1

Carica altro