제출됨


Reducing Size of image Algorithm in Matlab
Algorithm

거의 8년 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

문제를 풀었습니다


Pentagonal Numbers
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...

대략 8년 전

문제를 풀었습니다


5 Prime Numbers
Your function will be given lower and upper integer bounds. Your task is to return a vector containing the first five prime numb...

대략 8년 전

문제를 풀었습니다


Recaman Sequence - I
Recaman Sequence (A005132 - <http://oeis.org/A005132 - OEIS Link>) is defined as follow; seq(0) = 0; for n > 0, seq(n) ...

8년 초과 전

문제를 풀었습니다


A Simple Tide Gauge with MATLAB
*&#8767 &#8767 &#8767 &#8767 &#8767 &#8767 &#8767 &#8767* You are standing in a few inches of sea water on a beach. You a...

8년 초과 전

문제를 풀었습니다


Cache me Outside
The test suite includes a simple recursive Fibonacci sequence generator, but it's terribly inefficient. One simple method for im...

8년 초과 전

문제를 풀었습니다


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...

8년 초과 전

문제를 풀었습니다


Octoberfest festival
A group of students decided to visit Octoberfest festival. First they ordered one beer, then after half-hour they taken one more...

8년 초과 전

문제를 풀었습니다


Predicting life and death of a memory-less light bulb
*&#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &...

8년 초과 전

문제를 풀었습니다


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

8년 초과 전

문제를 풀었습니다


An asteroid and a spacecraft
&#128640 Imagine a non-relativistic simple situation. Assume positions p0, p1, p2, and p3 are three dimensional Cartesian ...

8년 초과 전

문제를 풀었습니다


Acid and water
&#9878; &#9878; &#9878; &#9878; &#9878; &#9878; &#9878; &#9878; Assume that there is a 100 liter tank. It is initially fi...

8년 초과 전

문제를 풀었습니다


The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...

8년 초과 전

문제를 풀었습니다


Is this is a Tic Tac Toe X Win?
For the game of <https://en.wikipedia.org/wiki/Tic-tac-toe Tic Tac Toe> we will be storing the state of the game in a matrix M. ...

8년 초과 전

문제를 풀었습니다


Extra safe primes
Did you know that the number 5 is the first safe prime? A safe prime is a prime number that can be expressed as 2p+1, where p is...

8년 초과 전

문제를 풀었습니다


Basic electricity in a dry situation
This is a very hypothetical situation between two individuals in a very dry atmosphere. He came running in rubber boots when...

8년 초과 전

문제를 풀었습니다


Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

8년 초과 전

문제를 풀었습니다


Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...

8년 초과 전

문제를 풀었습니다


Calculate the number of elements in a matrix.
Calculate the number of elements in a matrix.

거의 9년 전

답변 있음
how to set dpi of 300 of tiff image in matlab
print(gcf, '-dtiff', 'myfigure.tiff');

거의 9년 전 | 1

질문


respected sir, if i am using syms function to calculate the value of differential equation,in result i am getting a fractional value where num and den are very large.so can you tell me how to represent these fraction in small digits.
clc; clear all; syms z; lamda= input ('enter the vehicle arrival rate ='); r= input ('enter the transmission rang...

9년 초과 전 | 답변 수: 1 | 0

1

답변

제출됨


Cognitive Radio Frequency assignment with interference Technique(Conflict Graph)
Cognitive radio

거의 10년 전 | 다운로드 수: 1 |

5.0 / 5
Thumbnail

제출됨


PHASE SHIFT KEYING IN MATLAB
PSK USING SIMULINK

11년 초과 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


Time Division Multiplexing of Two Signal using simulink
2 TDM signal model using simulink

11년 초과 전 | 다운로드 수: 2 |

3.0 / 5
Thumbnail

제출됨


Amplitude shift keying(ASK)
ASK USING SIMULINK

11년 초과 전 | 다운로드 수: 2 |

0.0 / 5
Thumbnail

제출됨


Funtion of scrambler and descrambler
scrambler

11년 초과 전 | 다운로드 수: 1 |

0.0 / 5
Thumbnail

제출됨


Contour of voltage and electric field line
Experiment 03

11년 초과 전 | 다운로드 수: 3 |

1.0 / 5
Thumbnail

문제를 풀었습니다


Gamma Function
Evaluate the <http://en.wikipedia.org/wiki/Gamma_function/ Gamma Function>. Gamma_val(0) = Inf Gamma_val(1.2) = 0.9182

11년 초과 전

문제를 풀었습니다


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

11년 초과 전

문제를 풀었습니다


Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...

11년 초과 전

더 보기