
Aknur
Statistics
RANK
211,309
of 273,405
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
90.0%
VOTES RECEIVED
0
RANK
of 18,457
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
How I can return output from function 'A' for using them as input for another function 'B'?
Hi! Kindly ask to help with return variable from function I want to return data of 'I' from function 'A' and use it as an input...
4 days ago | 1 answer | 0
1
answerQuestion
How to consider location plane and intersection point calculated from function for the next calculation in ray tracing in 3D cube?
Could you please help me to consider j location plane and intersected point which was calculated in function [X, Y, Z, Theta,...
7 days ago | 0 answers | 0
0
answersQuestion
Function to change plane of cube
Hello everyone! Kindly ask help in function to change plane of cube in 3D. The wall will be then top and so on Any useful doc...
14 days ago | 1 answer | 0
1
answerQuestion
How to plot Vector in 3d using two angles and initial point
Hi! Could you please help me How to put 3d vector if i know initial point coordinates and two angles I tries this one, but s...
2 months ago | 2 answers | 0
2
answersQuestion
Hi! How to fix plane position as a 0 degree angle for Phi azimuth angle or how Matlab understand where Phi angle should be drawn?
I have two angles Theta =60 (polar angle which is <=pi) and Phi = 0 ( which is between 0 and 2pi) I converted spherical coord...
2 months ago | 1 answer | 0
1
answerQuestion
How to define plane in 3d cube. Intersection point of segment with plane in 3d cube
Hello! I am trying to find intersection point with any planes of cube. I wrote function of plane_line_intersect using this...
3 months ago | 2 answers | 0
2
answersSolved
Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...
3 months ago
Solved
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
4 months ago
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
4 months ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
4 months ago
Question
How to define point between two points in one line through function or any algorithms
How to define intersection point with surface. If I know x, y, z of first point and x, y, z of end point. This is 3D cube
4 months ago | 1 answer | 0
1
answerQuestion
Hello! How to make for loop for cycle calculation using previous coordinates to calculate next one, etc
Hello! I am trying to apply for loop. I have x0, y0, z0 coordinates and wrote a function to calculate next x1, y1, z1 I need t...
4 months ago | 1 answer | 0
1
answerQuestion
Condition for output result
Hi ! I want to create function and if result of my x1 will be more than 5.0 then request to assume as a result of x1 = 5.0 ...
4 months ago | 1 answer | 0
1
answerQuestion
Using parfor for reflection function
Hi! I have light rays and their points (x0, y0, z0; x1, y1, z1; ) I want to apply parfor for calculation of reflection (x, y, z)...
5 months ago | 1 answer | 0