Olu adroit - MATLAB Central
photo

Olu adroit


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 02/15 to 03/25Use left and right arrows to move selectionFrom 02/15Use 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

10 Questions
1 Answer

RANK
202 273
of 297 503

REPUTATION
0

CONTRIBUTIONS
10 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 017

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 3

View badges

Feeds

View by

Question


Using multiple processors for Abaqus jobs
Hi All, i would like to use Matlab to send a job to the Abaqus solver and to specify 24 processors for this process. I normally ...

ungefär 9 år ago | 1 answer | 0

1

answer

Question


create multidimensional array manually
Hi guyz, This may seem like a stupid question but please help me. I am trying to create a multidimensional matrix manually but ...

ungefär 9 år ago | 1 answer | 0

1

answer

Question


Split a row into several rows
Hi all, I am trying to split a single-row matrix say for example A = [1,2,3,4,17,18,19,20,33,34,35,36,49,50,51,52,65,66] ...

ungefär 9 år ago | 2 answers | 0

2

answers

Question


Re-arranging columns into rows
Hi guyz, My script generates a N x N matrix where N can be any integer. I would like to re-arrange all the N columns in series ...

ungefär 9 år ago | 1 answer | 0

1

answer

Question


Copying a matrix into another larger matrix multiple times
Hi all, I am trying to write a script that creates a larger matrix B from a smaller matrix A = [1;1;1;2;2;2;3;3;3;4;4;4] whereb...

ungefär 9 år ago | 1 answer | 0

1

answer

Question


Running Abaqus from Matlab
Hi All, I have a MATLAB script that generates an .inp file that is sent to the Abaqus solver through the command window by usin...

ungefär 10 år ago | 2 answers | 0

2

answers

Question


Making a movie from images
Hi all, I am trying to make a movie from a set of sequential images using the code below. However I am getting an error ...

ungefär 10 år ago | 3 answers | 0

3

answers

Answered
Making a movie from images
Thanks all for your inputs. i was able to solve the issue by replacing the 'FOR' loop with the lines below: for t= 1:leng...

ungefär 10 år ago | 0

| accepted

Question


Rename images using counter
Hi All, I have a matlab script with a loop that includes a python script. This python script generates an image file with the...

ungefär 10 år ago | 2 answers | 0

2

answers

Question


Change name of image file
Hi all, Please how can i change the name of an existing image file. I have used "imread" to read the image and "imwrite" to ex...

ungefär 10 år ago | 2 answers | 0

2

answers

Question


Exporting matrices as text file
Hi all, I have three matrices A = [ ‘Picked’], B = [‘P’] and C = [100]. I would like to export them as a single text file (.tx...

ungefär 10 år ago | 1 answer | 0

1

answer