Community Profile

photo

A C


Last seen: 5 maanden ago Active since 2018

Help

Statistics

All
  • MATLAB Central Treasure Hunt Finisher
  • First Answer
  • Revival Level 1
  • Scholar
  • Matrix Patterns I Master
  • First Review
  • Speed Demon
  • Thankful Level 3
  • Creator
  • Introduction to MATLAB Master
  • Community Group Solver
  • ASEE Challenge Master

View badges

Content Feed

View by

Question


Add Letters in a sequence
I want to add Letters in a sequence a b c d e f g h i j k l m n o p q r s t u v w x y z a b c - - - ghi - - - - n o p q - - - ...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


molviewer is blank. How can I get the Molecule Viewer to display the image?
I am using MATLAB on the web. https://matlab.mathworks.com/. The figure shows up on the right which is a picture that you cannot...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


Can matlab work with rosetta?
Can matlab work with rosetta? I am trying to download pyrosetta which is coding with python. Is there matlab app that is equival...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


I want to a recover .mlx file.
My test1.mlx file was blank when I open it today. I want to see if I can recover it for future incidents. I was seeing if I de...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Solved


Bernoulli's Equation
Bernoulli's equation states that for an incompressible fluid the following summation is constant across the flow: v^2/2 + g*z + ...

bijna 3 jaar ago

Solved


Mechanical Advantage of a Gear Train
Calculate the mechanical advantage of a gear train. The mechanical advantage of a gear couple is given by MA = T_o/T_i where ...

bijna 3 jaar ago

Solved


Calculate compression ratio of engine
Calculate compression ratio of engine given compression volume of cylinder(Vc), piston stroke(s) and valve diameter(d)

bijna 3 jaar ago

Solved


Kepler's Equation
Solve <http://en.wikipedia.org/wiki/Kepler's_equation Kepler's Equation>. Note that the solution is rounded down to 5 decima...

bijna 3 jaar ago

Solved


Find the largest number
Find the largest number |x| among 4 numbers given as variables |a|, |b|, |c|, and |d|. Example: Input: a = 4; b = 7; c ...

bijna 3 jaar ago

Solved


Electrical Diode Current Calculation
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

bijna 3 jaar ago

Solved


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

bijna 3 jaar ago

Question


Why should I continue using matlab when python is free?
Why should I continue using matlab when python is free? What are matlab benifits over python?

bijna 3 jaar ago | 0 answers | 0

0

answers

Solved


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

bijna 3 jaar ago

Solved


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

bijna 3 jaar ago

Solved


Infinite precision division
Develop a function that will divide a very very large integer numerator, supplied to function as a string (e.g., '12233344445555...

ongeveer 3 jaar ago

Solved


How to multiply?
* Imagine you are in 3012 Anno Domini, when everyone must learn how to multiply, * and competing for the highly prestigious pos...

ongeveer 3 jaar ago

Solved


How to add?
* Imagine you are in 2222 Anno Domini, when everyone must learn how to add, * and competing for the highly prestigious post of,...

ongeveer 3 jaar ago

Solved


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

ongeveer 3 jaar ago

Solved


Draw a 'X'!
Given n as input Draw a 'X' in a n-by-n matrix. example: n=3 y=[1 0 1 0 1 0 1 0 1] n=4 y=[1 0 0...

ongeveer 3 jaar ago

Solved


Draw 'E'
Draw a x-by-x matrix 'E' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

ongeveer 3 jaar ago

Solved


Draw 'J'
Given n as input, generate a n-by-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...

ongeveer 3 jaar ago

Solved


Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...

ongeveer 3 jaar ago

Solved


Draw 'H'
Draw a x-by-x matrix 'H' using 1 and 0. (x is odd and bigger than 2) Example: x=5 ans= [1 0 0 0 1 1 0 0 0 1 ...

ongeveer 3 jaar ago

Solved


Draw a 'N'!
Given n as input, generate a n-by-n matrix 'N' using 0 and 1 . Example: n=5 ans= [1 0 0 0 1 1 1 0 0 1 1 0 ...

ongeveer 3 jaar ago

Solved


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

ongeveer 3 jaar ago

Solved


~~~~~~~ WAVE ~~~~~~~~~
|The WAVE generator| Once upon a time there was a river. 'Sum' was passing by the river. He saw the water of the river that w...

ongeveer 3 jaar ago

Solved


Decipher the number 2 - 3 keys

ongeveer 3 jaar ago

Solved


Spherical Volume
Calculate the volume of a sphere.

ongeveer 3 jaar ago

Solved


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

ongeveer 3 jaar ago

Load more