![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2905116.jpg)
Diego
Brandeis University
Followers: 0 Following: 0
Professional Interests: Learning Analytics
Statistiques
RANG
260 157
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
0
RANG
of 20 419
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
Question
Keyboard shortcuts to navigate around layout windows
As the title suggests I would like a keyboard shortcut to navigate around the different layout windows. For example, from curre...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I set/turn off LD_LIBRARY_PATH from compiled binary.
I have compiled an application to run on a server. Every time I run it, however, I get the LD_LIBRARY_PATH printed. I would li...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Matlab compiler doesn't build applications.
Hello, Suddenly my compiler won't build my applications anymore. I have tried to reinstall the compiler, and I even found some...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I extend cell to a larger dimension.
I have a cell say |A| that I want to extend to the size of a larger cell, say |B| with special caracters, say |'n'|. Similar to...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
Using tables in earlier versions.
I wrote a program that uses the new table objects. However, my collaborator uses a previous version of MATLAB and therefore...
plus de 10 ans il y a | 1 réponse | 0
1
réponseA résolu
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...
environ 13 ans il y a
A résolu
Sort a list of complex numbers based on far they are from the origin.
Given a list of complex numbers z, return a list zSorted such that the numbers that are farthest from the origin (0+0i) appear f...
environ 13 ans il y a
A résolu
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
environ 13 ans il y a
A résolu
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...
environ 13 ans il y a
A résolu
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
environ 13 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
environ 13 ans il y a
A résolu
Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...
environ 13 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:...
environ 13 ans il y a
A résolu
Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...
environ 13 ans il y a