photo

ARP


Last seen: 10 Monate vor Aktiv seit 2017

Followers: 0   Following: 0

Statistik

MATLAB Answers

16 Fragen
5 Antworten

RANG
198.772
of 301.577

REPUTATION
0

BEITRÄGE
16 Fragen
5 Antworten

ANTWORTZUSTIMMUNG
75.0%

ERHALTENE STIMMEN
0

RANG
 of 21.338

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 175.550

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • First Answer
  • Revival Level 1
  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to pass folder path to custom function using MATLAB engine API for python
I have a funciton to load and process data in matlab, and I would like ot use it in python. Using the matlab engine, I can c...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


why save '.mat' as 'ascii' file appears as FILE instead of txt
Hi, I am not sure if I saving correclty the variable coefficents_m as text file, since windows does not recognise the file as...

mehr als 6 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


App designer: empty figure appears when running GUI with axes plot.
Hi all, I am trying to get used to the new App Designer. I am having the issue that when running the App Designer with an ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
problems with volshow()
try this: data = spiralVol V = squeeze(data); h = volshow(V);

fast 7 Jahre vor | 0

Frage


Change units of colorbar
Hi, How can I change the units of the colorbar? The image has units in the logarithm scale. I would like to show the tick la...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Use if / else inside a for-loop and change values of array depending on condition
Hi all, I am stuck with the following step and I can't find the solution. The code I need is to change the columns of an a...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


using export_fig to crop image, including axis
Hi all, I am trying to use export_fig to crop the image. I successfully removed the background, but the numbers for the axis ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Acces directories of specific name
Hi all, I have a question on how to access specific sub-folders by name. Lets say I have a working folder where there are...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to maintain the colormap of two different figures when using GUI
Hi there, I have the problem that my GUI is not able to maintain the original colormap that I ask. I have two different fig...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to import files from an outside folder?
I am stuck with the following. I am designing a GUI, which should access files from a different folder as the one where the GU...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to create a new folder mkdir, but naming that folder as input before running the code
Hi all, I am not sure if the title is clear. Basically, every time I will run the code, I want a new folder to save my m.fil...

etwa 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


overlay 2 imagesc, where one is a section of the larger
Hi there, I'm trying to overlay 2 imagesc figures into 1. Both figures have the same length in x-axis, but different y-axis. ...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


help with fminsearch output value
Hi all, I'm trying to understand the use of fminsearch, to find the argument that minimizes the difference between two data ...

fast 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
GUI with multiple figures
Thanks for the reply, but I don't fully understand your suggestion. I don't see how is that going to solve my problem . I crea...

etwa 9 Jahre vor | 0

Frage


GUI with multiple figures
Hi all, I am preparing a GUI to display two figures that I have created in a m.file. The two plots are the result of a serie...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
imshow: Warning: Image is too big to fit on screen; displaying at 6%
Forgot to add, I previously created Image = mat2gray [data, [amin amax]) The problem is matter of scaling the image. it works...

etwa 9 Jahre vor | 0

Beantwortet
imshow: Warning: Image is too big to fit on screen; displaying at 6%
maybe the axis helps. The error in displaying the image is so large that is hard to understand. See the attached image of what I...

etwa 9 Jahre vor | 0

Frage


imshow: Warning: Image is too big to fit on screen; displaying at 6%
Hi all, I have a matrix of 12502 x 15 that I would like to convert into an image using imshow(). The output is the follo...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Matrix manipulation: update columns from stored variables
Suppose I have a set of variables (15) as column vectors, called A from 1-15. Now I would like to make a matrix of all those var...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
A script to load multiple (n) txt files and save them into a single matrix of n columns
Thanks for the quick answer, but I don't have enough background to make it work

etwa 9 Jahre vor | 0

Frage


A script to load multiple (n) txt files and save them into a single matrix of n columns
Sorry for disturbing with this basic question, but I am new in MATLAB. I have been using OriginLab for many years. Importing dat...

etwa 9 Jahre vor | 2 Antworten | 0

2

Antworten