Community Profile

photo

rickert


Technische Universiteit Delft

Last seen: 4年弱 前 2016 年からアクティブ

Followers: 0   Following: 0

連絡

統計

All
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

質問


Auto close uifigure upon deletion of handle from workspace
I have a GUI class that creates an uifigure (see below), I can create an instance of this class in my workspace: tG = testGUI(...

4年以上 前 | 1 件の回答 | 0

1

回答

回答済み
parameter estimation for a set of differential equations using fmincon function in matlab
Just look at your error traceback! Error using odearguments (line 93) @(T,C)KINETICS1(P,T,C) must return a column vector. Bu...

4年以上 前 | 1

質問


Obtain step sizes of (stiff) ODE solver with fixed time span vector, but variable integration step size
I am trying to solve a stiff ODE using ode15s. The solver takes a very small step size at some points during the simulation, whi...

5年弱 前 | 0 件の回答 | 1

0

回答

解決済み


Maximum running product for a string of numbers
Given a string s representing a list of numbers, find the five consecutive numbers that multiply to form the largest number. Spe...

約5年 前

解決済み


Summing Digits within Text
Given a string with text and digits, add all the numbers together. Examples: Input str = '4 and 20 blackbirds baked in a...

約5年 前

解決済み


Counting in Finnish
Sort a vector of single digit whole numbers alphabetically by their name, in Finnish. See the Wikipedia page for <http://en.wik...

約5年 前

解決済み


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

約5年 前

解決済み


Word Counting and Indexing
You are given a list of strings, each being a list of words divided by spaces. Break the strings into words, then return a maste...

約5年 前

解決済み


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

約5年 前

解決済み


Find common elements in matrix rows
Given a matrix, find all elements that exist in every row. For example, given A = 1 2 3 5 9 2 5 9 3 2 5 9 ...

約5年 前

解決済み


Find the peak 3n+1 sequence value
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

約5年 前

解決済み


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

約5年 前

解決済み


Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...

約5年 前

解決済み


Sum the elements in either diagonal of a square matrix
Sum the elements of a square matrix that lie on either the major diagonal or anti-diagonal. (Include all elements that are part ...

約5年 前

解決済み


Remove any row in which a NaN appears
Given the matrix A, return B in which all the rows that have one or more <http://www.mathworks.com/help/techdoc/ref/nan.html NaN...

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

質問


Matlab doc command not working: Error using doc>displayDocPage (line 171)
The doc command in my Matlab R2018B (relatively fresh) install on Windows 10 64bit is not working anymore. When I type doc a...

5年以上 前 | 0 件の回答 | 0

0

回答

質問


Export char as Hex file
I have a hexadecimal file that contains ESC/P2 sequences that can be sent to the printer to print a page. 00 00 00 1B 01 ...

7年以上 前 | 0 件の回答 | 0

0

回答