Zynk - MATLAB Central
photo

Zynk


Cranfield University

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB AnswersFrom 06/14 to 03/25Use left and right arrows to move selectionFrom 06/14Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 Questions
2 Answers

RANK
34,604
of 297,547

REPUTATION
1

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
1

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,122

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 1

View badges

Feeds

View by

Question


Streaming a URL from VLC to MATLAB
I need to stream from a GoPro into Matlab in real time, I want the real time video as an input and I will do some image processi...

10 years ago | 1 answer | 0

1

answer

Answered
Import data as a cell array in a script
My final objective was to get a structure-type variable, so I found this solution: file= readtable('file.txt','Delimite...

10 years ago | 0

Question


Import data as a cell array in a script
I need to import data as a cell array to Matlab for many files and later perform some operations to them. Is there any way I ca...

10 years ago | 3 answers | 1

3

answers

Question


Save folder one above current directory
Let's say I am working in the directory: /home/username/Matlab/ I want to save (in a script) the directory one above the o...

10 years ago | 4 answers | 0

4

answers

Question


bwboundaries: Explanation of a example
This simple example is given in the Matlab Documentation: I = imread('rice.png'); BW = im2bw(I, graythresh(I)); B = b...

10 years ago | 3 answers | 0

3

answers

Answered
Matrix times vector with Simulink
I'm checking the value of M in the Matlab workspace. Yes, it is probably because of that, but is there any way to get it only...

10 years ago | 0

Question


Matrix times vector with Simulink
I need to perform a multiplication of a matrix 3x3 times a three-element column vector with Simulink, but I'm not obtaining the ...

10 years ago | 2 answers | 0

2

answers