Community Profile

photo

Saad Rana


Last seen: 6개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

All
  • Thankful Level 3
  • Solver
  • First Answer

배지 보기

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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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?

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


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...

3년 초과 전 | 답변 수: 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...

3년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

거의 4년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


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년 전

질문


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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변

질문


Graph plotting HELP NEEDED
How can I plot this graph in matlab? I have trouble plotting this one

대략 4년 전 | 답변 수: 2 | 0

2

답변