Community Profile

photo

Oren Lee


Last seen: 22 days ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Solver
  • Thankful Level 1

View badges

Feeds

View by

Answered
ActiveX Excel Awkward Behavior
For those who may stumble across this in the future, I have a solution to both issues. Ultimately I belive both issues are due ...

3 years ago | 0

| accepted

Answered
How to load xlsx data file with readtable?
I have done something recently which is parallel to this. I recommend using readcell() over your whole excel sheet instead of r...

3 years ago | 0

Question


ActiveX Excel Awkward Behavior
Hi, I am working on something for which I need to read many sheets from a single excel file. The file is on the large side, us...

3 years ago | 1 answer | 0

1

answer

Question


Save classdef with Object in MAT file
Hello fellow MATLABIANs- I have what is hopefully a simple question, and whether there is a workaround or not. I regularly pro...

3 years ago | 1 answer | 0

1

answer

Answered
Change in Data Storage
Answering incase anyone else stumbles across this. The answer is above as Guillaume noted that the default setting for the SAVE...

4 years ago | 0

| accepted

Question


Change in Data Storage
Hi All, My basic question is, has there been a change into the way data is saved (the actual structure of it) for structure fil...

4 years ago | 1 answer | 0

1

answer

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:...

5 years ago

Solved


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

5 years ago

Solved


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

5 years ago

Question


Using parfor and system()
Hi All, I have a large number of system commands that I would like to call up that each take about 80s but are comlpetely indep...

5 years ago | 0 answers | 0

0

answers

Question


Convert long Hex String to array of uint16
Hi, I am importing TONS of data that is being sent to be as a long sequence of Hex values (see temp below). In this data strea...

5 years ago | 2 answers | 0

2

answers