Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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...
Hello, Â A comb function is an array of delta functions spaced equally. I want to plot a function like this. F(x)= comb(2x)*sinc(50x).sinc^2(x). I co...
I trained a model with classification learner to classify fruits. Now i want to test my model. How can i give the model some images as an input ? Â ...
i have 60 slice grey image. how want to convert to RGB image? Â as attached is my grey image (grey.jpg). rgb.jpg is from internet what i want like. Â...