photo

Savio Tran


Last seen: 2 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to select some specific rows from excel
Using xlsread, you can pull in the row you wanted as follows: filename = 'dummy.xls'; data = xlsread(filename); %import ...

6 years 前 | 4

| 已接受

已回答
Undefined variable 'imread'
You are using curly brackets when you should be using parentheses. Instead, try imageData = imread('ghassan.jpg')

6 years 前 | 1

提问


Interprocess Communication/Having MATLAB start c++ code
How can you start a c++ program from a MATLAB code while concurrently running the MATLAB code? We are using system(./Main) but t...

6 years 前 | 1 个回答 | 0

1

个回答

提问


How do I change my display settings/potentially use a data format that will allow me to view lat/lon coordinates without any sort of scientific notation/engineering notation?
As of right now, the data is stored as doubles. I have tried using long fixed decimal format, and this turns any value such as ...

6 years 前 | 1 个回答 | 0

1

个回答