Answered
can't find installed 3dscope block in simulink library
Hi Zeeshan, One way to use the installed block into your model is to copy that block and paste it in you model/canvas and use i...

4 years ago | 0

Answered
I2C Master Write block
Hi, The I2C Master Write simulink block from the Simulink Coder Support Package for NXP FRDM-KL25Z Board/FRDM-KL25Z is availa...

4 years ago | 0

Answered
Use of monostable rising and reset block together
Hi, From my understanding you are trying to reset the monostable rising block to False/0 whenever an external trigger is provi...

4 years ago | 0

| accepted

Answered
I am trying to determine the angular acceleration by applying the central difference technique?
Hi, The error is due to the difference in the sizes of the operands i.e., knee_angle has a size different from knee_angle(1:end...

4 years ago | 0

| accepted

Answered
How to apply Mean Filter on a FT Image in the Frequency Domain?
Hi, There are no specific functions for the spatial filters counterpart in frequency domains. But you could create one using us...

4 years ago | 0

Answered
What to do when training doesn't fit training data well?
Hi, This issue may be mainly due to the overfitting of the data with respect to your model. As dropout is already applied whil...

4 years ago | 0

Answered
can we get geometrical dimensions from image input
Hi, Use the function size() with the image matrix as input and we get length, breadth, depth as outputs in terms of pixels. To...

4 years ago | 0

Answered
How to update values from I2C in Simulink using Arduino hardware for the MMA8541 Accelerometer
Hi, As the tutorial is given for the onboard accelerometer and the hardware architecture for FRDM Board would be different from...

4 years ago | 0

Answered
How do I give the spectrogram a colormap option and save it as it is when plotted?
Hi, In general, “imwrite” save an image which is of the format RGB. So, there is necessity to change the image displayed by “im...

4 years ago | 0

| accepted

Answered
Change Size of Array in table
Hi Arne, My understanding is that you are looking into changing the dimensions of your sub-tables. In MATLAB you would be able...

4 years ago | 0

| accepted

Answered
plotting fft of frequency varying signal
Hi James, As per my understanding you are trying to plot the Normalized Fourier transform of a concatenated sine wave having a...

4 years ago | 0

Answered
matlab code for lagrange methode
Hi Razan, It is my understanding that you are performing some numerical computation using a cell array taken as input. To acce...

4 years ago | 0