photo

Karol P.


Last seen: 3 maanden ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

10 Questions
2 Answers

RANK
78.581
of 297.457

REPUTATION
0

CONTRIBUTIONS
10 Questions
2 Answers

ANSWER ACCEPTANCE
70.0%

VOTES RECEIVED
0

RANK
 of 20.438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158.938

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
  • First Answer
  • First Review

View badges

Feeds

View by

Question


How to pass vector variable in Simulink Bus?
Hi! I'm looking for a method to pass vector variable as output of MATLAB Function block in Simulink. Let's say that I have a str...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


How to pass multiple (>50) variables between blocks in Simulink
I'm looking for a method to pass multiple variables of different type (double, vector, string etc.) between blocks in Simulink. ...

meer dan een jaar ago | 1 answer | 0

1

answer

Question


How to transpose every cell in a table?
I have a table that contain array of double in every cell. It looks like this: Column1 Column2 _________...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


Is there any way to save ANN view to eps in newer releases of MATLAB?
I'm looking for a way to export the output of view(ANN) command to eps. In older version of Matlab it was possible by accesing a...

ongeveer 2 jaar ago | 1 answer | 0

1

answer

Question


Equally distributed multidimensional random values with boundaries - how to generate?
I have to generate a matrix that will have 100 columns. Every row represents a value that can change in defined range. For examp...

ongeveer 2 jaar ago | 1 answer | 0

1

answer

Answered
shallow neural network way to extract
Shallow neural networsk are easy to port manually. I would recommend running this command on your network: genFunction(net) Th...

ongeveer 2 jaar ago | 0

Question


exportNetworkToTensorFlow is not recognized as a function, despite addon is installed
I'm trying to export pre-trained neural network to TensorFlow format for implementation in python. However the command exportN...

ongeveer 2 jaar ago | 1 answer | 0

1

answer

Question


What exactly does input/output range parameter do in ANN structure?
I've notice that in Matlab, ANN is defined not only by wight and biases but also by a two additional parameters, which is quite ...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Artificial neural network - how to use in solving of constrained problem
Let's assume that I want to use ANN to predict mixture on the output of the apparatus. Let the composition be described in perce...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Answered
How to export vairable from Live Task to Workspace
I found the solution nonetheless it is not perfect. The procedure: function [code,outputs] = generateCode(task) code = "";...

meer dan 2 jaar ago | 0

| accepted

Question


How to export vairable from Live Task to Workspace
I want to develope my own Live Task for Matlab Live Editor. However I faced one problem, which is not explained in documentation...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


What is the recommended way to pass long list of parameters between main workspace and function?
In my work I encountered a problem with passing variables betwen main script and function. Of course I can do it manually: a1=1...

bijna 3 jaar ago | 4 answers | 0

4

answers