photo

Ivan Gonzalez Bustos


Last seen: 4 years ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
8,682
of 300,527

REPUTATION
5

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
3

RANK
 of 21,018

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,525

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Question


How to share MATLAB Online generated CSV file with anyone?
I have created a CSV file in MATLAB Online. The file is updated everytime I run the code. I want to get a public static link to ...

5 years ago | 1 answer | 0

1

answer

Question


Column-wise inexing of matrix
Consider the following A = magic(4); indx = [1 1 3 2;4 2 1 1; 1 3 2 1]; A(indx) Because of linear indexing the code above re...

6 years ago | 1 answer | 0

1

answer

Question


Write to txt, delimited by char(10)
Let x = ['a' char(10) 'b']; How can I print this to a text file say, test.txt, in such a way that it reads a in the first lin...

7 years ago | 1 answer | 0

1

answer

Question


Faster calculation of a porwer sum
This function in my code is a bottleneck. Is it possible to make it run faster? x and y are vectors of the same length and ou...

7 years ago | 0 answers | 0

0

answers

Question


Problems with issymmetric and sparse matrix
I have a real sparse matrix, say A, of size 21660x21660. Here are my observations: 1. Running 0==max(max(abs(A-A'))) returns...

8 years ago | 0 answers | 1

0

answers