Statistics
0 Questions
17 Answers
RANK
3,043
of 297,560
REPUTATION
18
CONTRIBUTIONS
0 Questions
17 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
8
RANK
of 20,456
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159,148
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Potential Signal Editor Bug
Hello @Kevin Ferguson Upon attaching a scope to the Signal Editor block, it seems that the signal editor block is working ju...
24 days ago | 0
how does dicomConnection work ?
Hello @Fayez Alruwaili, The usage of MATLAB function “dicomConnection” seems correct. The error message given is a known is...
24 days ago | 0
Soc battery using coulomb counting code
Hello @Anis Aoudia, By modifying I believe you are trying to optimize the code such that the execution time is reduced. So,...
25 days ago | 0
How to check Serial port continuously
Hello @Avadhoot Telepatil Data can be continuously monitored using a “timer” object. The “timer” class is used to create a “...
26 days ago | 0
How to interface Matlab/Simulink <--->RS232<--->8051 Micrcontroller?
Hello @Luit Dutta As per my understanding, you are trying to setup a communication between MATLAB/Simulink and 8051 microco...
26 days ago | 0
I am interafacing 8051 via serial port.How can i achieve this?
Hello @Tanmay As per my understanding you want to the set up an interface between Simulink and 8051 microcontroller. While S...
26 days ago | 0
Matlab GUI interface with Serial Port and plot the Data
Hi @Wasim Akhlaq, As per my understanding you want to transmit data using a serial port and plot it in MATLAB GUI. This issue ...
27 days ago | 0
How to transmit the data between PC and FPGA using serial ports
Hello @Sainath, Data can be transmitted between FPGA and MATLAB GUI using MATLAB’s “fread” and “fwrite” functions. In order...
27 days ago | 0
Phase error between two signals ?
Hello @El Mehdi FADEL, For calculating phase difference, you can use “Fourier” block to get amplitude and phase angle of each ...
1 month ago | 0
How can i measure an average value of a continuous signal in simulink ?
Hello @Sai Gm, You can calculate the mean value of a signal over a time period using the “mean” block in Simulink. You can ref...
1 month ago | 0
How can I calculate a mean of a signal or a mean of a part of a signal on Simulink ?
Hello @karim, To calculate the mean of a signal, follow the steps listed below: You can use the “Mean” block from the Simul...
1 month ago | 1
How can i detect the amplitude of a sinusoidal signal in Simulink ?
Hi @El Mehdi FADEL, The amplitude can be found using the “minmax” block in Simulink. The block returns the maximum and minimum...
2 months ago | 1
PLL Simulink 3 phase grid
Hi @Monica, The block referred to, 'actual amplitude detection', adjusts the normalization of the input grid signals based on ...
2 months ago | 1
External mode option not showing on simulink matlab 2020a
Hi @Najam Islam, As per my understanding you are trying to find some button/option named “external mode” which will interface ...
2 months ago | 1
Hotkeys not working in matlab
Hi @Ramil Ahtamyanov, I believe keyboard shortcuts are not working because of the following reasons: Unsupported keyboard la...
2 months ago | 1
rescaleing subfigures within figure
Hi @Jakob, According to what I inferred from the question, I believe you are facing the following issues: Resizing multiple p...
2 months ago | 2
convert double array in array string in table
As @Stephen23 rightly mentioned we can use the functions “array2table” and “convertvars” to convert double array and string arra...
2 months ago | 1