Gesendet


Reducing Size of image Algorithm in Matlab
Algorithm

fast 8 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gelöst


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

etwa 8 Jahre vor

Gelöst


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

etwa 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

mehr als 8 Jahre vor

Gelöst


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

fast 9 Jahre vor

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

fast 9 Jahre vor | 1

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Gesendet


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

fast 10 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


PHASE SHIFT KEYING IN MATLAB
PSK USING SIMULINK

mehr als 11 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


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

mehr als 11 Jahre vor | 2 Downloads |

3.0 / 5
Thumbnail

Gesendet


Amplitude shift keying(ASK)
ASK USING SIMULINK

mehr als 11 Jahre vor | 2 Downloads |

0.0 / 5
Thumbnail

Gesendet


Funtion of scrambler and descrambler
scrambler

mehr als 11 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


Contour of voltage and electric field line
Experiment 03

mehr als 11 Jahre vor | 3 Downloads |

1.0 / 5
Thumbnail

Gelöst


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

mehr als 11 Jahre vor

Gelöst


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

mehr als 11 Jahre vor

Gelöst


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

mehr als 11 Jahre vor

Mehr laden