Resuelto


Integer Sequence - II : New Fibonacci
Crack the following Integer Sequence. (Hints : It has been obtained from original Fibonacci Sequence and all the terms are also ...

23 días hace

Respondida
How to add custom location of Frame in a General Flexible Plate (or any flexible body)?
Hi @Soumya Kanti, You can absolutely add custom frames at specific locations on the General Flexible Plate without using Rig...

23 días hace | 0

Respondida
How to add an image on top of geobasemap?
@Sim, I see what happened - in your case you do have the Mapping Toolbox (your geobasemap is working), but the original code syn...

24 días hace | 0

Respondida
Run a simulink model on a texas instruments TMS320F28379D with c2000
@Anaïs, after thoroughly researching the MathWorks C2000 documentation including "Detect and Fix Task Overruns on Texas In...

24 días hace | 0

Respondida
Steering System Rack and Pinion
Hi @Tran, I do appreciate your patience. After coming back from work and thoroughly examining your parameter file, analyzing ...

27 días hace | 0

| aceptada

Respondida
the dimension of matrix when using 'sparse' to generate sparse matrix
Hi @Li, After going through recent comments, I wanted to provide a clear explanation of the situation regarding 3D sparse mat...

29 días hace | 0

Resuelto


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

29 días hace

Resuelto


Find the definite integral of various linear functions
A definite integral had a minimum and maximum limit. When you solve this type of problem you must use both quad and the trapz fu...

29 días hace

Resuelto


How many days does the cat take to climb out of the hole?
A cat accidentally falls down a hole with sloping but rough sides. It can climb out of the hole of height h metres, but for ever...

29 días hace

Resuelto


Simple Interest : Calculate Future Value
Theorem : Simple Interest where; F : Future Value P : Present Value r : Annual simple interest rate (decimal) t : Time in...

29 días hace

Resuelto


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

29 días hace

Respondida
the dimension of matrix when using 'sparse' to generate sparse matrix
Hi @li, I saw your question about MATLAB removing 3D sparse matrix support, and I wanted to help clarify what's happening. Bo...

29 días hace | 1

Respondida
Copy Legend from UIAxes to another UIAxes
Hi @Jason, I've looked into the legend and color issues you're having when copying plots from UIAxes3 to a new figure, and he...

30 días hace | 0

| aceptada

Discussion


Unlock the secrets of building transition matrices for MATLAB Cody's Royal Game of Err! Learn superdiagonal construction, forbidden square handling with logical indexing, and boundary condition tricks. Features 6 visual guides. #MATLAB #CodyContest
*Building Transition Matrices for the Royal Game of Err* King Neduchadneddar the Procrastinator has devised yet another sche...

alrededor de 1 mes hace | 0

Respondida
Sharpening a 2D histogram and finding peaks
Hi @Jim McIntyre, I've been looking at your sharpening problem and I think I have something that addresses what you're asking...

alrededor de 1 mes hace | 0

| aceptada

Respondida
How do I apply the same operation on vectors of different length but of similar name?
Hi @Henning, I wanted to address your question about calculating means for your 50 column vectors and clear up some confusion...

alrededor de 1 mes hace | 1

| aceptada

Resuelto


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

alrededor de 1 mes hace

Resuelto


Find the palindrome
Given the string a, find the longest palindromic sub-string b. So when a = 'xkayakyy'; you should return b = 'kayak';

alrededor de 1 mes hace

Resuelto


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

alrededor de 1 mes hace

Resuelto


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

alrededor de 1 mes hace

Resuelto


Altitude of locations on the earth
Find the altitude of a location on the earth, given latitude and longitude coordinates, above mean sea level. Input__________...

alrededor de 1 mes hace

Resuelto


Derivative of polynomial
Compute the derivative of a given polynomial. The input is an <http://www.mathworks.com/help/matlab/math/representing-polynomial...

alrededor de 1 mes hace

Resuelto


Determine if a Given Number is a Triangle Number
*Description:* Determine if the elements of an input array are triangle numbers and return the result as an array with the sa...

alrededor de 1 mes hace

Resuelto


Distance walked 3D
suppose you go from x-y-z coordinates [3,4,2] to [0,0,2] to [0,1,2] to [1,1,2], to [1,1,20] then you walked 25 units of distance...

alrededor de 1 mes hace

Respondida
confidence interval from lsqnonlin function while retaining constraints
@ke an, I saw your question and thought I'd chime in. @Torsten and @Star Strider are absolutely right that the standard Jacobia...

alrededor de 1 mes hace | 0

| aceptada

Resuelto


Clueless - Lord Ned in the Game Room with the Technical Computing Language
[Warning: this is a nontrivial programming problem] Worried about the decline in reasoning skills in the clueless populace of...

alrededor de 1 mes hace

Resuelto


03 - Matrix Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3a.png>> A 9x9 matrix full of 2's (Hint: use *ones* o...

alrededor de 1 mes hace

Resuelto


03 - Matrix Variables 3
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3c.png>> A 10x10 matrix where the numbers from 1 to 100 ...

alrededor de 1 mes hace

Resuelto


Compare two input matrices
Check which input matrix has more elements. Return "1" if matrix A has more elements than matrix B. Otherwise return "0". Exa...

alrededor de 1 mes hace

Resuelto


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

alrededor de 1 mes hace

Cargar más