photo

Roberto Osorio


Last seen: 9 Tage vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Professional Interests: quantitative finance, statistics

Statistik

All
MATLAB Answers

3 Fragen
2 Antworten

Cody

0 Probleme
15 Lösungen

RANG
7.040
of 300.753

REPUTATION
4

BEITRÄGE
3 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
2

RANG
 of 21.075

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
31.008
of 170.858

BEITRÄGE
0 Probleme
15 Lösungen

PUNKTESTAND
160

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Does sendmail work with TLS v 1.2 ?
It fails to me on 2024b.

7 Monate vor | 1 Antwort | 0

1

Antwort

Frage


stackedplot without yticklabels?
I noticed I can't apply the yticklabel() function to a stackedplot. Isn't there a way to simply clear the yticklabels so that on...

etwa 6 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
how to round number in table to two digit number
It's a pity that Matlab doesn't distinguish between significant and non-significant trailing zeros. If I round(2.99792) [this is...

etwa 6 Jahre vor | 1

Gelöst


Get the array of sum for three consecutive numbers in an array
Get the array of sum, for three consecutive numbers in an array. if Input 'x' does not have at-least 3 elements then 'y' shou...

mehr als 10 Jahre vor

Gelöst


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

mehr als 10 Jahre vor

Gelöst


Target sorting
Sort the given list of numbers |a| according to how far away each element is from the target value |t|. The result should return...

mehr als 10 Jahre vor

Gelöst


Determine the mean of matrix
Determine the mean of matrix without using mean function Hint: use simple algorithm

mehr als 10 Jahre vor

Gelöst


Create an array (n,n) where only diagonal elements are '1' and others are '0'
Create an array (n,n) where only diagonal elements are '1' and others are '0' EX: n = 3; then Resultant array would be [ 1 0...

mehr als 10 Jahre vor

Beantwortet
Get path from running script
This reply is very late, but I hope it can help users who get to this thread by searching. Experimenting with mfilename in scrip...

mehr als 10 Jahre vor | 1

Frage


Why isn't the display of tables, datasets, etc., aligned by decimal point?
That's what good typography, common sense, and logic tells me. If I have a vector [3.14, 6.28, 7.50], the use of two decimal dig...

etwa 12 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


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

etwa 13 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa 13 Jahre vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

etwa 13 Jahre vor

Gelöst


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

etwa 13 Jahre vor

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

etwa 13 Jahre vor

Gelöst


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

etwa 13 Jahre vor