![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/1003439.jpg)
Yvan Lengwiler
Followers: 0 Following: 0
Professional Interests: finance, asset pricing, auction theory, differential equations
Estadística
CLASIFICACIÓN
6.503
of 297.010
REPUTACIÓN
4
CONTRIBUCIONES
2 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
556 of 20.418
REPUTACIÓN
3.149
EVALUACIÓN MEDIA
4.70
CONTRIBUCIONES
12 Archivos
DESCARGAS
67
ALL TIME DESCARGAS
25681
CLASIFICACIÓN
6.923
of 157.687
CONTRIBUCIONES
2 Problemas
88 Soluciones
PUNTUACIÓN
920
NÚMERO DE INSIGNIAS
4
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
X-13 Toolbox for Seasonal Filtering
Matlab toolbox providing access to X-13 seasonal adjustment programs of the US Census Bureau.
11 meses hace | 43 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/15cb6bed-3218-4b46-8387-a9d0832851c2/7e76ce71-abed-4385-a173-016140bcb64a/images/1626163445.png)
Resuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
más de 3 años hace
Turn logical matrix into string vector
(I wrote my answer as a comment above. Sorry. Here it is as a formal answer.) Of course, even if a solution does not appear to ...
casi 4 años hace | 0
how to reset drop down list(go to first option) when pushing any other button in App designer
Your ItemsData are strings app.ElementLisDropDown.ItemsData = {'1', '2', '3', '4', '5'}; but the value you assign is an intege...
alrededor de 4 años hace | 0
For loop: access values in between steps
for i = 1:3:100 %do something with rows 1, 4, 7, 10, ... end for i = 2:3:100 %do something with rows 2, 5, 9, 11, ...
alrededor de 4 años hace | 0
| aceptada
Enviada
Import PWT, MPD, and JST Databases
Downloads the Penn World Table, the Maddison Project Data, and the Jordà-Schularick-Taylor Data from the web.
más de 5 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e5a27ac9-4a80-11e4-9553-005056977bd0/c8e5a1e0-1be1-4c54-a47f-7a3983b83ed7/images/screenshot.png)
Enviada
getxls
GETXLS is a GUI that allows you to easily transfer data from an Excel file into Matlab's workspace.
más de 5 años hace | 2 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e5714df3-4a80-11e4-9553-005056977bd0/3cb31bea-74e9-4ac7-ae42-26f72da70222/images/screenshot.png)
Pregunta
Read VBA Module in Excel via ActiveX
I run ML 2019a. I know how to connect with the Excel COM server. I know how to read and write material from and into an Excel sp...
más de 5 años hace | 0 respuestas | 0
0
respuestashow to add a separator line in popup uicontrol?
Here's a solution to this problem. function MyGUI hline = '--------------------------------'; % string for a h...
más de 8 años hace | 0
Enviada
logticks
logticks replaces the y-axis ticks of a logarithmic graph with the non-logarithmic values.
casi 9 años hace | 2 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/55762/versions/1/screenshot.png)
Pregunta
copy a dynamicprops object by value
I've created a class that is a subclass of dynamicprops, classdef myclass < dynamicprops When I create an instance of t...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaEnviada
The X Collection
Collection of programs that ease interaction with Excel files.
alrededor de 10 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/48551/versions/6/screenshot.jpg)
Enviada
Straightforward COPY and PASTE functions
Allows very simple manual exchange with other applications through the clipboard.
alrededor de 10 años hace | 6 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/28016/versions/14/screenshot.jpg)
Resuelto
Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...
casi 13 años hace
Resuelto
So many choices
For inputs _n_ and _k_ (in that order), output the number of ways that k objects can be chosen from amongst n distinct objects. ...
casi 13 años hace
Resuelto
Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.
casi 13 años hace
Resuelto
Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...
casi 13 años hace
Resuelto
Remove NaN ?
input -> matrix (n*m) with at least one element equal to NaN; output -> matrix(p*m), the same matrix where we deleted the enti...
casi 13 años hace
Resuelto
De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...
casi 13 años hace
Resuelto
the fly, the train, the second train, and their Zeno's paradox
*You have heard this one*: A train leaves station _A_ and travels with constant velocity _v1_. A second train leaves station _B_...
casi 13 años hace
Resuelto
System of equations
Find a solution to a system of equations represented by a |n| by |n+1| matrix. For instance, [ 2 0 4; => 2*x = 4 ...
casi 13 años hace
Resuelto
Program an exclusive OR operation with logical operators
Program an exclusive or operation *without* using the MATLAB function xor. Use logical operators like |, &, ~, ... instead. ...
casi 13 años hace
Resuelto
Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...
casi 13 años hace
Resuelto
All your base are belong to us
Find the base _b_ logarithm of the input decimal number _x_. Express the output as a decimal number. The first argument is the n...
casi 13 años hace
Resuelto
Triangle Numbers Below N
This is an offshoot of <http://www.mathworks.com/matlabcentral/cody/problems/5-triangle-numbers Cody Problem 5: Triangle Numbers...
casi 13 años hace
Resuelto
Test for balanced parentheses
Given the input inStr, give the boolean output out indicating whether all the parentheses are balanced. Examples: * If ...
casi 13 años hace
Resuelto
Sorting
Assume that x is an n-by-2 matrix. The aim is to return the first column of x, but sorted according to the second column. Exa...
casi 13 años hace
Problema
Sorting
Assume that x is an n-by-2 matrix. The aim is to return the first column of x, but sorted according to the second column. Exa...
casi 13 años hace | 2 | 304 solvers