Community Profile

photo

Af


Last seen: 2 years ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 2
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


readtable: no Constant property or Static method named 'init'
Hi, I am using matlab 2019b but I expereienced the exact same probelm on 2020b installed on a different machine. I am trying t...

3 years ago | 1 answer | 1

1

answer

Question


writing string into excel
I am trying to simply write cell string array to excel xlswrite(ExclFl,cellstr("1.1234"),'A1:A1'); or xlswrite(ExclFl,{'1.123...

4 years ago | 1 answer | 0

1

answer

Question


play audio within a function MATLAB 2019a
Hi, I cannot play an audio within a function. for example, if I run the following code in the command window, it works (plays t...

4 years ago | 1 answer | 0

1

answer

Question


customized Loss function for cross validation
I trained a decision tree regression model with the following code: MdlDeep = fitrtree(X,Y,'KFold',SbjNm,'MergeLeaves','off', '...

5 years ago | 0 answers | 0

0

answers

Question


printing simulink model onlyprints one block
Hi, I am trying to export a simulink blockdiagram in a high resolution picture format. I am using the print command as follow...

5 years ago | 1 answer | 0

1

answer

Question


parallel computing initiation probelm
Hi, I face an error when I try to initiate the parallel computing: After running the command, parpool, I get the following err...

5 years ago | 0 answers | 0

0

answers

Question


how to use analog output for a multilevel handshaking
Hi, I would like to use an analogue output channel as a multilevel handshaking output, meaning that depending on the status of ...

5 years ago | 1 answer | 0

1

answer

Question


xlsread problem in 2018a
I just try to read an excel file into matlab. I use the very straightforwar call to the function [NUMERICTrg,TXTTrg,RAWTrg]=x...

6 years ago | 0 answers | 0

0

answers

Question


figure size in matlab is not precise on the screen
Hi, I run a a very simple command to set the figure size: set(gcf, 'units','centimeters','position',[2 3 20 10]) I expe...

7 years ago | 0 answers | 0

0

answers

Question


running Tisean from matlab
Hi I just have a very simple code to make a demo of TISEAN in MATLAB It works with no error and the "status" returns zero. ho...

11 years ago | 0 answers | 0

0

answers

Solved


Matrix indexing with two vectors of indices
Given a matrix M and two index vectors a and b, return a row vector x where x(i) = M(a(i),b(i)).

11 years ago

Question


Automatic Axes Resize behavior
Hi Just a simple question, it seems that for 3D figures the position and outerposition of the axes do not quite match with wh...

12 years ago | 1 answer | 1

1

answer

Question


Global optimization toolbox
Hi I recently got a trial version of Global optimization toolbox (ID #1370077)and I was trying to implement some of the examp...

12 years ago | 0 answers | 0

0

answers