Boby S
Followers: 0 Following: 0
Statistics
RANK
140 576
of 295 569
REPUTATION
0
CONTRIBUTIONS
12 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
tall array and data store problem
I have problem with runnig an exmple from Matlab for tall arrays. My question: I want to save a big cell array (12GB,20*35*5). ...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
define a pattern to use with dir and get the file names containing numbers
Hi I need to 'dir' a folder containing files that has only numbers in their file name: 165454.txt 216541ffgb.txt In this cas...
nästan 3 år ago | 1 answer | 0
1
answerQuestion
Obtain LAN connected HDD IP address on network
Hi I have a WD cloud drive connected to my network. Since it has dynamic IP, I need to get its IP address before runing my code...
ungefär 4 år ago | 0 answers | 0
0
answersQuestion
rename part of a file names in folder
Hi I have a folder with many files. The file names start like 'd10-raw-LT-4000 ...' but the file names end with different chara...
ungefär 4 år ago | 1 answer | 0
1
answerQuestion
Matrix reshape from 3d to 2d
Hi I have 3d matrix (1*80). Each cell has diffrent rows with 4 column. I want to convert all of it to 2d matrix but I want to k...
mer än 4 år ago | 1 answer | 0
1
answerSolved
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...
mer än 4 år ago
Solved
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
mer än 4 år ago
Solved
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:...
mer än 4 år ago
Question
animal video tracking and deep learning
Hi I want to track a animal in my recorded video. I tried computer vision toolbox but it is not very accurate for this type o...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
Run a script for all subfolders
Hi I have a script and I want to rut it for a folder. I should say that the folder has subfolders. The folder structure is like...
mer än 4 år ago | 2 answers | 0
2
answersQuestion
campare a row value with the next row
Hi I have the following column: 1 1 0 0 0 1 0 1 0 1 I want to campare rows value one by one with the next row ( fir...
nästan 5 år ago | 2 answers | 0
2
answersQuestion
for loop mixing the results with the previous loops
Hi I am using the following loop for evey 10 row of my array (20 row or more* 2 column). then, I want to save the results (Z or...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
count a sequence of 1 or 0
Hi I have the following data (2 column, A and B) imported from Excel: A B 0 0 0 1 1 1 1 0 ...
nästan 5 år ago | 1 answer | 0
1
answerQuestion
calculate distance between XY pair
Hi I want to calculate distance between XY points but as pair not all of them. I used 'pdist' and 'pdist2' function but they c...
mer än 5 år ago | 2 answers | 0
2
answersQuestion
filter a matix column values
Hi I have a matrix with X and Y values for a trajectory. Also, distance and speed values. I want to make a criteria(filter) fo...
mer än 5 år ago | 2 answers | 0