Community Profile

photo

Stephen


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
Saving and Loading variables in Matlab Drive/Matlab Online
Ah, after some more fiddling I realised the leading '/' should not be there. A = [1,2,3,4,5]; save testsub/vari A Everything ...

4 years ago | 0

Question


Saving and Loading variables in Matlab Drive/Matlab Online
I'm working on Matlab Online with files in Matlab Drive. If I save a file A = [1,2,3,4,5]; save vari A vari.mat appears in t...

4 years ago | 1 answer | 0

1

answer

Question


Using blockproc() or other to get specific number of blocks from various image sizes
I've been using blockproc()to process a dataset, using variable B to indicate the number of both vertical and horizontal blocks ...

4 years ago | 0 answers | 0

0

answers

Question


Am I misusing hist/histogram?
Sorry if I get the terminologies wrong here, happy for someone to correct me. I have an array 1x60000 double named "v", one thi...

4 years ago | 1 answer | 0

1

answer

Question


Stop transmitting message on CAN bus
I'm trying to cease the transmission of a CAN message under certain conditions. Closest I have is a boolean going in to a swi...

5 years ago | 0 answers | 0

0

answers

Answered
Possible to regexp a file with a for loop using expressions from an array?
Thanks, this looks interesting and I can definitley learn from it. I'm not certain it wil work in this particular application, ...

5 years ago | 0

Question


Possible to regexp a file with a for loop using expressions from an array?
I have a text file that I am pulling hex values from using regexp: returned = string(regexp( filetext, '(?<=xyz address 0x)[0...

5 years ago | 2 answers | 0

2

answers

Question


Regexp to pull numerics only
I'm using regexp to pull a version number from a text file: returned = string(regexp (filetext, '(?<=Version_String )[A...

5 years ago | 1 answer | 0

1

answer