Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I've a node deployment algorithm for WSN and I need to implement it using MATLAB. I need help about how to turn the mathematical model into MATLAB cod...
Is there a way of using the Raspberry Pi support packages over a wireless connection? It is not really convenient for me to keep my computer connec...
each time i want to use stem option, i see just circles without lines and i need to change the line width from 0.5 to 1 % n=0:4; x=2*n; stem(n,x); ...
close all; clear all; clc; fs=6000; t=0:0.001:.1; t1=0:1/fs:1; f1=200; f2=1000; f3=1500; f4=2500; xa1=2*sin(f1*pi*t); xa2=3*cos(f2*pi*t); xa3=.5*sin(f...
Is there a way in the handles menu to eliminate the circular "tips" on stem plots? I just want vertical lines as the plots are grouped four to a figur...
So I have several line array A which has columns [x, y, val1, val2]. For example, I want to have a single stem3-plot, where val1s are red and val2s ar...
Hi, I can't define which of my input signals fall into which part of the layout in the Simulink Scope. I have 3 signals. I setup the scope lay...
hello everybody, my question what is the median frequency(MF) mat-lab code ,if the median frequency defined as the frequency that divides the magnitud...
A short background on me. I am new to the forum and i have not used matlab in years. I am a mechanical design engineer and have a degree in Mechanical...
Hi, Would there be a way to create 2 Simulink blocks (Matlab Function? S-Function ?) that would be in a same model, at different levels and which c...