Risposto
how to cobine different text files with different contents ?
Hey Shabnam, You can get the line as an input using the function fgetl, it will take all the values in a line regardless of the...

circa 5 anni fa | 0

Risposto
Calling a opening function in a programmatic GUI
Hi, The error in this code is caused in the function calc_button_callback as the variables a, b, c are not initiated. I am not ...

circa 5 anni fa | 0

Risposto
Using parametric equations in terms of theta1 and theta2 to plot a point A for a range of angles
Hey Raphael, In this case you have defined a function but not called it in your script and so you are getting an error while pr...

circa 5 anni fa | 1

| accettato

Risposto
How can i make an average plot of 2 unequal data sets?
Hey Aditya, This problem can be solved by 1D interpolation, Let the X axis limits be 'Xmin', 'Xmax'. And the data of X and Y ...

circa 5 anni fa | 0

| accettato

Risposto
Counting pixels in echocardiogram image
Hey Zo, I am not clear on what your objective is. If you want to find the RGB values of pixels in the image then you can find...

circa 5 anni fa | 0

| accettato

Risposto
ODE45 along with sym function
Hey Shubham, You can find the available functions to solve differential equations in this link: And the functions to solve a...

circa 5 anni fa | 0

Risposto
combine numbers and symbols in print to txt file
Hi Peter, Use the File Id of your text file instead of <fileId> a = "%d "; b=char(176); c=" %f'N %d"; d=" %f'E \n"; format...

circa 5 anni fa | 0

Risposto
How can you generate a C code with embedded coder from a simulink model with a cycle time/period (sample time) shorter than 1 ms?
The "base rate smaller than 1 ms" error message appears when the code generation target is set to GRT (Generic Real-Time) or ERT...

circa 5 anni fa | 1