Saad Rana
Followers: 0 Following: 0
Feeds
提问
How can I make .mat file for SVM with 85 images?
I am working on a project that can distinguish between MRI images and tell weather the user uploaded image is benign or malignan...
2 years 前 | 2 个回答 | 0
2
个回答提问
How to gradually plot two simultaneous graphs in MATLAB gui?
Hello Everyone, I am trying to plot two graphs in MATLAB gui simultaneously. Both of these should be plotted at the same time. ...
3 years 前 | 1 个回答 | 0
1
个回答提问
how to plot a graph gradually?
Hello everyone, I am trying to gradually plot a graph as if its plotting in real time. I have tried a code but it doesn't seem ...
3 years 前 | 1 个回答 | 0
1
个回答提问
AM Transmitter/Receiver using Simulink
Is it possible to design a model for AM transmitter and AM receiver in Simulink? If yes, then how?
4 years 前 | 1 个回答 | 0
1
个回答提问
Pulse Code Modulation and Demodulation
I have written a code to do Pulse Code Modulation but I am unable to retrieve the message signal back. Can someone please help m...
4 years 前 | 5 个回答 | 0
5
个回答提问
Evolution of a signal
I have been given a question and I don't understand it properly. It is as follows: I need a help in this task as I'm confused...
4 years 前 | 0 个回答 | 0
0
个回答提问
Time axis explanation required
Hi, I am recording my 3 seconds voice signal to plot it in a graph. But the time axis in the graph seem strange. I am recordin...
4 years 前 | 1 个回答 | 0
1
个回答提问
Remove zeros from a number
Hi, I want to preform calculations with a number excluding the zeros. The number is entered in a textbox so it's totally random...
4 years 前 | 1 个回答 | 0
1
个回答已解决
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
4 years 前
已解决
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 years 前
提问
How to take function as input from textbox?
how can I take a function such as sin(x) or exp(x) as an input from the textbox in MATLAB gui? t = get(handles.input,'string') ...
4 years 前 | 1 个回答 | 0
1
个回答提问
I cannot find the inverse laplace
syms s: l=1/s*(s+2)*(s+3); ilaplace(l) for some reason there is an error in this code and I cannot find inverse laplace of th...
4 years 前 | 1 个回答 | 0
1
个回答提问
I can't get to diplay values in a edit box. HELP!!!
Here is the full code syms t n; T=4 w0=2*pi/T n=1:15 a0=(1/T)*int(1,t,0,2) an=(2/T)*int(1*cos(n*w0*t),t,0,2) bn=(2/T)*int...
4 years 前 | 1 个回答 | 0
1
个回答提问
Graph plotting HELP NEEDED
How can I plot this graph in matlab? I have trouble plotting this one
4 years 前 | 2 个回答 | 0