Richard Fisher
OPTI-NUM solutions
Followers: 0 Following: 0
Software and algorithm developer
Statistiques
RANG
3 422
of 295 467
RÉPUTATION
16
CONTRIBUTIONS
1 Question
3 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
2
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
One track five lanes
Find the minimum number of lane changes necessary to cross the entire track without running into any obstacles <<http://www.a...
environ 5 ans il y a
A résolu
The sliding puzzle: 3D
This is an extension of <https://www.mathworks.com/matlabcentral/cody/problems/42842 problem 42842>. In this case, the puzzle is...
environ 7 ans il y a
A résolu
The sliding puzzle: 15
If you are unfamiliar with the sliding puzzle, enter the command _fifteen_ in your MATLAB command window (or search online, of c...
environ 7 ans il y a
A résolu
Tautology
Check if the given expression is always true. For example, the sentence '~(A & B) == (~A | ~B)' is always true. Chara...
environ 7 ans il y a
A résolu
Pandigital Multiples of 11 (based on Project Euler 491)
A "Pandigital number of order X" is one that contains all of the numbers from 0 to X, but with no leading zeroes. If X>9, the c...
environ 7 ans il y a
A résolu
Five steps to enlightenment
This problem asks you to identify valid variations of the famous <https://en.wikipedia.org/wiki/Sum_and_Product_Puzzle sum and p...
environ 7 ans il y a
A résolu
Five-dimensional maze
*Description* The traditional maze is 2-dimensional: the navigator can move in the positive or negative directions along two ...
environ 7 ans il y a
A résolu
Give the Shortest Path Through The Maze
*Description* The purpose of this problem is to give the shortest path through a maze. The maze will be provided in a codifie...
environ 7 ans il y a
A résolu
Digit concentration in Champernowne's constant
Consider the first 50 digits of Champernowne's constant 0.12345678910111213141516171819202122232425262728293... The...
environ 7 ans il y a
A résolu
"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...
environ 7 ans il y a
A résolu
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...
environ 7 ans il y a
A résolu
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 ...
environ 7 ans il y a
A résolu
How to subtract?
* Imagine you need to subtract a few numbers using MATLAB. * You will not be using eval for this task. * Given two ASCII strin...
environ 7 ans il y a
A résolu
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:...
plus de 7 ans il y a
this program is producing a STBC matrix of 8*4 32 times. how can i put them in a single matrix of 256*4 dimension??
There is another end missing from you code. Assuming it should be added at the end, try changing: SS = reshape(T(:,:,j),8,4...
plus de 7 ans il y a | 0
| A accepté
Question
How can I create shortcuts to layouts
I've created several custom layouts, which I want to access via shortcut, rather than selecting HOME > Layout > CustomLayout on ...
environ 8 ans il y a | 2 réponses | 0
2
réponsesA résolu
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
environ 8 ans il y a
interpolate only between columns
I think you're looking for interp1, which can be used to interpolate for a number of functions(columns in a matrix) in one pass....
plus de 8 ans il y a | 1
| A accepté
Interactive script to return from a matlab function
Have a look at <http://www.mathworks.com/help/matlab/ref/evalin.html evalin>, and use it in your myReturn function as: eval...
plus de 8 ans il y a | 1
| A accepté