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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

| akzeptiert

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

mehr als 3 Jahre vor | 0

| akzeptiert

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

| akzeptiert

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

mehr als 3 Jahre vor | 0

| akzeptiert

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0