photo

prateek raj gautam


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Review
  • First Answer

View badges

Feeds

View by

Question


Get properties from multilevel objects in matlab in matrix form
I want to get values from a multilevel object property in the form of a matrix here in below example ``` clear all close al...

4 years ago | 0 answers | 0

0

answers

Answered
How to associate .fig file in linux?
The right command for "open with" is matlab -desktop -r "open(%f)" It worked after installing matlab-support from package man...

4 years ago | 1

Answered
How to make an inset of matlab figure inside the figure.
% Step 1. assign value to plotvariable=? % Step 2. change range=? %% plot on plot clc clear all close all x=1:.1:100 y=...

5 years ago | 2

Answered
How do I create a PDF file of a figure without whitespace around it?
%plot(x) %%after plotting write this code to save resize figure in PDF %%format %% export figure in selected dime...

6 years ago | 1