photo

Jonathan Salazar


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
0 Answers

RANK
40,319
of 297,503

REPUTATION
1

CONTRIBUTIONS
10 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

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 3

View badges

Feeds

View by

Question


what Is the proper way to send data from App Designer to functions in the regular work space?
I am working on an app that generates output files by calling already existing functions. So my work is simply compiling the cod...

7 years ago | 1 answer | 0

1

answer

Question


How can I open an external application from Matlab app designer
I am Working on an app that creates a data file to be used VMD ( visual molecular dynamics). The app creates the data file which...

7 years ago | 1 answer | 0

1

answer

Question


I am having trouble saving large vectors inside of a nested loop. Can anyone help out? Thanks!
I have a script that pulls data for strain values out of files. This code was given to me and I am having the hardest time tryin...

7 years ago | 1 answer | 0

1

answer

Question


how can i "gridify" a cube and find distance between the cubes that have points inside them? thank you!
I have a cube. in the cube there are thousands of points and a randomly oriented line. I broke down the cube into smaller cubes ...

7 years ago | 0 answers | 0

0

answers

Question


How can I use a cube as the boundaries for a line ?
I have x,y and z extremes which i need to use to create a box (xlo,xhi,ylo,yhi,zlo,zhi). I need to then draw a random line insid...

7 years ago | 1 answer | 0

1

answer

Question


how can I group pairs of numbers that share a common number? Thank you!
I have pairs of numbers that represent stacked platelets, I want to continue stacking these platelets by realizing that if i ha...

7 years ago | 4 answers | 1

4

answers

Question


When taking cross product I end up with NaN. how can i fix this?
I wrote a bit of code that grabs 3 points on a randomly oriented platelet to create two lines so that i can calculate the normal...

7 years ago | 1 answer | 0

1

answer

Question


I have 1000 coordinates. How can I find the distance between every combination with out repeats? Thank you!
I have 1000 coordinates and I need to find the distance between every combination. I tried using a nested loop to cycle through ...

7 years ago | 1 answer | 0

1

answer

Question


I need help grouping randomly oriented platelets into stacks using two different criteria.
I am given a box full of platelets that are randomly oriented. I need to group the platelets by stacks. the criteria for staking...

7 years ago | 1 answer | 0

1

answer

Question


How can I get coordinates from a grouping inside of a matrix.
I have a matrix with 5 columns: atom number, mol_tag, then the x y and z coordinates. The mol_tag seperate the atoms into glo...

7 years ago | 2 answers | 0

2

answers