Statistics
RANK
23,113
of 300,742
REPUTATION
1
CONTRIBUTIONS
4 Questions
3 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 21,061
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,691
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Find combination of columns and rows in matrix to get the highest sum submatrix.
Hey everyone, thanks for taking the time to read and help. I really appreciate it. I have a binary matrix A = [40000x40000], ...
11 years ago | 1 answer | 0
1
answerQuestion
Importing and assigning values to CSV files.
Hello everyone, I have three MS Excel files, file A has 20.000x1 rows of 5 digit numbers, file B contains 20.000x1 rows of n...
11 years ago | 1 answer | 0
1
answerQuestion
Optimizing this script without using symbolic toolbox
Hi guys, this is the script which takes up all the time function [t_sol,xi,yi] = solveIntersection(px,py,rx,ry,r) syms t x =...
14 years ago | 1 answer | 0
1
answerFind intersection between line and circle
yes that will work the first option. But that won't make it a function if I manually have to input those numbers. But thanks the...
14 years ago | 0
Find intersection between line and circle
Thanks but how do I substitute the real values into a 'sym' variable? Since I define all variables as 'sym' the predefined rx = ...
14 years ago | 0
Find intersection between line and circle
I insert the parametrisation in the circle equation. And solve it. x = sym('px + t*rx'); y = sym('py + t*ry'); c = x^2+y^...
14 years ago | 0
Question
Find intersection between line and circle
Hi I currently work with a small project regarding particle behaviour in closed domains. I want to create a function which tak...
14 years ago | 5 answers | 0
