A répondu
How protect a package app from copy
Hi Marc! What about next idea: link the copy of your application to PC id like a disc label or MAC? Below there are functions h...

presque 5 ans il y a | 0

| A accepté

Question


ThingSpeak noncommercial channel limits
Hi everyone! At the channel settings tab of my Thingspeak channel I have a record: " Percentage complete 50%". Where can I find ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

A répondu
Filter Cuttoff Frequency Specification/Definiton
Between pass band and stop band, there is an intermediate band, that you determine by ending of the passband and starting of the...

environ 5 ans il y a | 0

A résolu


Is it really a 5?
A number containing at least one five will be passed to your function, which must return true or false depending upon whether th...

environ 5 ans il y a

A résolu


Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...

environ 5 ans il y a

A répondu
Object oriented programming problem?
Hi, you can check this manual https://www.ee.columbia.edu/~marios/matlab/MatlabStyle1p5.pdf . It was very useful for me, when I ...

environ 5 ans il y a | 1

A répondu
can you help me ?
Hi, I have got the same issue about the month ago! The reason was caused by antivirus software. You should switch it off during ...

environ 5 ans il y a | 0

A répondu
Why not able to set comp port in serial communication block
The most common reasons for this issue is that you didn't install the device driver - do you see your device in the device manag...

environ 5 ans il y a | 0

A soumis


Nano3_GY521_data_plot
Reading and visualizing data from GY521 module

environ 5 ans il y a | 1 téléchargement |

Thumbnail

A répondu
Real time data acquisition
I tried to do exactly the same thing. This hardware stack is not able to provide the required sampling frequency. This issue rel...

environ 5 ans il y a | 0

| A accepté

A répondu
access element of an array of an array
myCellArray = {{1:1000},{1:1000}}; % Creates a simle cell array of two cells that contains two cells myCellArray{1}{1} % Wil...

environ 5 ans il y a | 0

A répondu
How to store acquired data of multiple frames from webcam to local storage with any name?
You should decide "what" and "how" do you want to store. You can't store five snapshots in one *.png image. You can store this d...

environ 5 ans il y a | 1

| A accepté

A répondu
how to plot a full sine wave using quarter wave in MATLAB?
Did you mean this: phase = 0:0.01:pi/2; q_wave = sin(phase); plot ([q_wave,fliplr(q_wave),q_wave.*-1,fliplr(q_wave.*-1)]); ?...

environ 5 ans il y a | 0

A soumis


Median filtering of webcam image
A simple example of how to capture image from webcam and apply to it median filers with different window sizes.

environ 5 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Webcam image capture
A simple example of how to capture image from webcam and slit it to basic color components and replace them between themselves.

environ 5 ans il y a | 3 téléchargements |

Thumbnail

A soumis


Applying filter with custom impulse response to webcam image
A simple example of how to capture image from webcam and apply to its different filters with user-defined impulse responses.

environ 5 ans il y a | 1 téléchargement |

Thumbnail

A soumis


Analog Discovery envelope selection
This script allows capturing in Matlab external signal by using Analog Discovery and signal envelope selection.

environ 5 ans il y a | 2 téléchargements |

Thumbnail

A répondu
How to generate random numbers between two negative or one negative and one positive number?
Hi, X = rand returns a single uniformly distributed random number in the interval (0,1). Then you can multiply it and add const...

environ 5 ans il y a | 2

| A accepté

A répondu
Finding amplitude and frequency of this signal
You can try the FFT transform, then find the most significant component. https://www.mathworks.com/help/matlab/ref/fft.html The...

environ 5 ans il y a | 0

A soumis


COM port Terminal
Terminal for communication over the serial port with different devices

environ 5 ans il y a | 5 téléchargements |

Thumbnail

A soumis


Nano3_GPIO_and_ADC_cotrol
This script allows controlling digital pins and ADC from Matlab

plus de 5 ans il y a | 1 téléchargement |

Thumbnail