Community Profile

photo

Jack


Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


surf() function query, shading a 3d mesh plot.
Hi, Here is my code/graph that I want to shade in: n=10;maxwidth=6;maxcolor=100;map=colormap(jet(maxcolor)); nelem=siz...

9 years ago | 1 answer | 0

1

answer

Question


Changing the Structure of a Matrix.
Hi, If I have a matrix of lets say [4x3] i.e 1 2 3 4 5 6 7 8 9 10 11 12 how can I change this to a [12x1] m...

9 years ago | 1 answer | 1

1

answer

Question


Matrix Maniplation: Removing a smaller matix from a larger matrix.
Hi, Say I have 2 matrices: a=[1 2 3 4; 5 6 7 8; 9 10 11 12; 13 14 15 16]; b=[6 7; 10 11]; How could I remove b fro...

9 years ago | 1 answer | 0

1

answer

Question


How do I continue this loop?
connectivity=zeros(hel+vel,2); ielem=0; for i=1:vd+1 for j=1:hd ielem = ielem+1; ...

9 years ago | 0 answers | 0

0

answers

Question


How do I loop this data?
% Degrees of Freedom; % Free Bl=1; BR=hd+1; TL=(hd+1)*(vd+1)-hd; TR=(hd+1)*(vd+1); freedof=[Bl,BR,TL,TR]; ...

9 years ago | 1 answer | 0

1

answer

Question


Basic Loop Problem - Nodes in a system
Hi, Here is my code: freedof=[Bl,BR,TL,TR]; for i=Bl+1:BR-1; freedof=[3*i-2 3i-1 3i]; end for i = BR+1:...

9 years ago | 0 answers | 0

0

answers

Question


Matrix Input Problem for independent numbers
Hi, Below is a preview of part of my code. I am trying to input independent numbers (in this case 1-12) of my choosing to re...

9 years ago | 1 answer | 0

1

answer

Question


Taylor series sum and factorial
Hi, What is the problem with this code: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function [S] = taylorTerm1(x,n) x=1....

9 years ago | 2 answers | 0

2

answers

Question


Real number representing the intergral of an approx. solution in an interval where a third order differential has been solved.
How do you output a real number representing the intergral of an approx. solution in an interval where a third order differentia...

10 years ago | 0 answers | 0

0

answers

Question


Representing and approximating third order differential equations
I am trying to approximate a differential equation in terms of two vectors, x any y and also return a value of a solution. My di...

10 years ago | 1 answer | 0

1

answer