photo

Greg


St Jude Medical

Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


can multiple versions of matlab be run from concurrent license?
My group is currently on maintenance from mathworks and have concurrent license. is it possible to run multiple versions of mat...

11 years ago | 1 answer | 0

1

answer

Question


Can a Dropdown box, and uitable be used in a webfigure with the Matlab Builder JA
I have a GUI built with GUIDE that has dropdown boxs, uitables, and 3 2D axes. Is it possible to put this into a webfigure to b...

11 years ago | 0 answers | 0

0

answers

Question


splitting an array of numbers
I have an array of numbers, for example numbers = rand(1000,1); I have another array of numbers indicating the offsets for ...

12 years ago | 2 answers | 0

2

answers

Answered
Counting values above a threshold within a matrix.
sum(myMat>0, 2) the result is the number of values in each row > 0.

12 years ago | 0

| accepted

Answered
how to write a matlab code to convert hexformat into decimal format of a colour image.The image resolution is 320X430.Please help me....
Assuming the hex numbers are in a 1xN char (test in this example): Output will be Mx1 double array (ans in this example) t...

12 years ago | 0

| accepted