marios semer
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
72 001
of 295 467
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
Feeds
Question
Linprog: No feasible solution found.
clc ; clear all ; close all ; % N = input('Tell me the length N: ' ); N = 25; K = N + 1 ; w4 = linspace( 0 , pi ,...
nästan 4 år ago | 0 answers | 0
0
answersQuestion
How can i delete certain numbers of an array
Hi, i have and array with numbers [ 0 , pi ] and i want to delete all the samples from 0.4*pi to 0.5*pi to have one array with n...
nästan 4 år ago | 2 answers | 0
2
answersQuestion
linprog. Alsway the answer is 0.
Whatever arrays i use with linprog the only answer it gives me is 0. Here is an example code: clc f = [ 12 ; 7 ]; b = [ 10.0...
nästan 4 år ago | 1 answer | 0
1
answerQuestion
I want to minimaze with the arrays that follow with the command linprog.
Hello, what should i choose for f array if my y1=A and D1=b ( I want only for inequality ). clc ; clear all ; close all ; ...
nästan 4 år ago | 0 answers | 0
0
answersQuestion
How to load numbers in my array through a while true loop ?
Hello, I want to add in my array ( w ) any numbers( between ( 0 , pi ) ) the user will give until he presses anything else to br...
nästan 4 år ago | 1 answer | 0