Inviato


Reducing Size of image Algorithm in Matlab
Algorithm

quasi 8 anni fa | 1 download |

0.0 / 5
Thumbnail

Risolto


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

circa 8 anni fa

Risolto


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

circa 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

quasi 9 anni fa

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

quasi 9 anni fa | 1

Domanda


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

oltre 9 anni fa | 1 risposta | 0

1

risposta

Inviato


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

quasi 10 anni fa | 1 download |

5.0 / 5
Thumbnail

Inviato


PHASE SHIFT KEYING IN MATLAB
PSK USING SIMULINK

oltre 11 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


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

oltre 11 anni fa | 2 download |

3.0 / 5
Thumbnail

Inviato


Amplitude shift keying(ASK)
ASK USING SIMULINK

oltre 11 anni fa | 2 download |

0.0 / 5
Thumbnail

Inviato


Funtion of scrambler and descrambler
scrambler

oltre 11 anni fa | 1 download |

0.0 / 5
Thumbnail

Inviato


Contour of voltage and electric field line
Experiment 03

oltre 11 anni fa | 3 download |

1.0 / 5
Thumbnail

Risolto


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

oltre 11 anni fa

Risolto


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

oltre 11 anni fa

Risolto


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

oltre 11 anni fa

Carica altro