Community Profile

photo

Eugenio Grabovic


Last seen: 4 mesi fa Attivo dal 2019

Statistiche

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

Visualizza badge

Content Feed

Visto da

Domanda


Live script section breaks removes import
In a live script notebook, i f i import a package and add a section break, the import is removed. Is it intended to work that wa...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


Label 3D axes on multiple sides
Hi, i need a way to label different sides of axes which contain a surface. Basically i need to label each edge of my meshgrid ...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


dynamic allocation of arrays
Hi i have the following code where in a loop i reallocate the array "resultPolygon". Consider it as a pseudocode, which is simpl...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Risposto
How to convert a table into an array
Zreal = Z_wires{:,1}; Zimg = Z_wires{:,2}; Zcomplex = Z_wires{:,3}; Z_wires_matrix = [Zreal, Zimg, Zcomplex] or even just: ...

oltre 4 anni fa | 1

| accettato

Domanda


Help using contourc without meshable x-y data
I have a surface of which i would like to compute a section with the z = a plane using contourc function. if we try to plot th...

oltre 4 anni fa | 1 risposta | 2

1

risposta

Risposto
Help sending values through varargin?
Inside the function varargin is a cell with all the extra inputs, if you want to call it inside you function: function [xroot,r...

circa 5 anni fa | 1

Risposto
Solving equations for a specified variable in terms of other variables
syms g l1 l2 m1 m2 theta1 theta2 omega1 omega2 alpha1 alpha2 x1= l1*sin(theta1); y1= -l1*cos(theta1); x2 = x1+l2*sin(thet...

circa 5 anni fa | 1

Risposto
How to store vectors as parameters in a matrix
A = [plane(1:3);plane2(1:3);plane3(1:3)]; b = [plane1(4);plane2(4);plane3(4)]; Now A is 3x3 matrix and b is 3x1 vector.

circa 5 anni fa | 0

Risposto
How to construct matrix for variable radius?
I maybe understood what you're asking for: k = 100; % number of transversal discretization ri = 0:0.7/k:0.7; i = 0; for z=...

circa 5 anni fa | 0

Risposto
How i can store a results of a loop FOR (are then Matrix's) in a new Matrix?
Ee = [-P(1) e0 -P(3) P(2) -P(2) P(3) e0 -P(1) -P(3) -P(2) P(1) e0]; i = 0; % adding counter inde...

circa 5 anni fa | 0

| accettato

Domanda


Help with Matrix block multiplication
Hi, i need help with block matrix multiplication. I think a practical example should explain what i'm looking for. Given: A = ...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Element wise multiplication array-matrix between each element of the array with the whole matrix
Hi, as mentioned in the title i am looking for a way to achieve a particular element wise multiplication. For example given: A ...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How to properly overload horzcat and vertcat?
Hi, im having some trouble overloading horzcat/vertcat for my class with 2 properties: classdef myClass properties ...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Vectorization of matrices multiplication
Hi, i have some trouble finding out how to vectorize the following loop: for k = 1:PointsLength h(k,1) = transpose(PointsA(:...

circa 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Problem passing function to lsqnonlin with costant parameters
Hello, i have this function to pass to lsqnonlin : [val,Jac] = myfunction(x,par1,par2,par3) my function computes already the J...

circa 5 anni fa | 1 risposta | 0

1

risposta